@charset "utf-8";
/* CSS Document */

html {
	margin: 0px;
	padding: 0px;
}
#contenedor {
	position:relative;
	width:900px;
	height:650px;
	z-index:1;
	left: 0px;
	top: 0px;
	margin: auto;
	padding: 0px;
	right: 0px;
	background-image: url(images/fondo.jpg);
	background-repeat: repeat-y;
	background-position: top;
}
#logo {
	position:absolute;
	width:200px;
	height:115px;
	z-index:2;
	left: 14px;
	top: 0px;
}

body {
	margin: 0px;
	padding: 0px;
	background-color: #D7E0E5;
}
#noticias {
	position:absolute;
	width:213px;
	height:148px;
	z-index:3;
	left: 15px;
	top: 184px;
	background-image: url(images/noticias_titulo.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#bannerhome {
	position:absolute;
	width:200px;
	height:115px;
	z-index:2;
	left: 230px;
	top: 97px;
}
#titulo_bienvenido {
	position:absolute;
	width:579px;
	height:190px;
	z-index:5;
	left: 277px;
	top: 343px;
	background-image: url(images/foto_home.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: left;
	text-indent: 200px;
}
.texto_general {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #106492;
	text-decoration: none;
}


#partners {
	position:absolute;
	width:209px;
	height:115px;
	z-index:4;
	left: 14px;
	top: 389px;
	background-image: url(images/partners.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#textohome {
	position:absolute;
	width:397px;
	height:87px;
	z-index:6;
	left: 458px;
	top: 402px;
}
#menu_textos {
	position:absolute;
	width:472px;
	height:19px;
	z-index:14;
	left: 279px;
	top: 565px;
}

#direccion {
	position:absolute;
	width:115px;
	height:58px;
	z-index:16;
	left: 753px;
	top: 527px;
}
#menuhome {
	position:absolute;
	width:200px;
	height:89px;
	z-index:2;
	left: 230px;
	top: 0px;
}
#footer {
	position:absolute;
	width:481px;
	height:7px;
	z-index:9;
	left: 225px;
	top: 628px;
	background-color: #095D8C;
	bottom: 0px;
}
.texto_bold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #106492;
	text-decoration: none;
}
a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #CCCCCC;
	text-decoration: none;
}
#banner_interior {
	position:absolute;
	width:833px;
	height:115px;
	z-index:3;
	left: 14px;
	top: 113px;
}
#contenido_empresa {
	position:absolute;
	width:631px;
	height:282px;
	z-index:11;
	left: 232px;
	top: 262px;
	background-repeat: no-repeat;
	background-position: right top;
	background-image: url(images/foto_fondo_empresa.jpg);
}
#contenido_servicios {
	position:absolute;
	width:631px;
	height:240px;
	z-index:11;
	left: 232px;
	top: 262px;
	background-image: url(images/foto_fondo_servicios.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}


#titulo_interior {
	position:absolute;
	width:88px;
	height:308px;
	z-index:17;
	left: 46px;
	top: 244px;
	background-repeat: no-repeat;
	background-position: right top;
}
#contenido_obras {
	position:absolute;
	width:631px;
	height:246px;
	z-index:12;
	left: 233px;
	top: 262px;
	background-image: url(images/foto_fondo_obras.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
#contenido_contacto {
	position:absolute;
	width:632px;
	height:281px;
	z-index:12;
	left: 232px;
	top: 262px;
	background-image: url(images/foto_fondo_contacto.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

