*{padding:0; margin:0}

html,body{ height:100%; background-color:#F0F0F0}

#top{ 
	height:148px;
	background-image:url(images_comunes/background_top.gif);
	}
	
#estructura_contenidos{ 
	width:880px;
	/*height:100%;*/
	margin:0 auto;
}

#contenidos_top{ 
	height:64px;
	vertical-align:bottom;
	background-image:url(images_comunes/background_contenidos_top.jpg);
	}
	
/*solo afecta a los htm de la seccion propiedades*/
#contenidos_top_propiedades{ 
	height:64px;
	vertical-align:bottom;
	background-image:url(images_comunes/background_contenidos_top_propiedades.jpg);
	}
	
#contenidos{ 
	/*height:100%;*/
	background-image:url(images_comunes/background_contenidos.jpg)	
	}

#contenidos_bottom{ 
	height:34px;
	vertical-align:bottom;
	background-image:url(images_comunes/background_contenidos.jpg);
	}

.h1{ 
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#E26C0D;
}

.texto { 
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:20px;
	text-align:justify;
	color:#666;
}
