@charset "UTF-8";
body {
	background-attachment: fixed;
	background-image: url(fondo.jpg);
	background-repeat: repeat-y;
	background-position: center center;
	height:100%;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #B1C0C9;
	font-family: Verdana;
}
#menu{
	width:770px;
	height:28px;
	position:absolute;
	left:50%;
	margin-left:-386px;
	background-color:#B0A790;
	top: 70px;
}
#menu a{
	text-align:center;
	color:#FFFFFF;
	font-size:12px;
	text-decoration:none;
}
#menu a:hover{
	text-align:center;
	color:#CCCCCC;
	font-size:12px;
	text-decoration:underline;
	font-family: Verdana;
}
#logo_top{
	width:770px;
	position:absolute;
	left:50%;
	margin-left:-386px;
}
#direcciones{
		top:35px;
	width:550px;
	position:absolute;
	left:50%;
	margin-left:-175px;
}
#izda{
	width:175px;
	height:600px;
	position:absolute;
	left:50%;
	margin-left:-375px;
	top: 110px;
}

#contenido{
	width:550px;
	position:absolute;
	left:50%;
	margin-left:-180px;
	top: 110px;
}
#contenidoHacemos{
	width:750px;
	position:absolute;
	left:50%;
	margin-left:-375px;
	top: 110px;
}
.capasMenu{float:right; height:20px; margin-top:5px; margin-right:17px}

.fotosIzda{padding-bottom:15px}

.texto {
	font-size: 12px;
	color: #7E7868;
	font-family: Verdana;
	text-align: left;
}

.titulo{
	font-size: 21px;
	color: #B2C0C9
}
.direcciones{
font-size: 12px;
	color: #b1a597;
}

