/*---------------------------------------------
//  estructura
//---------------------------------------------
*/

body {
	color				: #3b3b3b;
	background			: #c2cba6;
}



#paginaHome {
	padding				: 200px 0 0 0;	
}

#logoHome {
	position			: absolute;
	top					: 50px;
	width				: 500px;
	height				: 135px;
	background			: url(../img/logo_resort_home-trans.png) left top no-repeat;
	overflow			: hidden;
	line-height			: 9999;
	left				: 200px;
}

#menuHome {
	background			: url(../img/back_menu_home.png) left bottom no-repeat;
	width				: 100%;
	overflow			: hidden;
	padding				: 10px 0 20px 0;
}

#menuHome ul{
	margin				: 0 10px;
}

#menuHome li{
	border-bottom		: 1px solid red;
	font-weight			: bold;
	padding				: 4px 0;
}

#menuHome li:before{
	content				: " . ";
}

#menuHome .columnaHome {
	width				: 160px;
	float				: left;
}

#menuHome #colALL {
	width				: 400px;
}

#menuHome #colALL a {
	display				: inline-block;
	height				: 70px;
	width				: 198px;
	position			: relative;
	border				: none;
	border-right		: 1px solid #69634b;
	-moz-border-radius	: 0px;
	-webkit-border-radius: 0px;
	border-radius		: 0px;
	behavior			: url(ie-css3.htc);
	margin				: -10px 0 0 0;
	z-index				: 10;
	background			: none;
	color				: #3b3b3b;
}


#menuHome #colALL a:hover {
	background			: none;
	text-decoration		: none;
}

#menuHome #colALL a img{
	position			: absolute;
	left				: 10px;
	top					: 10px;
	border				: 1px solid #bdbcbd;
}


#menuHome #colALL a strong{
	position			: absolute;
	top 				: 15px;
	left				: 85px;	
}

#menuHome #colACT li{
	border-color		: #c4cd99;
	color				: #4c5b01;
}

#menuHome #colACT li a{
	color				: #4c5b01;
}

#menuHome #colFAM li{
	border-color		: #bfc1d6;
	color				: #49496e;
}

#menuHome #colFAM li a{
	color				: #49496e;
}

#menuHome #colWEL {
	width				: 230px;
	color				: red;
}

#menuHome #colWEL li{
	border-color		: #a7cdf0;
	color				: #2263a4;
}

#menuHome #colWEL li a{
	color				: #2263a4;
}



/*---------------------------------------------
//  pestanyes
//---------------------------------------------
*/


.home #pestanyes {
	background			: url(../img/back_pestanyes_home.jpg) left top no-repeat;
	padding				: 188px 0 10px 0;
	overflow			: hidden;
}


.home #pestanyes li {
	display				: block;
	float				: left;
	border				: none;
	width				: 160px;
	text-align			: center;
	overflow			: hidden;
}

.home #pestanyes li:first-child {
	width				: 400px;
}

.home #pestanyes li:last-child {
	width				: 230px;
}

.home #pestanyes li a{
	display				: inline;
}
