@charset "utf-8";
html, body{
height:100%;}
.titulos {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #d40121;
}
.fonconstruc {
	background-image: url(img/fondo.jpg);
	background-repeat: no-repeat;
	background-position: right center;
}
html, body{
height:100%;}
.fondo_home {
	background-image: url(img/fondo_home.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.fondo_logo {
	background-image: url(img/fon_logo.png);
	background-repeat:  repeat-x;
	background-position: bottom;
}
.fondo_cab {
	background-image: url(img/fondo_cab.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.linea {
	background-image: url(img/linea.jpg);
	background-repeat:  repeat-x;
	background-position: center;
}
.fondo_rr {
	background-image: url(img/fondo_rr.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.fondoprensa {
	background-image: url(img/prensa/img_prensa.jpg);
	background-position: center center;
}

