#container{
	width: 900px;
	margin: 0 auto;
	background: #F7F2E3;
}

#header{
	background: url(/images/headers/default.jpg) no-repeat -1px 54px;
}
#topheader{
	background: url(/images/header.png) no-repeat -1px 0;
	height: 334px;
	position: relative;
}









#topnav{
	position: absolute;
	top: 57px;
	right: 0;
	width: 609px;
	height: 28px;
	background: #F59120;
}

#topnav li{
	float: left;
	height: 20px;
	margin-top: 4px;
	padding: 0 12px;
	border-right: 2px solid #fff;
}
#topnav li.last{
	border-right: none;
}

#topnav li a{
	color: #fff;
	line-height: 20px;
	font-size: 13px;
	font-weight: bold;
	display:block;
}
#topnav li a:hover{
	text-decoration: none;
}

#topnav li a.inicio{
	margin-left: 40px;
	background: url(/images/home.png) no-repeat left top;
	padding: 0 0 0 26px;
}
#topnav li a.english{
	background: url(/images/english.png) no-repeat right top;
	padding: 0 42px 0 0;
	line-height: 25px;
	height: 25px;
	margin-top: -2px;
	font-weight: normal;
}








#contentholder{
	background: #F7F2E3 url(/images/content.png) repeat-y -1px 0;


}


#footer{

	background: url(/images/footer.png) no-repeat -1px bottom;
	min-height: 171px;
	height: auto !important;
	height: 171px;
	
	
	position: relative;
}


#leftcol{
	float: left;
	width: 280px;
	min-height: 161px;
	height: auto !important;
	height: 161px;
	
	background: url(/images/leftcol.png) no-repeat;
}
#rightcol{
	float: left;
	width: 595px;
	padding: 0 15px 76px 10px;

	min-height: 100px;
	height: auto !important;
	height: 100px;
	

}




#topleftnav, #bottomleftnav{
	width: 280px;
}


#topleftnav li a, #bottomleftnav li a{
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	margin-left: 60px;
	background: url(/images/sprite_menu.png) no-repeat left top;
	display: block;
}
#topleftnav li a:hover, #bottomleftnav li a:hover{
	text-decoration: none;
}

/* TOP LEFT NAV */
#topleftnav li{
	padding: 5px 0;
	border-bottom: 1px solid #a1c891;
}
#topleftnav li:hover{
	background: url(/images/flecha.png) no-repeat right center;
}

#topleftnav li a{
	font-size: 14px;
	line-height: 29px;
	height: 29px;
	padding-left: 35px;
}

#topleftnav li a.contacto{
	background-position: 0 -28px;
}
#topleftnav li a.galeria{
	background-position: 0 -57px;
	height: 28px;
}




/* BOTTOM LEFT NAV */


#bottomleftnav li{
	padding: 2px 0;
	border-top: 1px solid #a1c891;
}
#bottomleftnav li a{
	height: 22px;
	line-height: 22px;
	padding-left: 27px;
}
#bottomleftnav li a.quehacer{
	background-position: 0 -85px;
}
#bottomleftnav li a.aeropuertos{
	background-position: 0 -107px;
}
#bottomleftnav li a.quecomer{
	background-position: 0 -128px;
}
#bottomleftnav li a.guiaviajes{
	background-position: 0 -150px;
}
#bottomleftnav li a.actividades{
	background-position: 3px -172px;
}



div.padded{
	margin-top: 20px;
	padding-left: 60px;
	border-bottom: 1px solid #a1c891;
	padding-bottom: 12px;
}
div.phone{
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	background: url(/images/phone.png) no-repeat 35px 35px;
	padding-left: 60px;
	margin-top: 30px;
	margin-bottom: 170px;
}



#footerlegend{
	position: absolute;
	left: 60px;
	bottom: 20px;
	
	font-size: 10px;
	color: #fff;
}


#rightcol div.left{
	float: left; 
	width: 295px;
}
#rightcol div.right{
	float: left;
	width: 290px;
	margin-left: 10px;
}
