#cuerpo{
	margin-top: 34px;
}

p{
	margin: 0 0 5px 0;
	padding: 0;
}

h2{
	width: 143px;
	height: 9px;
	margin: 0 0 5px 0;
	padding: 0;
}

h2.buscador{
	background:url(../imagenes/buscador.gif) no-repeat;
}

h2.destacados{
	background:url(../imagenes/destacados.gif) no-repeat;
	margin: 35px 0 0 0;
}

h2.listado{
	background:url(../imagenes/listado.gif) no-repeat;
	margin: 35px 0 0 0;
}

h2 span{
	display: none;
}

table{
	width: 100%;
	margin: 0 0 0 0;
	padding: 11px 0 19px 0;
}

td.imagen{
	width: 136px;
	text-align: center;
	vertical-align: middle;
}
td.separador{
	width: 36px;
	height: 136px;
}
td.datos{
	width: 519px;
}
td.disponible{
}

#buscador{
	background: #efefef;
	padding: 32px 0 32px 48px;
	margin: 0 0 15px 0;
}

#buscadorhome{
	background: #efefef;
	padding: 16px 0 16px 48px;
	margin: 0 0 0 0;
}

form{
	margin: 0;
	padding: 0;
}

select{
	width: 120px;
	font-size: 10px;
}

input{
	width: 130px;
	font-size: 10px;
}
.boton{
	width: 60px;
}

#destacados{
	margin: 6px 0 0 0;
	padding: 6px 0 0 0;
	background: url(../imagenes/destacados_separador.gif) top no-repeat;
}

#destacados a{
	text-decoration: none;
	color: #000;
}

#destacados a:hover{
	color: #f13f1b;
	text-decoration: underline;
}

#destacados table{
	background: url(../imagenes/destacados_separador.gif) bottom no-repeat;
}

#listado{
	margin: 6px 0 0 0;
	padding: 6px 0 0 0;
	background: url(../imagenes/listado_separador.gif) top no-repeat;
}

#listado a{
	text-decoration: none;
	color: #000;
}

#listado a:hover{
	color: #f13f1b;
	text-decoration: underline;
}


#listado table{
	background: url(../imagenes/listado_separador.gif) bottom no-repeat;
}

table.iconos{
	width: 100%;
	height: 98px;
	margin: 0;
	padding: 0;
}

table.iconos td{
	vertical-align: middle;
	font-weight: bold;
	font-size: 10px;
}

table.iconos td.habitacion{
	width: 100px;
}

table.iconos td.metros{
	width: 180px;
}

table.iconos td.mapa{
	width: 259px;
}

table.iconos td img{
	vertical-align: middle;
	margin-right: 10px;
}

.nodisponible{
	color: #b2b2b2;
}

p.disponible{
	text-align: center;
	background-color: #f03e1a;
	color: #FFFFFF;
	font-weight: bold;
}
p.comentario{
	text-align: center;
	background-color: #2b62bb;
	color: #ffffff;
	font-weight: bold;
}

.modalDialog_transparentDivs{	
	filter:alpha(opacity=60);	/* Transparency */
	opacity:0.6;	/* Transparency */
	background-color:#000;
	z-index:1;
	position:absolute; /* Always needed	*/
}
.modalDialog_contentDiv{
	/*border:3px solid #000;*/	
	padding:2px;
	z-index:100;/* Always needed	*/
	position:absolute;	/* Always needed	*/
	background-color:#FFF;	/* White background color for the message */
}
.modalDialog_contentDiv_shadow{
	z-index:90;/* Always needed	- to make it appear below the message */
	position:absolute;	/* Always needed	*/
	background-color:#555;
	filter:alpha(opacity=30);	/* Transparency */
	opacity:0.3;	/* Transparency */	
}

