/* CSS Document */



.ContentPaneIntro {
	position:relative;
	left:125px;
	top:0px;
	width:531px;
	height:122px;
	z-index:5;
	background-color: white;
	filter: alpha(opacity=70);
	opacity: .7;
	padding: 10px;
}
.ContentPaneHabitaciones {
	position:relative;
	left:38px;
	top:0px;
	width:90%;
	height:82%;
	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;
	left:32px;
	top:0px;
	width:710px;
	height:160px;
	z-index:5;
	background-color: #ffffff;
	filter: alpha(opacity=70);
	opacity: .7;
	padding: 10px;
}
.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:20px;
	top:5px;
	width:730px;
	height:90%;
	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;
}

