﻿/*  #########  BEGIN DETALLE MENU   #####*/

.cPestMenuCentral {
    font-family: Arial;
    font-weight: bold;
    margin: 0 0 -1px 10px;
    overflow: hidden;
    width: auto;
	position:relative;
	z-index:2;
}

#PestMenuCentral ul {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}

#PestMenuCentral li {
    display: inline;
    margin: 0;
    padding: 0;
}

#PestMenuCentral a {
    background: url("/comun/images/vuelo+hotel/esquina_amarillo.png") no-repeat scroll left top transparent;
    cursor: pointer;
    float: left;
    font-size: 12px;
    height: 30px;
    margin: 0;
    outline-style: none;
    padding: 0 0 0 3px;
    text-decoration: none;
}
#PestMenuCentral a span {
    background: url("/comun/images/vuelo+hotel/fondo_amarillo.png") no-repeat scroll right top transparent;
    color: #003366;
    display: block;
    float: left;
    height: 23px;
    margin: 0 5px 0 0;
    padding: 7px 15px 0 12px;
    text-decoration: underline;
}
#PestMenuCentral a:hover {
    background-position: 0 -60px;
}
#PestMenuCentral a:hover span {
    background-position: 100% -60px;
    color: #003366;
}
#PestMenuCentral .current a {
    background-position: 0 -30px;
}
#PestMenuCentral .current a span {
    background-position: 100% -30px;
    text-decoration: none !important;
}

/*  #########  END DETALLE MENU   #####*/