  /******************************************************************************************************************************************************/
 /*                                                                              GENERALES                                                             */
/******************************************************************************************************************************************************/

body {
	background-image:url(../imagenes/fondo_body.jpg); 
	background-position:top center; 
	background-repeat:no-repeat;
	margin: 0px 0px 0px 0px;
}						

img {
   margin: 0px 0px 0px 0px;
   padding: 0px 0px 0px 0px;
}

div {
   margin: 0px 0px 0px 0px;
   padding: 0px 0px 0px 0px;
}

#contenedor {
	/*float:left; comentar para centrar la pagina*/ 
	width:939px; 
	border:0px solid #f0f; 
	text-align:left;
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}	


#cabecera {
	float:left; 
	background-image:url(../imagenes/cabecera/fondo.gif); 
	background-repeat:no-repeat; 
	background-position:top left; 
	height:178px; 
	width:930px;
}

#idiomas_cabecera {
	float:right; 
	width:238px; 
	height:39px; 
	background-image:url(../imagenes/cabecera/fondo_idiomas.gif); 
	background-position:top left; 
	background-repeat:no-repeat; 
	margin-top:8px; 
	text-align:center;
}

#menu {
	float:left; 
	width:100%; 
	margin-top:30px; 
	font-size:16px; 
	color:#FFF;
	font-family: "Times New Roman", Times, serif;
}

#contenido {
	float:left; 
	width:703px; 
	border-right:1px solid #BFBFBF;
	height: auto!important; /* para los browsers buenos */
    height: 600px; /* para IE5+ */
    min-height: 600px; /* para los browsers buenos */
}	

#buscador {
	float:left; 
	width:220px;
}

#pie {
	float:left; 
	width:100%; 
	height:22px; 
	background-color:#a5213d; 
	margin-top:40px;
	
}

#info_contacto {
	float:left; 
	width:100%; 
	height:25px;  
	margin-top:16px;
	
	color:#a5213d;
}



  /***********************************************************************************/
 /*                                PESTAŅAS                                         */
/***********************************************************************************/ 


/*     Venta y Alquiler  */

#pestanas_av {
	float:left;  
	margin-top:-34px;	
}

.pes_va_izq_sel {
	float:left; 
	width:4px; 
	height:34px; 
	background-image:url(../imagenes/pestanas/venta_alquiler/izquierda_sel.gif); 
	background-repeat:no-repeat; 
	background-position:top left;
}

.pes_va_cen_sel {
	float:left;  
	height:34px; 
	background-image:url(../imagenes/pestanas/venta_alquiler/centro_sel.gif); 
	background-repeat: repeat-x; 
	background-position:top left;
}

.pes_va_der_sel {
	float:left; 
	width:7px; 
	height:34px; 
	background-image:url(../imagenes/pestanas/venta_alquiler/derecha_sel.gif); 
	background-repeat:no-repeat; 
	background-position:top left;
}

.pes_va_izq {
	float:left; 
	width:6px; 
	height:34px; 
	background-image:url(../imagenes/pestanas/venta_alquiler/izquierda.gif); 
	background-repeat:no-repeat; 
	background-position:top left;
}

.pes_va_cen {
	float:left;  
	height:34px; 
	background-image:url(../imagenes/pestanas/venta_alquiler/centro.gif); 
	background-repeat: repeat-x; 
	background-position:top left;
}

.pes_va_der {
	float:left; 
	width:10px; 
	height:34px; 
	background-image:url(../imagenes/pestanas/venta_alquiler/derecha.gif); 
	background-repeat:no-repeat; 
	background-position:top left;
}



/*      Otras     */
#pestanas_ot {
	float:right;  
	margin-top:-34px;	
}

.pes_ot_izq_sel {
	float:left; 
	width:4px; 
	height:34px; 
	background-image:url(../imagenes/pestanas/otras/izquierda_sel.gif); 
	background-repeat:no-repeat; 
	background-position:top left;
}

.pes_ot_cen_sel {
	float:left; 
	width:65px;  
	height:34px; 
	background-image:url(../imagenes/pestanas/otras/centro_sel.gif); 
	background-repeat: repeat-x; 
	background-position:top left;
}

.pes_ot_der_sel {
	float:left; 
	width:7px; 
	height:34px; 
	background-image:url(../imagenes/pestanas/otras/derecha_sel.gif); 
	background-repeat:no-repeat; 
	background-position:top left;
}

.pes_ot_izq {
	float:left; 
	width:5px; 
	height:34px; 
	background-image:url(../imagenes/pestanas/otras/izquierda.gif); 
	background-repeat:no-repeat; 
	background-position:top left;
}

.pes_ot_cen {
	float:left; 
	width:65px;  
	height:34px; 
	background-image:url(../imagenes/pestanas/otras/centro.gif); 
	background-repeat: repeat-x; 
	background-position:top left;
}

.pes_ot_der {
	float:left; 
	width:10px; 
	height:34px; 
	background-image:url(../imagenes/pestanas/otras/derecha.gif); 
	background-repeat:no-repeat; 
	background-position:top left;
}