.banner { height:300px;background-position: center;background-size: cover;background-image: url("../img/secciones/blog.jpg"); }
.banner .logoBanner { text-align: center;padding-top: 84px; }

.noticiaBlog { padding: 40px 0px;width:700px;margin: 0 auto; }
.noticiaBlog .contenidoNoticias .noticia .titulo { font-family: Abel;font-size: 30px;  }
.noticiaBlog .contenidoNoticias .noticia .texto { font-size: 14px;color:#000;padding-top: 30px; }

.noticiaBlog .link { border-bottom: 1px solid #DDD;padding: 5px 0px;font-size: 14px; }
.noticiaBlog .link a { color:#000; }
.noticiaBlog .link a:hover { color:#7796C2; }


.noticias { padding: 40px 0px; }
.noticias .contenidoNoticias { width:960px;margin: 0 auto; }

.noticias .contenidoNoticias .noticia { width:630px;float: left; }
.noticias .contenidoNoticias .noticia .titulo { font-family: Abel;font-size: 30px;  }
.noticias .contenidoNoticias .noticia .texto { font-size: 14px;color:#000;padding-top: 30px; }
.noticias .contenidoNoticias .noticia .redes { padding-top: 20px; }
.noticias .contenidoNoticias .noticia .redes .red { float: left;margin-right: 10px; }

.noticias .contenidoNoticias .ultimasNoticias { width:300px;float: right; }
.noticias .contenidoNoticias .ultimasNoticias .tituloUltimas { font-family: Abel;font-size: 30px;padding-bottom: 10px;border-bottom: 1px solid #DDD; }
.noticias .contenidoNoticias .ultimasNoticias .ultimaNoticia { padding: 10px 0px;border-bottom: 1px solid #DDD; }
.noticias .contenidoNoticias .ultimasNoticias .ultimaNoticia .nombre { font-size: 14px;  }
.noticias .contenidoNoticias .ultimasNoticias .ultimaNoticia .nombre a { color:#000; }
.noticias .contenidoNoticias .ultimasNoticias .ultimaNoticia .nombre a:hover { color:#7796C2; }


.interesa { padding: 40px 0px;background-color: #efefef; }
.interesa .contenidoInteresa { width:100%;max-width: 1078px;margin: 0 auto; }
.interesa .contenidoInteresa .titulo { text-align: center;font-family: Abel;font-size: 26px;color:#333; }
.interesa .contenidoInteresa .botonera { width:345px;margin: 0 auto;padding-top: 35px; }
.interesa .contenidoInteresa .botonera .botonAzul { float: left;margin-right: 10px; }
.interesa .contenidoInteresa .botonera .botonAzul.ultimo { margin-right: 0px; }

.interesa .contenidoInteresa .botonera .botonAzul.solicitar { width:207px; }
.interesa .contenidoInteresa .botonera .botonAzul.inscribir { width:127px; }

/*  RESPONSIVE */
@media screen and (min-width: 1078px){
	
}

@media screen and (min-width: 768px) and (max-width: 1077px){
	.banner .logoBanner { padding-top: 84px; }
	.banner .logoBanner img { width:calc(100% - 2.52em);margin: 0 auto;max-width: 300px; }
	
	.noticiaBlog { width:calc(100% - 2.52em); }
	
	.noticias .contenidoNoticias { width:calc(100% - 2.52em);margin: 0 auto; }
	.noticias .contenidoNoticias .noticia { float: none;width:100%; }
	.noticias .contenidoNoticias .ultimasNoticias { float: none;width:100%;padding-top: 30px; }
}

@media screen and (min-width: 300px) and (max-width: 767px){
	.banner .logoBanner { padding-top: 84px; }
	.banner .logoBanner img { width:calc(100% - 2.52em);margin: 0 auto;max-width: 300px; }
	
	.noticiaBlog { width:calc(100% - 2.52em); }
	
	.noticias .contenidoNoticias { width:calc(100% - 2.52em);margin: 0 auto; }
	.noticias .contenidoNoticias .noticia { float: none;width:100%; }
	.noticias .contenidoNoticias .ultimasNoticias { float: none;width:100%;padding-top: 30px; }
	
	.interesa .contenidoInteresa { width:calc(100% - 2.52em);margin: 0 auto; }
	.interesa .contenidoInteresa .botonera { width:100%;max-width: 300px;margin: 0 auto; }
	.interesa .contenidoInteresa .botonera .botonAzul { float: none;margin: 0 auto;margin-bottom: 20px; }
	.interesa .contenidoInteresa .botonera .botonAzul.ultimo { margin: 0 auto; }
}