@charset "utf-8";

html, body{ 
	background:#007ca6 url(../img/fondo_blanco.jpg) no-repeat center fixed;
	background-size: cover;
	margin:0; padding:0;
}

.bt_sumario{font-family:corbelb; font-weight:normal; font-size:0.8em; display:block;}
#boton_menu a{text-decoration:none !important; color:white;}

#t_seccion{
	float:left; width:50%; margin-left: 10%; /*padding-top:1.5em;*/ padding-bottom:1em;
	border-radius: 0px 0px 10px 10px; -moz-border-radius: 0px 0px 10px 10px; -webkit-border-radius: 0px 0px 10px 10px; border: 0px solid #000000;
}
.t_nom_sec{color:#007ca6; font-family:corbelb; font-size:4vw; font-weight: normal; margin: 0;}
.t_sec_negro{color:#101010; font-family:corbelb; font-size:3vw; font-weight: normal; margin: 0;}

.logo{margin:0 auto;}
.logo img{float: right; height: auto; margin-right: 2em; width: 35%; margin-top: 1em;}

#contenedor{float:left; width:90%; margin:2em 5%;}

#cont_img ul li{ display: inline; text-align: center; }

.noticia{
	background:#007ca6;
	box-sizing:border-box;
	float:left;
	width: -moz-calc(33% - 1em); width: calc(33% - 1em); 
	height: auto;
	margin-top:1em;
	margin-right: 1em;
	margin-bottom: 0.2em; 
	border:5px solid white;
	border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	cursor: pointer;
    padding: 0;
    position: relative;
    display: block;
    cursor: pointer;
    overflow: hidden;
	-webkit-box-shadow: 3px 3px 2px 0px rgba(0,0,0,0.25); -moz-box-shadow: 3px 3px 2px 0px rgba(0,0,0,0.25); box-shadow: 3px 3px 2px 0px rgba(0,0,0,0.25);
}

.noticia h3 a{color:white; font-family:corbelb; font-weight:normal; text-decoration:none; padding:0 0.5em; }

.noticia img{ width:100%;}

#caja_img1, #caja_img2, #caja_img3, #caja_img4, #caja_img5, #caja_img6, #caja_img7, #caja_img8, #caja_img9{
	background: white;
    float: left;
	text-align:center;
    margin-left: 10%;
    margin-right: 10%;
    margin-top: 8%;
	margin-bottom:2em;
	padding:2em 0;
    position: absolute;
    width: 80%;
	z-index:20000;
	border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	border: 0px solid #000000;
	-webkit-box-shadow: 3px 3px 2px 0px rgba(0,0,0,0.25); -moz-box-shadow: 3px 3px 2px 0px rgba(0,0,0,0.25); box-shadow: 3px 3px 2px 0px rgba(0,0,0,0.25);
}
#caja_img1 img, #caja_img2 img, #caja_img3 img, #caja_img4 img, #caja_img5 img, #caja_img6 img, #caja_img7 img, #caja_img8 img, #caja_img9 img {
    border: 0 solid #000000;
    border-radius: 10px;
    float: left;
    height: auto;
    margin: 0em 1em 1em 2em;
    width: 35%;
}
#caja_img1 h2, #caja_img2 h2, #caja_img3 h2, #caja_img4 h2, #caja_img5 h2, #caja_img6 h2, #caja_img7 h2, #caja_img8 h2, #caja_img9 h2{
	color:#007ca6; font-family:corbelb; font-size:1.5em; font-weight: normal; text-align:left; margin: 0 2em 1.5em;
}
#caja_img1 p, #caja_img2 p, #caja_img3 p, #caja_img4 p, #caja_img5 p, #caja_img6 p, #caja_img7 p, #caja_img8 p, #caja_img9 p{
    font-family: corbelb; margin-left:2em; margin-right:2em; text-align:left !important;
}

.texto_destacado{font-family: corbelb !important; }
.texto_destacado_capital{ color: #007ca6;float: left; font-size: 5vw; font-weight: bold; margin-top: -0.25em;}
.interrogante {float: left;}
p a{color:#007ca6; text-decoration: none; font-weight: bold;}
p a:hover{color:white; background:#007ca6;  }
.negrita_roja{font-family:corbelb; color:#007ca6; font-size:1.5vw; font-weight: bold;}

#cerrar_img1, #cerrar_img2, #cerrar_img3, #cerrar_img4, #cerrar_img5, #cerrar_img6, #cerrar_img7, #cerrar_img8, #cerrar_img9{width:30px; height:30px; float:right;}
#cerrar_img1 img, #cerrar_img2 img, #cerrar_img3 img, #cerrar_img4 img, #cerrar_img5 img, #cerrar_img6 img, #cerrar_img7 img, #cerrar_img8 img, #cerrar_img9 img{width:100%; height:auto; margin:-1.5em 0 0 -0.5em;}

.autor{
	margin: 0.5em 0 0;
	background:url(../img/pixel_blanco60.png);
    float: left;
    font-family: corbelb;
	font-weight:normal;
	margin: 1em 5%;
    padding: 0.3em 1em;
	border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	border: 0px solid #000000;
}

/*---------------animaciones--------------------*/

.an_logo{animation: an_logo 1s ease;}
@-webkit-keyframes an_logo {from {opacity:0;} to {opacity:1;}}
@keyframes an_logo {from {opacity:0;} to {opacity:1;}} /*Standard syntax */

.an_tsec_rojo{position:relative; float:left; width:100%; animation: flipInX 1s 1s ease backwards;}

#noticia1{animation: fadeInDown 1s 1.2s ease backwards;}
#noticia2{animation: fadeInDown 1s 1.4s ease backwards;}
#noticia3{animation: fadeInDown 1s 1.6s ease backwards;}
#noticia4{animation: fadeInDown 1s 1.8s ease backwards;}
#noticia5{animation: fadeInDown 1s 2s ease backwards;}
#noticia6{animation: fadeInDown 1s 2.2s ease backwards;}
#noticia7{animation: fadeInDown 1s 2.4s ease backwards;}
#noticia8{animation: fadeInDown 1s 2.6s ease backwards;}
#noticia9{animation: fadeInDown 1s 2.8s ease backwards;}
.autor{animation: fadeInDown 1s 3s ease backwards;}