.header {
    height: 130px;
}

.aside h3{
    background: none repeat scroll 0 0 #02518D;
}

.titulo_noticias{
    background: #02518D;
}

.titulo_agenda {
    background: none repeat scroll 0 0 #02518D;
}


#navegacion_nov h3 {
    background: none repeat scroll 0 0 #02518D;
}


#ofertas_portada h2{
	background: none repeat scroll 0 0 #02518D !important;
}

.env_google {
    background: none repeat scroll 0 0 #02518D;
}


ul.topnav li.seleccionado a, ul.topnav ul li.seleccionado a {
    color: #02518D;
    font-weight: bold;
}

.tabla_responsive th {
    background: #02518D none repeat scroll 0 0;
}

ul.topnav li a:hover {
    color:#02518D;
}


.contenido_editor a{
    color:#02518D;
}


#commentForm legend{
    color: #02518D;
}
#commentForm p.subtitulo{
    color: #02518D;
}
div.columnasMenuInscripcion ul li.activo{
    background: #02518D;
}


.banner_registro{
	height: 109px;
    background: url(https://portalemp.blob.core.windows.net/publico/datos-centros/centro-alfafar2/_assets/images/BannerInferior_Registrate_772X80px.png) 0 0 no-repeat;    
	background-size: contain;
}

.banner_registro span.titulo, .banner_registro span.texto{
	display: none;
	visibility: hidden;
}

/* ADAPTACIONES */
.add li .frame{
	border: none;
	padding: 0;
}

.add .box-icon{
	border-radius: 0;
	margin: 0; 
	background: none; 
	width: 100%;
}
.add .box-icon em {
	border-radius: 0;
	width: 100%;
}

.add .box-icon img {
	border-radius: 0;
}

.add-areas-tematicas h2{display: none;}

@media only screen and (max-width: 700px), only screen and (max-device-width: 700px)
{
	.add {
		margin: 0;
		padding: 0;
	}
	
	.add-areas-tematicas li {
		width: 48% !important;
		margin: 0 !important;
	}
	
	.add .box-icon {
		width: 100% !important;
	}
	
	.add li .frame{
		background: none;
	}
	.contenido .areas_tematicas {
		margin-bottom: 0px !important;
	}
	
	.banner_registro{
		height: 50px;
	}
}