@charset "utf-8";

#contenedor {
	height: 570px;
	width: 810px;
	margin: auto;
	background-color: #FFF;
	border: 2px solid #CCC;
}

#top {
	height: 127px;
	background-image: url(img/top.1.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
#index {
	width: 810px;
	height: 360px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	background-repeat: no-repeat;
	background-position: right bottom;
}
#pie {
	width: 810px;
	float: right;
}
.contacto-texto2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 13px;
	letter-spacing: 2px;
	text-decoration: underline;
}


#fondo-web {
	background-image: url(img/fondo-web.jpg);
	background-repeat: no-repeat;
	height: 574px;
	width: 866px;
	margin: auto;
}
#donde-estamos {
	width: 810px;
	height: 360px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	background-repeat: no-repeat;
	background-position: right bottom;
}
#servicios {
	height: 360px;
	color: #000;
}
#obras {
	height: 360px;
	color: #000;
}
#contacto {
	height: 360px;
	color: #000;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	overflow-x:hidden; 
	overflow-y:scroll;
}

#separador {
	height: 12px;
	width: 810px;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(img/separador-rayas.jpg);
}
.izquierda {
	text-align: right;
	color: #FFF;
	font-weight: bold;
	font-size: 10px;
}

