@import url("global.css");
@import url("layout.css");
/*@import url("popups.css");*/

/* -Contact Form-*/

#contact{
	padding:15px 0 0 0;
	width:100%;
	}

#contact form{
	width:100%;
	padding:0;
	}

#contact fieldset{
	border:none;
	margin:0;
	padding:0;
	}

#contact label{
	position:relative;
	float:left;
	width:200px;
	margin-bottom:10px;
	border:1px solid #CCCCCC;
	text-align:right;
	margin-right:20px;
	font-weight:bold;
	}
	
#contact input, #contact textarea{
	position:relative;
	float:left;
	width:300px;
	margin-bottom:10px;
	border:1px solid #CCCCCC;
	}
	
#contact textarea{
	height:180px;
	width:292px;
	padding-left:4px;
	padding-right:4px;
	overflow:auto;
	}
	
#contact label{
	border:none;
	}
	
#contact input.button{
	position:relative;
	float:right;
	width:175px;
	border:1px solid #CCCCCC;
	margin:0 65px 0 0;
	}
	
#contact legend, #contact input.hidden{
	display:none;
	}
	
#booking{
	width:690px;
	height: 120px;
	border-bottom:1px solid #7a92a9;
	margin:auto;
	padding:10px;
	background:#eaebe4;
	}
	
#titulos{
	width:690px;
	height: 10px;
	border-bottom:1px solid #7a92a9;
	padding-bottom: 5px;
	padding-top: 5px;
	margin:auto;
	text-transform:uppercase;
	}
	
#total{
	width:690px;
	height: 10px;
	padding-bottom: 4px;
	padding-top: 4px;
	margin:auto;
	text-transform:uppercase;
	}	
#hab{
    float:left;
	font-size:12px;
	font-weight:bold;
	color: #7a92a9;
	}	
#fecha{
    float: right;
	color:#999999;
	}
	
#descripcion{
    float:left;
	color:#999999;
	}	
#precio{
    float: right;
	color:#999999;
	}
	
.destacados {
	font-size:12px;
	font-weight:bold;
	color: #7a92a9;
}

.destacados2 {
	font-size:12px;
	font-weight:bold;
	color:#333333;
}


#politicas {
	margin-top:15px;
	background:url('../imagenes/sidebar.jpg') no-repeat scroll 0 0 #a93a15 !important;
	line-height:24px;
	color:#EEEFE7;
	margin-right:-13px;
}

#politicas a:hover {
	text-decoration:underline;
}