/* CSS Document */



.ContentPaneIntro {
	position:relative;
	left:40px;
	top:0px;
	width:675px;
	height:160px;
	z-index:5;
	background-color: white;
	filter: alpha(opacity=70);
	opacity: .7;
	padding: 10px;
}
.ContentPaneHabitaciones {
	position:relative;
	margin-left: 40px;
	top:0px;
	width:675px;
	height:260px;
	z-index:5;
	background-color: #ffffff;
	filter: alpha(opacity=70);
	opacity: .7;
		padding: 10px;
}
.ContentPaneHabitDetalle {
	
	padding:15px;
	/*
	position:relative;
	left:0px;
	top:0px;
	*/
	width:100%;
	height:100%;
	/*
	z-index:5;
	background-color: #CCCCCC;
	padding: 10px;
	*/
}
.ContentPaneRestaurante {
	position:relative;
	margin-left: 40px;
	top:0px;
	width:675px;
	/*
	height:260px;
	*/
	z-index:5;
	background-color: #ffffff;
	filter: alpha(opacity=70);
	opacity: .7;
	padding: 15px;
}
.ContentPanePlano {
	padding:10px;
	/*
	position:relative;
	left:0px;
	top:0px;
	*/
	width:100%;
	height:100%;
	/*
	z-index:5;
	background-color: #CCCCCC;
	
	filter: alpha(opacity=70);
	opacity: .7;
		padding: 10px;
	*/
}
.ContentPaneServicio {
	position:relative;
	left:40px;
/*
	top:5px;
	height:90%;
*/
	width:675px;
	height:260;
	
	z-index:5;
	background-color: #ffffff;
	filter: alpha(opacity=70);
	opacity: .7;
		padding: 10px;
}
.ContentPaneClubIntro {
	height:100%;
	left:12px;
	padding-left:10px;
	padding-top:20px;
	width:730px;
}

.logo_td { width: 216px; height: 145px; vertical-align: middle; text-align: center; }
.logo_descr_td { height: 28px; vertical-align: middle; text-align: center; background-color: #FFF; opacity: 0.7;  font-size: 7.5pt;  font-weight: bold;}


