/* CSS Document */

@charset "utf-8";
/* CSS Document */
* {
	margin:0;
	padding:0;
/*	list-style:none;*/
}
img{
	border:0;
}
body {
	margin: 0;
	padding: 0;
	background-color:#BBB9AA;
	background-image:url(../imagenes/vivienda_bg.jpg);
	background-repeat:repeat-x;
	
}
#vivienda_contenedor{
	width:100%;
	height:100%;
}
#vivienda_contenedor_encabezado{
	width:100%;
	height:349px;
	/*background-color:#FFFFFF;*/
}
#vivienda_encabezado{
	width:776px;
	height:335px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 14px;
	margin-left: auto;
	
}
#vivienda_menu{
	width:100%;
	height:38px;
	background-image:url(../imagenes/vivienda_barra_menu.jpg);
	background-repeat:repeat-x;
}
#vivienda_menu_swf{
	width:776px;
	height:38px;
	margin:auto;
}
#vivienda_contenido{
	width:770px;
	height:auto;
	margin:auto;
	padding-bottom:22px;
}
#vivienda_pie{
	width:762px;
	height:60px;
	margin:auto;
}