@charset "utf-8";
/* reset css */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-weight: inherit;
font-style: inherit;
font-size: 100%;
font-family: inherit;
vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
outline: 0;
}

 .clearfloat { /* esta clase debe colocarse en un elemento div o break y debe ser el último elemento antes del cierre de un contenedor que incluya completamente a un elemento flotante */
    	clear:both;
        height:0;
        line-height: 0px;
    }

body {
	margin: 0;
	line-height: 1;
	color: black;
	height:100%;
	background: #FFF;
	background-image:url(../img/bg.jpg);
	background-position: top center;
	background-repeat:repeat-x;
	background-attachment:fixed;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}
ol, ul {
list-style: none;
}
table {
border-collapse:separate;
border-spacing: 0;
}
caption, th, td {
text-align: left;
font-weight: normal;
}
legend{
white-space:normal;}
strong{font-weight: bold;}
p{line-height: 1.2em;}
/*//////////////////////////////////   FIN DE RESET CSS /////*/
.min{text-transform: lowercase;}
.MAY{text-transform: uppercase;}
/*//////////////////////////////////   FIN DE HELPERS /////*/


#wrapper{
	width: 900px;
	margin: 0px auto 0px auto;
	background-color:#FFF;
	overflow:hidden;
	display:block;
}

h1{
	width: 220px;
	height: 70px;
	background: url(../img/logo.gif) no-repeat 0 0;
	overflow: hidden;
	line-height: 1200;
	float: left;
	margin:8px 0 13px 24px;
	display:block;
	}
	h1 a{ display:block;}
h2{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 21px; 
	margin-bottom: 12px;
	font-weight:normal;
	text-decoration:none;
	}
	.destacados{color: #005999; }
	.ultimasNoticias{background-color:#D40D12; color:#FFF; height:26px; padding:3px 0 0 5px}
h3{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #0B1B51;
	font-size: 15px; 
	margin-bottom: 5px;
	font-weight:bold;
	text-decoration:none;
	}
h5{}
h6{}
	

#migas{
	margin: 0 0 8px 0;
	font-size:10px;
	}
p, li{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 16px;
	color:#6C797F;
}

/* /////////// header /////////////////////*/

#header{
	width: 900px;
	padding:0;
	}
.webMail{
	display: block;
	margin: 12px 24px 0 0;
	height: 15px;
	overflow: hidden;
	float: right;
	padding:0 0 0 20px;
	background:url(../img/ico_mail.gif) left top no-repeat;
	}
	.webMail a{
		font-family:Georgia, "Times New Roman", Times, serif;
		color:#3E78BE;
		font-size:11px;
		text-decoration:none;
		margin:0;
		display:block;}
	.webMail a:hover{
		color:#F00;
		text-decoration:underline;
		}
	
#menu{
	width:900px;
	height:38px;
	margin:0;
	display:block;
	float:left;
}
#menu li{
	float: left;
	line-height:200px;
	overflow:hidden;
	height: 38px;
}
	#menu li a:link, #menu li a:visited{
		display:block;
	}
	.inicio{background:url(../img/barnav/barnav_r1_c1.gif); width:83px;}
	.historia{background:url(../img/barnav/barnav_r1_c2.gif); width:99px;}
	.educacion{background:url(../img/barnav/barnav_r1_c3.gif); width:116px;}
	.noticias{background:url(../img/barnav/barnav_r1_c4.gif); width:105px;}
	.pastoral{background:url(../img/barnav/barnav_r1_c5.gif); width:99px;}
	.informacion{background:url(../img/barnav/barnav_r1_c6.gif); width:190px;}
	.contacto{background:url(../img/barnav/barnav_r1_c7.gif); width:208px;}
	
	.inicio:hover, .inicioActivo{background:url(../img/barnav/barnav_r1_c1_f2.gif); width:83px;}
	.historia:hover, .historiaActivo{background:url(../img/barnav/barnav_r1_c2_f2.gif); width:99px;}
	.educacion:hover, .educacionActivo{background:url(../img/barnav/barnav_r1_c3_f2.gif); width:116px;}
	.noticias:hover, .noticiasActivo{background:url(../img/barnav/barnav_r1_c4_f2.gif); width:105px;}
	.pastoral:hover, .pastoralActivo{background:url(../img/barnav/barnav_r1_c5_f2.gif); width:99px;}
	.informacion:hover, .informacionActivo{background:url(../img/barnav/barnav_r1_c6_f2.gif); width:190px;}
	.contacto:hover, .contactoActivo{background:url(../img/barnav/barnav_r1_c7_f2.gif); width:208px;}

#submenu{
	float: right;
	background: url(../img/bg_submenu.jpg) #D7E8FB repeat-y;
	font-size: 13px;
	overflow: hidden;
	width:900px;
	height:21px;
	display:block;
	margin:0;
	}

	#submenu li{
		float: right; 
		margin: 0px 24px 0 0 ;
		padding:4px 0 0 0;
		}
		#submenu li a{
			color: #000;
			text-decoration: none;
			display:block;
			font-size:13px;
			color:#E6EAEE;
			}
		#submenu li a:hover{
			color: #000;
			}

/*////////////////// CONTENT //////////////// */
#content{
	overflow:hidden;
	float:left;
	background-color:#FFF;
	width:900px;
	padding:0 0 24px 0;
	display:block;
}
 a{
	text-decoration:none;
	color: #3E78BE;
	font-weight:normal;
	}
	 a:hover{
		color: #000;
		text-decoration:underline;
		}

#bannerFlash, #bannerSup{
	display:block;
	float:left;
	overflow:hidden;
	}
#bannerFlash{
	width:606px;
	}
#bannerSup{
	width:900px;}

.cont1, .cont2, .cont3 {float:left;}
.cont1 img, .cont2 img, .cont3 img, img.fotoHistoria, .fotoGaleria { border:1px solid #3E78BE; padding:1px;}
.cont1{
	margin: 0;
	width: 214px;
	height:270px;
	padding:16px 40px 0 40px;
	overflow:hidden;
	background:url(../img/bg_destacado.jpg) repeat-x;
	}
	.cont1 p, .cont2 p, .cont3 p{ 
		font-size:12px; 
		color:#798699; 
		margin:10px 0 0 0; 
		line-height:13px;
		}
	.cont2 img{
		float:left;
		width:170px;
		margin:0 20px 0 0;
		height:140px;
		}

		.cont2 p{
			margin:0;
			}
.cont2{
	margin: 24px 38px 0 23px;
	width: 288px;
	}
.cont3{
	margin: 24px 0 0 0;
	width: 258px;
	}
.cont4{
	margin: 24px 0 0 0;
	width: 252px;
	float:right;
	}
.noticiaHome{
	margin:0 0 20px 0;
	}
	.primera{
		padding:0 0 20px 0;
		border-bottom:1px dotted #3E78BE;
		display:block;}
	.noticiaHome p{
		font-size: 11px;
		line-height:13px;
		color: #333;
		}
	.noticiaHome .titularNoticiaHome{
		font-weight:bold;
		color:#00599A;
		}

#main{
	float:left;
	overflow:hidden;
	display:block;
	padding:25px 23px 0 44px;
	width:590px;
	}
	#main p{
		margin:0 0 10px 0;
		}
		#main p.titulo{
			margin:0 0 3px 0;
			font-weight:bold;
			}
		#main img.fotoHistoria{
			float: left;
			margin: 3px 15px 0 0;
			display:block;
			}
	#main ul{
		margin:0 0 10px 30px;
		list-style-position:outside;
		}
		#main ul li{
			list-style-type:circle;
			font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
			}
			#main ul.listaConImagen{
				display:block;
				list-style-position:outside;
				margin:0 0 10px 200px;
				}


#navApartado, #navApartado2, #navApartado3{
	width:217px;
	padding:25px 0 0 23px;
	float:left;
	overflow:hidden;
	display:block;
	}
#navApartado2{
	background:url(../img/bg_destacado2.jpg) no-repeat;
	height:320px;
	}
#navApartado{
	background:url(../img/bg_destacado.jpg) repeat-x;
	height:320px;
	}
#navApartado3{
	background:url(../img/bg_destacado.jpg) repeat-x;
	}
	
	#navApartado ul, #navApartado3 ul{
		list-style-position:outside;
		display:block;
		margin:0 20px 0 10px;
		}
		#navApartado ul li, #navApartado3 ul li{
			list-style-type: disc;
			margin:0 0 10px 0;
			border-bottom:1px dotted #F00;
			padding:0 0 10px 0;
			}
			#navApartado ul li a, #navApartado3 ul li a{
				text-decoration:none;
				color:#F00;
				font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
				font-weight:bold;
				}
				#navApartado ul li a:hover, #navApartado3 ul li a:hover{
					text-decoration:underline;
					color:#000;
					}


/*////////// EDUCACIÓN //////*/

.fichaColegio{
	width: 560px;
	display:block;
	overflow:hidden;
	margin:0 0 13px 0;
	background-color: #ECF2F9;
	padding:0;
	padding:15px;
	}
.fichaColegio img{
	float:left;
	margin: 0 20px 0 0; 
	display: block;
	}
.fichaColegio a.visitaWeb, .noticiaResumen a.masInfo{
	display:block;
	text-decoration:underline;
	color:#000;
	font-size: 12px;
	font-weight:bold;
	}
	.fichaColegio a.visitaWeb:hover, .noticiaResumen a.masInfo:hover{
		color: #F00;
		}
.fichaColegio span.nombreColegio{
	margin:0 0 10px 0;
	font-size: 16px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:bold;
	color: #3E78BE;
	display:block;
	}
	.fichaColegio span.descripcionColegio{
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 12px;
		line-height: 14px;
		color:#6C797F;
		display:block;
		margin:0 0 10px 0;
		}




/*/////////// NOTICIAS////////////// */

#mainNoticias{
	float:left;
	overflow:hidden;
	display:block;
	padding:25px 23px 0 24px;
	width:850px;
	}
	#mainNoticias img {
		margin: 0 20px 10px 0; 
		float:left;
		border:1px solid #3E78BE; 
		padding:1px;
		}
.noticiaResumen{
	overflow:hidden;
	margin:0 0 20px 0;
	padding: 0 0 20px 0;
	border-bottom:1px solid #CFD1D3;
	}
	.noticiaResumen img{
		width:186px;
		height:auto;	
	}

	.noticiaResumen .titularNoticia, .noticiaDesarrollo .titularNoticia{
		font-size:16px;
		color:#3E78BE;
		font-weight:bold;
	}
	.noticiaResumen .fechaNoticia, .noticiaDesarrollo .fechaNoticia{
		font-size:11px;
		color:#858A8C;
		}
	.noticiaResumen .textoNoticia{
		margin:5px 0 15px 0;
		color:#798599;
		font-size:12px;
		}
.noticiaDesarrollo{
	overflow:hidden;
	margin:0 0 20px 0;
	}
	.noticiaDesarrollo p{
	line-height:1.2em;
	margin: 0 0 10px 0;
	}
	.noticiaDesarrollo .titularNoticia{
	font-weight:bold;
	}
	.noticiaDesarrollo img{
		width:320px;
		}

/*/////////// MISIONES ////////////// */

.fotoGaleria{
	display:block;
	overflow:hidden;
	float:left;
	margin:0 10px 20px 0;
	}
	.fotoGaleria:hover{}




/*/////////// SOLICITAR INFORMACIÓN ////////////// */
.formulario {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	width:270px;
	height:300px;
	background: #E6E6E6;
	margin:0;
	padding:20px;
}
.campo_registro {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	color: #333333;
	text-decoration: none;
	background-color: #FFFFFF;
	width: 170px;
	border: 1px solid #CED7CE;
	margin:5px 0 0 5px;
	padding: 0 0 0 5px;
}
.rojo{
	color: red;
}

/*/////////// FOOTER ////////////// */
	
#footer{
	margin:0 auto;
	width: 900px;
	height: 120px;
	display:block;
	clear:both;
	overflow:hidden;
	}
#footer a{
	color: #000;
	text-decoration: underline;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	}
#footer a:hover{
	color: #F60;
	text-decoration: none;
	}
#footer .info1{
	width:900px;
	height:60px;
	background-color:#3E78BE;
	padding:10px 0 0 0
	}
	#footer .info1 .datosContacto{
		width:300px;
		display:block;
		margin:0 auto;
		font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size:12px;
		color:#FFF;
		text-align:center;
		line-height:15px;
		}
		#footer .info1 .datosContacto a{
			color:#FFF;
		}
#footer .info2{
	margin: 10px auto;
	display:block;
	height:18px;
	width:150px;
	text-align:center;
	color:#3E78BE;
	}
	#footer .info2 a{
		font-family:Georgia, "Times New Roman", Times, serif;
		font-size:11px;
		color:#3E78BE;
		}


/*////// VARIOS /////*/
#paginador{
	height: 30px;
	overflow:hidden;
}
#paginador p{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:black;
	line-height:normal;
	float: left;
	font-weight: normal;
	padding: 0;
	}
#volver{
	float: right;
	width: 55px;
	margin: 0 0 30px 0;
	}
#volver p{
	float:right;
	}
#volver a{
	font-size:11px;
	color:#000;
	text-decoration:none;
	}
#volver a:hover{
	color: #F60;
	text-decoration:underline;
	}
#volver .botAnt{
	float:left;
	}

.botones{
	float: right; 
	height: 20px; 
	width: 40px;
	margin: 0;
}
.botones a{
	float: left;
	display: block;
	overflow: hidden;
	text-indent: -9999px;
	width: 13px;
	height: 13px;
	margin: 0 0 0 5px;
}
.botones a:hover{
	position: relative;
	top: 1px;
	left: 1px;
}
.botAnt{
	background: url(../img/bot_prev.gif) no-repeat;
	display:block;
	line-height:100px;
	overflow:hidden;
	height: 13px;
	width: 13px;
	margin: 0 5px 0 0; 
	}
.botSig{
	background: url(../img/bot_next.gif) no-repeat;
	}