* {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-family: "Trebuchet MS", "Bitstream Vera Sans", Tahoma, Verdana, "Helvetica Narrow", "Arial Narrow", Sans-serif;
}

body {
    background: #284f7b url('../imagenes/fondo-externo.png') repeat-x fixed top left;
    font-size: 63%;
}

a, a:hover, a:visited, a:link {
    color: #69624C;
    text-decoration: none;
    font-weight: bold;
}

form {
    display: inline;
}

input  {
    font-size: 1.2em;
}

input[type="checkbox"] {
    margin: 0px 5px 0px 0px;
    background: #f5f5f5;
    border-color: #C0C0C0;
    border-width: 1px;
    border-style: solid;
}

input[type="radio"] {
    background: #f5f5f5;
    border-color: #C0C0C0;
    border-width: 1px;
    border-style: solid;
}

select, textarea {
    font-size: 1.2em;
    border-color: #C0C0C0;
    border-width: 1px;
    border-style: solid;
}

option {
    font-size: 1em;
}

optgroup {
    font-size: 1.2em;
}

#full {
    position: relative;
    display: block;
    width: 980px;
    margin: 5px auto 20px auto;
    border: 1px solid #319fad;
}

#encabezado {
    position: relative;
    background: #e9ded5 url('../imagenes/fondo-superior.png') repeat-x;
    height: 180px;
}

#logoPrincipal {
    background: #ffffff url('../imagenes/sunny.png') no-repeat center left;
    display: inline-block;
    position: relative;
    float: left;
    top: 0;
    height: 120px;
    width: 135px;
    display: block;
}

#usuarioSesion {
    position: absolute;
    float: right;
    top: 10px;
    right: 5px;
    height: 20px;
}

#bannerSuperior {
    position: absolute;
    float: right;
    top: 50px;
    right: 5px;
    width: 700px;
    height: 125px;
}

#contenido {
    border-collapse: collapse;
    empty-cells: show;
    table-layout: fixed;
    width: 100%;
}

#bloqueIzquierdo, #bloqueCentral, #bloqueDerecho {
    background: #fdfcf7 url('../imagenes/fondo-contenido.jpg') repeat-x;
    vertical-align: top;
}

#bloqueIzquierdo, #bloqueDerecho {
    width: 202px;
}

#bloqueCentral p {
    margin: 10px 0;
}

#bloqueMenuPrincipal {
    background: #fdfcf7 url('../imagenes/fondo-menu.jpg') repeat-x;
    height: 26px;
    margin: auto;
    overflow: visible;
    text-align: center;
    border-top: 1px solid #d3c599;
    border-bottom: 1px solid #d3c599;
}

.lineaDivisoria {
    margin: 10px;
    width: 800px;
    height: 1px;
    background: #d3c599;
}

#pie {
    background: #fdfcf7 url('../imagenes/fondo-contenido.jpg') repeat-x;
    height: 30px;
    border-top: 1px solid #d3c599;
    text-align: center;
    color: #585858;
    padding: 8px 0;
}

#pie * {
    margin: 3px 0;
}

/*** Menú ***/
.menu, .menu * {
    list-style: none;
    white-space: nowrap;
    z-index: 999;
    text-align: left;
    height: 26px;
    line-height: 26px;
}

.menu ul {
    position: absolute;
    top: -9999em;
    width: 20em;
}

.menu ul, .menu ul ul {
    display: -999em;
    width: 20em;
}

.menu ul li {
    width: 100%;
}

.menu li {
    float: left;
    position: relative;
    border-right: 1px solid #d3c599;
    border-left: 1px solid #e0d5b5;
    padding: 0 10px;
}

.menu li:hover {
    visibility: inherit;
}

.menu li li {
    background-color: #fdfcf7;
    float: left;
    position: relative;
    vertical-align: middle;
    border-left: 15px solid #d3c599;
    border-bottom: 1px solid #d3c599;
    padding-left: 5px;
    display: block;
}

.menu li:hover ul, .menu li.menuActivo ul {
    left: -1px;
    top: 26px;
}

.menu a {
    position: relative;
    display: block;
    text-decoration: none;
    font-size: 1.1em;
    line-height: 26px;
    color: #69624C;
}

.menu a:hover  {
    color: #753400;
}

.textoError  {
    color: #CC0000;
}

.textoExito  {
    color: #13a6a0;
}

.boton {
    background: #E5E5E5 url('../imagenes/fondo-boton.png') repeat-x;
    font-size: 1.3em;
    border: 1px solid #c0c0c0;
    color: #285055;
    height: 26px;
    line-height: 26px;
    vertical-align: middle;
    font-weight: bold;
    padding: 0 5px;
}

.boton:hover {
    color: #990000;
}

.casilla {
    background-color: #f5f5f5;
    color: #000000;
    border: 1px solid #c0c0c0;
    color: #285055;
    vertical-align: middle;
    padding: 3px;
}

.bloque {
    margin: 5px 5px 15px 5px;
}

.encabezadoBloque {
    margin: 2px 2px 0 2px;
    padding: 0 10px;
    height: 20px;
    line-height: 20px;
    vertical-align: middle;
    font-size: 1.1em;
}

.contenidoBloque {
    margin: 5px;
}

.selectorPais {
    background-color: #d9d9d9;
}

.selectorCiudad {
    background-color: #f5f5f5;
    padding-left: 4px;
}

.selectorHotel {
    background-color: #ffffff;
    padding-left: 8px;
}

.etiqueta {
    font-weight: bold;
    margin-top: 10px;
}

#botonesPromoIzquierda, #botonesPromoDerecha {
    text-align: center;
    margin: 10px 0;
}

#botonesPromoIzquierda a, #botonesPromoDerecha a {
    border: 1px solid #ccc;
    background: #fc0;
    text-decoration: none;
    margin: 0 5px;
    padding: 3px 5px;
}

#botonesPromoIzquierda a.activeSlide, #botonesPromoDerecha  a.activeSlide {
    background: #ea0
}

#botonesPromoIzquierda a:focus, #botonesPromoDerecha a:focus {
    outline: none;
}

#ui-datepicker-div * {
    z-index: 999;
}

#bloqueCentral ul.iconos li {
    margin: 0;
}

ul.iconos li {
    display: inline;
    position: relative;
    padding: 4px 5px 1px 0;
    cursor: pointer;
    list-style: none;
    float: left;
}

ul.iconos li span.ui-icon {
    position: relative;
    float: left;
    top: -2px;
}

.listaBloque {
    width: 180px;
}

#listaCompletaHoteles {
    margin: 0 5px 10px;
}

#tablaTarifas {
    border-collapse: collapse;
    empty-cells: show;
    table-layout: auto;
    width: 100%;
    margin-bottom: 10px;
}

#tablaTarifas th {
    padding: 3px 2px;
    text-align: center;
    vertical-align: middle;
}

#tablaTarifas td {
    padding: 3px 3px;
    vertical-align: middle;
}

#reservarHotelActual {
    border-collapse: collapse;
    table-layout: auto;
    margin: 10px auto 0 auto;
}

#reservarHotelActual td {
    padding-right: 20px;
    vertical-align: top;
}

.division {
    border: 1px solid #f6af39;
    height: 1px;
    width: 98%;
    margin: 0 auto;
}

.registro {
    border-collapse: collapse;
    empty-cells: show;
    table-layout: fixed;
    width: 100%;
    margin: auto;
}

.registro td {
    padding: 5px;
    vertical-align: middle;
}

.requerido {
    font-size: 0.9em;
    font-weight: bold;
    color: #f6af39;
    margin: 0 5px;
}

#promociones {
    cursor: pointer;
    display: block;
    width: 180px;
    height: 125px;
    text-align: center;
    overflow: hidden;
}

#promociones * {
    font-size: 1em;
}

#top5 {
    cursor: pointer;
    display: block;
    width: 180px;
    height: 135px;
    text-align: center;
    overflow: hidden;
}

.barraProgreso {
    margin-top: 5px;
}

.pestanas {
    margin: 10px 0;
}

.fotoHotel {
    position: relative;
    display: block;
    float: left;
    width: 180px;
    height: 135px;
    margin-right: 10px;
    border: 1px solid #c0c0c0;
}

.contenidoPestanaHoteles {
    min-height: 135px;
    overflow: auto;
}

.ui-tabs-nav li {
    margin: 0;
}

.jcarousel-container {
    position: relative;
    width: 555px;
    height: 180px;
}

.jcarousel-clip {
    z-index: 2;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
}

.jcarousel-list {
    z-index: 1;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
}

.jcarousel-list li,
.jcarousel-item {
    float: left;
    list-style: none;
    /* We set the width/height explicitly. No width/height causes infinite loops. */
    width: 150px;
    height: 150px;
    margin-right: 30px;
}

/**
 * The buttons are added dynamically by jCarousel before
 * the <ul> list (inside the <div> described above) and
 * have the classnames "jcarousel-next" and "jcarousel-prev".
 */
.jcarousel-next {
    z-index: 3;
    display: none;
}

.jcarousel-prev {
    z-index: 3;
    display: none;
}

#controlImagenesGaleria {
    margin: auto;
}

#tablaHabitaciones, #tablaTarifas, #tablaServicios {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 1px;
    empty-cells: show;
    table-layout: auto;
    vertical-align: middle;
}

#tablaHabitaciones th, #tablaTarifas th, #tablaServicios th {
    padding: 10px;
}

#tablaHabitaciones td, #tablaTarifas td, #tablaServicios td {
    padding: 5px;
}

.centro {
    text-align: center;
}

.derecha {
    text-align: right;
}

.cursiva {
    font-style: italic;
}

.normal {
    font-weight: normal;
    color: #333333;
}

.negrilla {
    font-weight: bold;
}

.tablaAuxiliar {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 1px;
    empty-cells: show;
    table-layout: auto;
    vertical-align: middle;
    margin-bottom: 5px;
}

.tablaAuxiliar th, .tablaAuxiliar td {
    padding: 5px 0;
}

label.error { float: left; color: #990000; vertical-align: top; position: relative; top: 2px; }

.ui-dialog {
    z-index: 999999;
}

ul.botonCarrusel {
    position: relative;
    float: left;
    display: block;
    clear: both;
    top: 20px;
    left: -15px;
    margin-right: -5px;
    margin-top: 5px;
}

.imagenGaleriaAmpliada {
    position: relative;
    display: block;
    margin: auto;
}

#cuadroPublicidad {
    background: #ff0000 url('../imagenes/splash.png') no-repeat fixed 0 0;
    display: block;
    width: 300px;
    height: 200px;
    margin: auto;
    z-index: 999999;
    border: 3px solid #fff;
}

#granTotal {
    position: relative;
    display: block;
    text-align: right;
    padding: 2px;
    font-size: 1.2em;
    font-weight: bold;
    margin: 10px 0;
}

.cupoDisponible {
    font-weight: bold;
    color: #008000;
}

.cupoInsuficiente {
    font-weight: bold;
    color: #ff0000;
}

#indicadorEspera {
    background: #fff url('imagenes/pbar-ani.gif') repeat-x 0 0;
    position: fixed;
    display: none;
    float: left;
    top: 50%;
    width: 20%;
    height: 16px;
    z-index: 999;
    margin: 0 40%;
    border: 20px solid #fff;
    outline: 2px solid #333;
}

.ayuda {
    position: relative;
    display: inline-block;
    width: 12px;
    height: 12px;
    border: 1px solid #E78F08;
    line-height: 12px;
    text-align: center;
    margin: 0 5px;
    cursor: pointer;
    font-weight: bold;
}