@charset "utf-8";
/* CSS Document */
body, html {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#contenedor {
	
	width: 960px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	height: auto;
}	

#cuerpo {
	height: 654px;
	width: 760px;
	float: right;
	
	background-image: url(imagenes/fondo2.jpg);

}
#menu_sup {
	height: 29px;
	width: 760px;
	margin:0 auto;
	padding-bottom:10px;

}

#datos {
background-color: #D7D2CE;
width: 140px;

height: 317px;
margin-bottom: 10px;
}

#menu {
	background-color: #F0D7DA;
	width: 140px;
	
	height: 317px;

}

#menuenlaces {

list-style: none;
margin: 0;
padding: 0;
}

#menuenlaces li {
list-style: none;
margin: 0;
padding: 0;
}

#menuenlaces li a {
	display: block;
	padding: 5px 10px;
	color: #000000;
	font-size: 12px;
	text-decoration:none;
}
#menuenlaces li a:hover{
	text-decoration:underline;
}

#direccion {
	padding-top: 250px;
	text-align:center;
	font-size:10px;

}

#text-vertical {
	float: right;
}

#fachada3 , #fachada2 , #fachada1 {
	height: auto;
	width: auto;
	float: right;
	margin-left: 47px;
}

#fachada6 , #fachada5 , #fachada4 {
height: auto;
	width: auto;
	float: left;
	margin-left: 70px;
}

#contacto {
	margin: auto;
	width: 450px;

}

#contact {
	margin: auto;
	height: auto;
	width: 380px;


}
#map {
	height: 400px;
	width: 600px;
	margin: auto;
}
#novedades{
	margin-left:65px;

}