/* CSS Document */

/*Estilos para el slogan de las secciones*/

div.slogan_wrapper {
	float: left; 
	width: 33.3%;
}

div.cont_slogan_izq, div.cont_slogan_cen, div.cont_slogan_der {
	width:157px;
	}

div.cont_slogan_izq {
	float:left;
	}

div.cont_slogan_der {
	float:right;
	}
	
div.cont_slogan_cen {
	margin:0 auto;
}


h2.tit_slogan {
	margin: 0px auto; 
	color: rgb(94, 125, 153); 
	font-family: Arial,Helvetica,sans-serif; 
	font-size: 1.8em; 
	text-align: left;
	width:100%;
	}
	
.tit_slogan.cultura a {
	color:#BE0000;
}

.slogan_cont_txt.cultura {
	background-color:#F4D0D0;
}

.tit_slogan.instalaciones a {
	color:#777777;
}

.slogan_cont_txt.instalaciones {
	background-color:#dcdddd;
}
	
a.tit_slogan_link {
	color:#5E7D99;
}

.slogan_cont_img {
	height:78px;
	overflow:hidden;
}

.slogan_cont_img.bop {
	border-bottom:5px solid #777777;
	border-top:15px solid #777777;
}

.slogan_cont_img.cultura {
	border-bottom:5px solid #BE0000;
	border-top:15px solid #BE0000;
}

.tit_slogan.modelos-de-solicitud a{
	color:#BE0000;
}

.tit_slogan.bop a {
	color:#777777;
}

.slogan_cont_img.instalaciones {
	border-bottom:5px solid #777777;
	border-top:15px solid #777777;
}

img.slogan_img {
	border:none;
	}

div.slogan_cont_txt {
	padding: 5px;
	height:65px; 
	position:relative; 
	background-color: #e1e9f0; 
	color: #006699; 
	line-height: 1.2em;
}

p.slogan_txt {
	width:94%; 
	position:absolute; 
	bottom:10px; 
	left:5px;
	margin: 0px auto; 
	color: rgb(0, 102, 153); 
	text-decoration: none; 
	text-align: left; 
	font-size: 1.1em; 
	font-family: Arial,Helvetica,sans-serif; 
}

h2.tit_slogan.tit_modelos-de-solicitud a{
	color:#BE0000;
}

h2.tit_slogan.tit_bop a {
	color:#777;
}

.slogan_cont_img.tablon {
	border-top:15px solid #5e7d99; 
	border-bottom:5px solid #5e7d99;
}

.slogan_cont_img.modelos-de-solicitud {
	border-bottom:5px solid #be0000;
	border-top:15px solid #be0000;
}


