﻿#menuLateral
{    
    height: 100%;   
    width: 175px;   
}

#menuLateral ul li
{    
    display: inline-block;
    margin-bottom: 2px;
    padding: 4px 5px;
    width: 100%;
}

#menuLateral ul li a
{
    text-decoration: none;
}

#mensajeria 
{    
    height:325px;
    width:180px;
}

/* GRUPOS DE PUBLICACIONES */
.tituloGrupoPublicaciones
{
    font: bold 21px Helvetica;
    letter-spacing: -1px;
    padding: 5px 9px 6px 9px;    
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
}

.contenedorCarrusel
{    
    margin-bottom: 30px;
    padding: 11px 35px;
    position: relative;
    width: 695px;
}

.grupoPublicaciones
{
    height: 150px;
    margin-right: 15px;
    
    /* IE Hack */
    zoom: 1;
    *display: inline !important;
}

.grupoPublicaciones img
{
    display: block;
    float: left;
}

.flechaCarruselDerecha, .flechaCarruselIzquierda
{
    cursor: pointer;
    position: absolute;
    top: 50px;
}

.flechaCarruselDerecha
{
    left: 737px;
}

.flechaCarruselIzquierda
{
    left: 0;
}

.etiquetasGrupoPublicaciones
{
    display: block;
    float: right;
    width: 69px;
}

.etiquetasGrupoPublicaciones li
{
    height: 24px;
    margin-top: 6px;
}

.contenidoEtiquetaGrupoPublicaciones
{
    color: #fff !important;
    display: block;
    font: bold 14px Helvetica, Arial, sans-serif;
    letter-spacing: -1px;
    padding: 4px 0 0 7px;
    text-decoration: none;
}

.informacionGrupo
{
    position: relative;
}

.informacionGrupo:hover .informacionGrupoDetalle
{
    display: block;
}

.informacionGrupoDetalle
{
    display: none;
    left: -204px;
    padding: 13px;
    position: absolute;
    top: 0;
    width: 185px;
}

.informacionGrupoDetalle h3
{
    font: italic bold 13px Georgia;
}

.informacionGrupoDetalle p
{
    padding: 3px 0;
}

.informacionGrupoDetalle a, .informacionGrupoDetalle a:hover
{
    font-weight: bold;
    text-decoration: underline;
}

#menuInferior
{
    clear: both;
    text-align: center;
    width: 100%;
}

#menuInferior ul
{
    display: inline-block;
}

#menuInferior ul li
{
    padding: 5px 10px;
}

/* Mensajes */
#panelMensajes
{
    height: 294px;
    width: 180px;

    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
}

.botonMensajeria
{
    cursor: pointer;
    margin-left: 72px;
}

#mensajesGenerales
{
    font-size: 0.9em;
    padding: 5px 10px;
    width: 160px;   
}

#mensajesGenerales li
{
    height: 73px;
    padding: 5px 0;
}

.titulomenu
{
    font: 18px Verdana; 
}
.mensajeGeneral
{
    font-style: normal;
}
/***********DETALLE HABITACIONES POR NOCHE**********/
#totaldetalle 
{
    background-color: #ffffee;
    width: 596px;
}

.habitacion
{
    border: 1px solid #fcefa1;
    float: left;
    font-size: 11px;
    line-height: 16px;
    padding:5px 10px;
    width: 276px;
}

.habitacion p
{
    border-bottom: 1px dotted #222;
    font-weight: bold;
    margin-bottom: 2px;
    padding:0 3px;
}

.habitacion span
{
    display: inline-block;
}

.habitacion ul
{
    padding: 0 3px;
}

.habitacion li, .desHabitacion li
{
    border: none !important;
    display: inline-block;    
    float: left;
    text-decoration: none;
}

.concepto
{
    width: 215px;
}

.totalImporte
{
    text-align: right;
    width: 55px;
}

.fecha
{
    width: 40px;
}

.unidades
{
    text-align: center;
    width: 20px;
}

.descripcion
{ 
    width: 160px;
}

.importe
{
    text-align: right;
    width: 50px;
}
.soloConceptoImporte
{
    padding-left: 60px;
    width: 160px;
}