<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* CSS Document */

body {
	margin: 0px;
	background-image: url(../img/index/fondo_body_azul.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	font-family: "Droid Sans", Arial;
	font-weight: 400;
	font-size: 13px;
	color: #666666;
	text-decoration: none;
}

#img_presentacion{
    float: right;    
    width: 500px;
    height: 431px;
}

#presentacion {
	float: left;
	width: 460px;
	padding-top: 200px;
	color: #333333;
	padding-bottom: 50px;           
}
#area_empresa {
	background-image: url(../img/index/bloques/fondo_empresa.png);
}
#zona_bloques_areas {
	position: relative;
	padding-bottom: 40px;
        z-index: 100;
}
.titular_presentacion {
	font-size: 44px;
	color: #000000;
	line-height: 44px;
        text-align: left;
}
.caja_area {
	float: left;
	height: 131px;
	width: 246px;
	background-position: left top;
	margin-left: 2px;
	background-repeat: no-repeat;
	position: relative;
        cursor: pointer;
}
.datos_areas {
	padding-top: 20px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 100px;
	line-height: 100%;
	color: #CCCCCC;
	font-weight: 400;
	text-align: left;
	font-size: 12px;
}
.tit_areas {
	font-size: 16px;
	text-transform: uppercase;
	color: #FC7713;
	font-weight: 700;
}
#area_noticias {

	background-image: url(../img/index/bloques/fondo_noticias.png);
}
#area_obras {


	background-image: url(../img/index/bloques/fondo_obras.png);
}
#area_contacto {



	background-image: url(../img/index/bloques/fondo_contacto.png);
}
.titular_enlace {
	font-size: 13px;
	color: #000000;
	font-weight: 700;
	text-transform: uppercase;
}
.tit_13 {
	float: left;
	width: 70%;
	padding-left: 10px;
}
.enlace_todas {
	text-align: right;
	float: right;
	width: 20%;
	font-size: 11px;
	padding-right: 10px;
}
#obras_index {
	float: left;
	width: 490px;
}
.titular_enlace a {
	color: #000000;
	text-decoration: none;
}
.titular_enlace a:hover {
	color: #FC7713;
	text-decoration: none;
}

#zona_noticias {
	float: right;
	width: 49%;
}
#rodea_noticia {
	border: 1px solid #CCCCCC;
	width: 90%;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	margin-top: 5px;
	min-height: 107px;
        overflow: hidden;
}
.desarrollo_not {
	float: right;
	width: 80%;
}
.tit_not_index {
	font-size: 13px;
	color: #000000;
	line-height: 14px;
	margin: 0px;
}
.tit_not_index a {
	color: #000000;
	text-decoration: none;
	font-weight: 400;
}


.imagen_not {
	float: left;
	width: 69px;
}
.tit_not_index a:hover {
	color: #FC7713;
	text-decoration: none;
}
.desarrollo_not p {
	font-size: 12px;
}



.titular_reverso {
	font-size: 10px;
	text-transform: uppercase;
	font-family: "Droid Sans", Arial;
	text-align: left;
	color: #FFFFFF;
	line-height: 12px;
	min-height: 70px;
}
.reverso a:hover {
	color: #FC7713;
	text-decoration: none;
}
.ver_reverso {
	margin-top: 10px;
	padding-top: 5px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #722536;
}
</pre></body></html>