
#maincontainer{
	width: 960px;
	margin: 30px auto;
	background: #F2EFDE url(/images/background.png) no-repeat left top;
	min-height: 550px;
	height: auto !important;
	height: 550px;
}

#leftnav, #container, #rightnav{
	float: left;
	position: relative;
}

#leftnav{
	width: 110px;
}

#container{
	width: 745px;
}

#rightnav{
	width: 105px;
}


#header {
	min-height: 440px;
	height: auto !important;
	height: 440px;

}

#header .reservacionestag{
	width: 145px;
	height: 60px;
	position: absolute;
	right: -105px;
	top: 20px;
	
	padding: 10px 45px 10px 35px; 
	color: #fff;
	line-height: 170%;
	font-size: 12px;

}
#header .reservacionestag .telefono{
	color: #CF4962;
}

#header .reservacionestag a{
	color: #fff;
}
#header .reservacionestag a:hover{
	text-decoration: none;
}



#header .logo a{
	text-indent: -9999px;
	display: block;
	position: absolute;
	
	width: 215px;
	height: 155px;
	
	top: 10px;
	left: 28px;
}

#header .menu{
	height: 27px;
	width: 470px;
	position: absolute;
	left: 270px;
	top: 125px;
}

#header .menu li{
	float: left;
}

#header .menu li a{
	display: block;
	min-width: 85px;
	width: auto !important;
	width: 85px;
	height: 27px;
	font-size: 13px;
	line-height: 27px;
	
	padding: 0 4px;
	
	
	color: #000;
	text-align: center;
}


body.acercade #header .menu li a.acercade,
body.monica #header .menu li a.monica,
body.labarriada #header .menu li a.labarriada,
body.galeria #header .menu li a.galeria,
body.contacto #header .menu li a.contacto,
#header .menu li a:hover{
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 0px;
	-webkit-border-radius: 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px; 
	
	background: #000;
	color: #fff;
	text-decoration: none;
}


#header .videogallery{
	position: absolute;
	width: 745px;
	height: 295px;
	top: 150px;
}

#header .videogallery .video{
	float: left;
	
	width: 235px;
	padding: 25px 10px 15px 30px;
	color: #C3996B;
	font-size: 12px;
}

#header .videogallery .gallery{
	float: left;
	width: 465px;
	margin-top: 15px;
	margin-left: 5px;
}

#homenav{
	display: none;
	margin-top: 30px;
	margin-bottom: 30px;
	
}

body.home #homenav{
	display: block;
}


#homenav .square{
	width: 195px;
	min-height: 180px;
	height: auto !important;
	height: 180px;
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	
	background: #fff;
	float: left;
	padding: 10px 20px;
	margin-left: 20px;
}

#homenav .square.first{
	margin-left: 0;
}


body.home #subsectionmenu{
	display:none;
}


#subsectionmenu{
	margin-top: 10px;
	width: 5000px;
	margin-left: 200px;
	margin-bottom: 21px;
}


#subsectionmenu ul li{
	float: left;
}

#subsectionmenu ul li a{
	display: block;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	padding: 0 10px;
}

#subsectionmenu ul li a:hover, #subsectionmenu ul li a.current{
	text-decoration: underline;
}

#content{
	padding-top: 30px;
	background: #e4e0c1;
}
#content .leftcol{
	float: left;
	width: 240px;
	padding-left: 20px;
	padding-right: 10px;
	
	min-height: 1px;
	height: auto !important;
	height: 1px;
	
}

#content .rightcol{

	float: left;
	width: 408px;
	padding: 15px 30px;
	font-size: 12px;
	border-left: 2px solid #000;

}





#footer .logos{
	text-align: center;
	margin-top: 10px;
}
#footer .logos img{
	margin-left: 20px;
}

#footer .texto{
	margin-top: 30px;
	font-size: 13px;
	color: #c7a176;
	margin-bottom: 30px;
}


#footerdivision{
	position: relative;
	width: 100%;
	height: 1px;
	border-bottom: 2px solid #000;
	bottom: 200px;
}


#leftnav{
	position: relative;
}
#leftnav ul{
		width: 50px;
		margin: 0 auto;
		margin-top: 520px;
}
#leftnav ul li{
	margin-top: 10px;
}

#facebooklikebox{
	position: absolute;
	left: 90px;
	top: 300px;
	background: #fff;
	z-index: 100;
	display: none;
	-webkit-box-shadow:  5px 5px 5px 0px #333;
	box-shadow:  5px 5px 5px 0px #333;
}



#rightbuttons{
	position: absolute;
	bottom: 90px;
	right: -75px;
}
#rightbuttons li{
	float: left;
	margin-left: 10px;
}





/* styling */

#content .rightcol p{
	margin-bottom: 15px;
	font-size: 13px;
	line-height: 150%;
}

#content ul {
	list-style: disc;
	margin-left: 20px;
	margin-bottom: 20px;
}
#content ul.nobullet{
	list-style: none;
	margin-left: 0;
}

#content ul li{
	margin-bottom: 5px;
}


a.descarga{
	background: url(/images/descarga.png) no-repeat left center;
	padding: 15px 0 15px 40px;
}


img.thumb{
	padding: 8px;
	background: #fff;
	border: 1px solid #fff;
	border-bottom-color: #c6c2a5;
	border-right-color: #c6c2a5;
	margin-left: 15px;
	margin-bottom: 10px;
}

img.thumb:hover{
	border: 1px solid #667385;
}


iframe{
	overflow-x: hidden;
	overflow-y: auto;
	margin-bottom: 10px;
}

