@charset "utf-8";
/* CSS Document */

#imagen_principal{
  background-image: url(../images/noticias/cabecera-noticias.jpg);  
}
#bloque_noticias, #pagina_noticias {
  padding: 40px 10px;
}

#bloque_noticias .noticia {
  width: 31.3%;
  margin: 1%;
  padding: 20px;
  border: solid 1px #646464;
}
#bloque_noticias .titulo_seccion, #pagina_noticias .titulo_seccion, #bloque_noticias .titulo_seccion a, #pagina_noticias .titulo_seccion a {
  text-align: center;
	font-weight: 300;
	font-family: Roboto, sans-serif;
	font-size: 24pt;
	color: #0085BD;
}
#bloque_noticias .noticia, #pagina_noticias .noticia {
  padding: 10px; 
}
.imagen_noticia {
  overflow: hidden !important;
  margin-bottom: 5px;
}
#bloque_noticias img, #pagina_noticias img {
  width: 100%;
  height: auto;
  display: block;
}
.titulo_noticia {
  font-weight: 400;
  font-size: 18pt;
  color: #0085bd;
}
.fecha_noticia {
  font-size: 10pt;
  font-weight: 300;
}
.resumen_noticia {
  font-weight: 300;
  margin-top: 5px;
  font-size: 11pt;
}
.center form {
  display: inline-block;
  margin:  0 4px;
  cursor: pointer;
}

.center form:last-of-type {
  width: 100%;
  display: block;
  margin-top:10px;
}

#sin_noticias {
  text-align: center;
  font-size: 14pt;
  padding: 20px;
}
#sin_noticias:before, #sin_noticias:after {
  content: "-";
  margin: 0 10px;
}
/* Responsive */

@media only screen and (max-width: 1280px) {
  .noticia {
    width: 25%;
  }
  #bloque_noticias .noticia:nth-child(n+6) {
    display: none;
  }
}

@media only screen and (max-width: 980px) {
  .noticia {
    width: 48% !important;
  }
  #bloque_noticias .noticia:nth-of-type(n+3) {
    display: none;
  }
  .titulo_noticia {
    font-size: 16pt;
  }
}
@media only screen and (max-width: 767px) {
  .noticia {
    width:100% !important;
    margin: 0 !important;
  }
  #bloque_noticias {
    padding: 40px 10px;
  }
  #bloque_noticias .noticia:nth-child(n+3) {
    display: none;
  }
}
@media only screen and (max-width: 480px) {
  .noticia {
    width: 100%;
  }
  #bloque_noticias .noticia:nth-child(n+3) {
    display: none;
  }
}

/* Heredados */

#cabecera-noticias {
  height: 400px;
  background-image: url('../images/noticias/cabecera/cabecera_noticias.jpg');
  background-position: center center;
}

.listaNoticias{ margin-bottom:40px; text-align:center; }
.listaNoticias .tituloH1{ margin:40px auto; }

.noticias{ }
.noticias:after{ content:''; display:table; clear:both; }
.noticias a, .noticias a:visited{ color:#000; }
.noticias figure{ position:relative; overflow:hidden; }
.noticias figure img{ position:absolute; width:100%; top:0px; bottom:0px; left:0px; right:0px; margin:auto; }
.noticias > div{ text-align:justify; }
.fechaNots{ font-family: 'Roboto', sans-serif; font-size:87.5%; line-height:1.3em; color:#000; margin-bottom:15px; }
.noticias h2{ font-family: 'Roboto Slab', sans-serif; font-weight:bold; font-size:150%; line-height:1.3em; margin-bottom:5px; }
.noticias > div section{ font-family: 'Roboto', sans-serif; font-size:93.75%; line-height:1.3em; color:#000; }

#paginacion{ margin-bottom:20px; text-align:center; }
#paginacion > form{ display:inline-block; margin:0px 3.5px; cursor:pointer; }
#paginacion > form:last-child{ display:block; cursor:none; }
.unicaPagina{ display:inline-block; background-color:#f0f0f0; width:34px; height:34px; font-size:16px; line-height:32px; text-align:center; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; }
.unicaPaginaSelect{ display:inline-block; background-color:#0085bd; width:34px; height:34px; font-size:16px; line-height:32px; text-align:center; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; color:#FFF; }

/* NOTICIA */
.one_noticia{ width:100%; margin-bottom:40px; text-align:justify; font-size:93.75%; color:#000; }
.one_noticia h1{ margin-bottom:0px !important; color:#777; width:100%; text-align:justify; }
.one_noticia .fecha{ font-size:81.25%; line-height:30px; color: #777;}
.one_noticia .contenido{ content:''; display:table; clear:both; line-height:1.3em; }
.one_noticia .contenido a, .one_noticia .contenido a:link, .one_noticia .contenido a:visited, .one_noticia .contenido a:active{ color:#004681; font-weight:bold; font-style:italic; }
.one_noticia .contenido p{ margin-bottom:20px; color: #555 }
.one_noticia .contenido ul{ margin-left:20px; margin-bottom:20px; list-style:inherit; }

.one_noticia a:hover{ opacity:0.7; }
.one_noticia .volver a, .one_noticia .volver a:link, .one_noticia .volver a:visited, .one_noticia .volver a:active{ padding:8px 30px; background-color:#000; color:#FFF; float:right; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; }
.one_noticia .volver a:hover{ opacity:0.7; margin-right:10px; }
.one_noticia .volver{ margin-top:30px; margin-right: 10px;}
.one_noticia .volver:after{ content:''; display:table; clear:both; }

@media screen and (min-width: 200px) and (max-width: 640px) {
	/* NOTICIAS */
	.noticias{ margin-bottom:40px; }
	.noticias figure{ margin:0px auto 15px auto; width:280px; height:210px; }
	
	/* NOTICIA */
	.one_noticia{ }
	.one_noticia .imagen-left,
	.one_noticia .imagen-center,
	.one_noticia .imagen-right {display:block; margin:20px auto; max-width: 920px !important; width:100%; }
	.one_noticia .contenido{ margin-top:20px; margin-bottom:20px;}
}
@media screen and (min-width: 640px) and (max-width: 980px) { 
	/* NOTICIAS */
	.noticias{ margin-bottom:40px; }
	.noticias figure{ margin-right:15px; width:210px; height:157px; float:left; }

	/* NOTICIA */
	.one_noticia{ min-height:550px; }
	.one_noticia .imagen-left,
	.one_noticia .imagen-center,
	.one_noticia .imagen-right {display:block; margin:20px auto; max-width: 920px !important;}
	.one_noticia h2{margin-left: 10px;}
	.one_noticia .contenido{ margin-top:20px; margin-bottom:20px; }	
}
@media screen and (min-width: 980px) { 
	/* NOTICIAS */
	.noticias{ margin-bottom:28px; }
	.noticias figure{ width:210px; height:157px; float:left; }
	.noticias > div{ margin-left:10px; width:760px; float:left; }
	
	/* NOTICIA */
	.one_noticia{ min-height:550px; }
	.one_noticia .imagen-center {display:block; margin:20px auto; max-width: 920px !important;}
	.one_noticia .imagen-left {float:left; margin:0 20px 7px 0;}
	.one_noticia .imagen-right {float:right; margin:0 0 7px 20px;}
	.one_noticia h2{margin-left: 10px;}
	.one_noticia .contenido{ margin-top:20px; margin-bottom:20px; }
}