* {
margin: 0;
padding: 0;
}
body {
	background-color: #FBFBFB;
	
}

#principal{
	position:absolute;
	background-color: #ffffff;
	left:50%;
	width:770px;
	z-index:10;
	margin-left:-385px;
	top: 0px;
	background:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-style:normal;
	font-size:12px;
	border:solid #BBC1C2;
	border-width: 0 1px 0 1px;
	padding:5px;
	padding-top:13px;	
	padding-bottom:20px;
}

a:link {
	text-decoration: none;
	color:black;
}
a:visited {
	text-decoration: none;
	color:black;	
}
a:hover {
	text-decoration: none;
	color:black;	
}
a:active {
	text-decoration: none;
	color:black;
}
#banner{
	position:relative;
	display:block;
	background-repeat:no-repeat;
	height:150px;
	width:750px;
	left:10px;
	z-index: 5;
}
#menu{
	position:relative;
	top:-3px;
	width:750px;
	height:27px;
	left:10px;
	padding:3px;
	padding-bottom:5px;
	border-bottom:#BBC1C2;
	border-bottom-width:1px;
	border-bottom-style:solid;
	z-index: 4;
}
#menu_izquierda{
	position:absolute;
	top:8px;
	left:0px;
}
#menu_derecha{
	position:absolute;
	width:150px;
	left:520px;
	top: 8px;
}
.botonmenu{
	height:22px;
	cursor:pointer;
}
#botonInicio{
	display:none;
	width:40px;
	position:absolute;
	background-image:url(imagenes/botonera/inicio_gris.png);
	background-repeat:no-repeat;
	z-index:1;
}
#botonInicio:hover{
	background-image:url(imagenes/botonera/inicio_verde.png);
}
#botonHospedaje{
	display:none;
	position:absolute;
	left:40px;
	width:60px;
	background-image:url(imagenes/botonera/hospedaje_gris.png);
	background-repeat:no-repeat;
	z-index:500;
}
#botonHospedaje:hover{
	background-image:url(imagenes/botonera/hospedaje_verde.png);
}
#botonCotos{
	display:none;
	position:absolute;
	left:110px;
	background-image:url(imagenes/botonera/cotos_gris.png);
	background-repeat:no-repeat;
	z-index:501;
	width:120px;
}
#botonCotos:hover{
	background-image:url(imagenes/botonera/cotos_verde.png);
}
#botonPesca{
	display:none;
	position:absolute;
	left:237px;
	width:40px;
	background-image:url(imagenes/botonera/pesca_gris.png);
	background-repeat:no-repeat;
}
#botonPesca:hover{
	background-image:url(imagenes/botonera/pesca_verde.png);
}
#botonExcursiones{
	display:none;
	position:absolute;
	left:285px;
	width:70px;
	background-image:url(imagenes/botonera/excursiones_gris.png);
	background-repeat:no-repeat;
	z-index:502;
}
#botonExcursiones:hover{
	background-image:url(imagenes/botonera/excursiones_verde.png);
}
#botonPrecios{
	display:none;
	position:absolute;
	left:367px;
	width:50px;
	background-image:url(imagenes/botonera/precios_gris.png);
	background-repeat:no-repeat;
	z-index:504;
}
#botonPrecios:hover{
	background-image:url(imagenes/botonera/precios_verde.png);
}
#botonComoLlegar{
	display:none;
	position:absolute;
	left:20px;
	width:100px;
	background-image:url(imagenes/botonera/comollegar_gris.png);
	background-repeat:no-repeat;
}
#botonComoLlegar:hover{
	background-image:url(imagenes/botonera/comollegar_verde.png);
}
#botonContacto{
	display:none;
	position:absolute;
	width:105px;
	left:130px;
	background-image:url(imagenes/botonera/contactenos_gris.png);
	background-repeat:no-repeat;
}
#botonContacto:hover{
	background-image:url(imagenes/botonera/contactenos_verde.png);
}
#info_seccion{
	width:750px;
	left:10px;
	top:5px;
	padding-bottom:13px;
}
.titulito{
	color:#00662F;
	font-size:14px;
}
#pie{
	text-align:center;
	position:relative;
	bottom:0px;
	height:50px;
	font-size:10px;
	background: #ececec;
	left:-5px;
	width:780px;
}
