@charset "utf-8";
/* CSS Document */
#menu_border_white {
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	margin: 0px auto;
	padding:0;
	width:957px;
}
#menu_dropdown {
	width: 957px;
	height: 27px;
	margin: 0px; 
	display: block;
	background-color: #FFFFFF;
	padding: 0;
}
.menu_white {
	border-bottom: #FFFFFF solid 4px;
}
.menu_blue{
	border-bottom: 4px solid #557D92;
}
.menu_yellow{
	border-bottom: 4px solid #BB970F;
}
.menu_darkblue{
	border-bottom: 4px solid #004F73;
}
.menu_beige{
	border-bottom: 4px solid #A58D60;
}
.menu_lila{
	border-bottom: 4px solid #5d6789;
}
.menu_darkred{
	border-bottom: 4px solid #540927;
}
.menu_lightblue{
	border-bottom: 4px solid #248F97;
}
.btn_blue {
	background: url(../images/interfaz/botones/accommodations.jpg) no-repeat;
	border-right: 3px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	height: 17px;
}
.btn_yellow {
	background: url(../images/interfaz/botones/reservations.jpg) no-repeat;
	border-right: 4px solid #FFFFFF;
	height: 17px;
}
.btn_yellow2 {
	background: url(../images/interfaz/botones/reservations2.jpg) no-repeat;
	border-right: 4px solid #FFFFFF;
	height: 17px;
}
.btn_beige {
	background: url(../images/interfaz/botones/services.jpg) no-repeat;
	border-right: 3px solid #FFFFFF;
	height: 17px;
}
.btn_lilac {
	background: url(../images/interfaz/botones/game-room.jpg) no-repeat;
	border-right: 3px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	height: 17px;
}
.btn_red {
	background: url(../images/interfaz/botones/promotions.jpg) no-repeat;
	border-right: 3px solid #FFFFFF;
	height: 17px;
}
.btn_darkblue {
	background: url(../images/interfaz/botones/all-inclusive.jpg) no-repeat;
	border-right: 3px solid #FFFFFF;
	height: 17px;
}
.btn_aqua {
	background: url(../images/interfaz/botones/weddings.jpg) no-repeat;
	border-right: 3px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	height: 17px;
}
.active_blue {
	background: url(../images/interfaz/botones/accommodations2.jpg) no-repeat;
}
.active_yellow {
	background: url(../images/interfaz/botones/reservations2.jpg) no-repeat;
}
.active_beige {
	background: url(../images/interfaz/botones/services2.jpg) no-repeat;
}
.active_lilac {
	background: url(../images/interfaz/botones/game-room2.jpg) no-repeat;
}
.active_red {
	background: url(../images/interfaz/botones/promotions2.jpg) no-repeat;
}
.active_darkblue {
	background: url(../images/interfaz/botones/all-inclusive2.jpg) no-repeat;
}
.active_aqua {
	background: url(../images/interfaz/botones/weddings2.jpg) no-repeat;
}
.li_blue {
	background: url(../images/interfaz/botones/li_blue.gif) repeat-x bottom;
	height: 17px;
}
.li_blue:hover {
	background: #58849c;
	height: 17px;
}
.li_yellow {
	background: url(../images/interfaz/botones/li_yellow.gif) repeat-x bottom;
	height: 17px;
}
.li_yellow:hover {
	background: #58849c;
	height: 17px;
}
.li_beige {
	background: url(../images/interfaz/botones/li_beige.gif) repeat-x bottom;
	height: 17px;
}
.li_beige:hover {
	background: #58849c;
	height: 17px;
}
.li_lilac {
	background: url(../images/interfaz/botones/li_lilac.gif) repeat-x bottom;
	height: 17px;
}
.li_lilac:hover {
	background: #58849c;
	height: 17px;
}
.li_red {
	background: url(../images/interfaz/botones/li_red.gif) repeat-x bottom;
	height: 17px;
}
.li_red:hover {
	background: #58849c;
	height: 17px;
}
.li_darkblue {
	background: url(../images/interfaz/botones/li_darkblue.gif) repeat-x bottom;
	height: 17px;
}
.li_darkblue:hover {
	background: #58849c;
	height: 17px;
}
.li_aqua {
	background: url(../images/interfaz/botones/li_aqua.gif) repeat-x bottom;
	height: 17px;
}
.li_aqua:hover {
	background: #58849c;
	height: 17px;
}
.heigh_27 {
	height: 27px;
}
.heigh_27:hover {
	height: 27px;
}
