/*<group=Main navigation>*/

/*<group=Global defs>*/

#navegacion
{
	/*
	width: 660px;
*/
	position: relative;
	clear: both;
	padding: 0;
	margin: 0px 20px 20px 20px;
	background-color: white;
}

#navegacion ul li {
	display: block;
	float: left;
	padding: 0;
	margin: 0;
	}

#navegacion ul li a {
	width: 120px;
	height: 30px;
	border: none;
	font-family : "Helvetica Neue", Helvetica, "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	color: #fff;
	text-align: center;
	font-size: 10px;
	font-weight: normal;
	line-height: 3em;
	display: block;
	}

#navegacion ul li a span {
	display: block;
	overflow: hidden;
	font-size: 1px;
	color: #fff;
	height: 0;
	}

/*</group>*/

/*<group=Normal States>*/

#navegacion #portada a
{
	background-image: url(../img/navegacion/navegacion_de.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}

#navegacion #hotel a
{
	background-image: url(../img/navegacion/navegacion_de.gif);
	background-repeat: no-repeat;
	background-position: -120px 0;
}

#navegacion #ancares a
{
	background-image: url(../img/navegacion/navegacion_de.gif);
	background-repeat: no-repeat;
	background-position: -240px 0;
}

#navegacion #enlaces a
{
	background-image: url(../img/navegacion/navegacion_de.gif);
	background-repeat: no-repeat;
	background-position: -360px 0;
}

#navegacion #contacto a
{
	background-image: url(../img/navegacion/navegacion_de.gif);
	background-repeat: no-repeat;
	background-position: -480px 0;
}


	
/*</group>*/

/*<group=Rollover States>*/

#navegacion a:hover {
	color: #39ACE1;
	}

#navegacion #portada a:hover
{
	background-image: url(../img/navegacion/navegacion_de.gif);
	background-repeat: no-repeat;
	background-position: 0 -30px;
}

#navegacion #hotel a:hover
{
	background-image: url(../img/navegacion/navegacion_de.gif);
	background-repeat: no-repeat;
	background-position: -120px -30px;
}

#navegacion #ancares a:hover
{
	background-image: url(../img/navegacion/navegacion_de.gif);
	background-repeat: no-repeat;
	background-position: -240px -30px;
}

#navegacion #enlaces a:hover
{
	background-image: url(../img/navegacion/navegacion_de.gif);
	background-repeat: no-repeat;
	background-position: -360px -30px;
}

#navegacion #contacto a:hover
{
	background-image: url(../img/navegacion/navegacion_de.gif);
	background-repeat: no-repeat;
	background-position: -480px -30px;
}

	
/*</group>*/

/*<group=Active and At States>*/

#navegacion a:hover {
	color: #FFF;
	}

#navegacion #portada a:active, #navegacion #enportada a
{
	background-image: url(../img/navegacion/navegacion_de.gif);
	background-repeat: no-repeat;
	background-position: 0 -60px;
}

#navegacion #hotel a:active, #navegacion #enhotel a
{
	background-image: url(../img/navegacion/navegacion_de.gif);
	background-repeat: no-repeat;
	background-position: -120px -60px;
}

#navegacion #ancares a:active, #navegacion #enancares a
{
	background-image: url(../img/navegacion/navegacion_de.gif);
	background-repeat: no-repeat;
	background-position: -240px -60px;
}

#navegacion #enlaces a:active, #navegacion #enenlaces a
{
	background-image: url(../img/navegacion/navegacion_de.gif);
	background-repeat: no-repeat;
	background-position: -360px -60px;
}

#navegacion #contacto a:active, #navegacion #encontacto a
{
	background-image: url(../img/navegacion/navegacion_de.gif);
	background-repeat: no-repeat;
	background-position: -480px -60px;
}

	
/*</group>*/
	
/*</group>*/

