body {
    text-align: center;
    min-width: 990px;
    background-color: #FFFFFF;
    width: 100%;
    margin: 0px;
    padding: 0px;
    font-family: Karla;
    font-size: 13px;
}
#container {
    width: 100%;
    position: relative;    
}

/* Cabecera */

#header {
    width: 100%;
    height: 200px;
    float: left;
    text-align: center;
    background-color: rgb(243,243,243);
}
#header.alerta {   
    height: 220px;    
}
#header #logo {
    width: 100%;
    height: 80px;
    /*background-image: url(../img/logo.png);*/
    background-position: top center;
    background-repeat: no-repeat;
    margin-top: 15px;
}
#header .ident {
    margin-top: 35px;
}
#header input {
    font-family: Karla;
    font-size: 12px;
    background-color: #ddd;
    border: 1px solid #ddd;
    height: 18px;
    margin-left: 5px;
    margin-right: 5px;
}
#header #btn_submit {    
    font-weight: bold;
    cursor: pointer;
    padding: 2px 0 6px 0;
    height: 22px;
    background-color: #bdae38;
}
#header #btn_submit:hover {
    background-color: #333;
    color: #fff;
}
#header .logout {    
    width: 990px;
    margin-left: auto;
    margin-right: auto;
    text-align: right;
    margin-top: -60px;
}
#header .logout a {    
    color: #333;
    float: right;
    margin-top: -70px;
}
#header .logout a:hover {
    color: #888;
    text-decoration: none;
}
#header .info_user {
    float: left;
    margin-left: 25px;
    width: 330px;
    text-align: left;       
}
#header .info_reservas {
    float: left;
    margin-left: 25px;
    width: 850px;
    text-align: left;
}

#logos {
    width: 100%;      
    display: inline-block;
    margin-top: 30px;
}
#logos img {
    width: 150px;    
    display: inline-block;
    margin-left: 15px;
    margin-right: 15px;
}
#logos img.goroom {
    margin-bottom: 30px;
    width: 175px;
}

/* contenido */

#content {    
    width: 990px;
    margin-left: auto;
    margin-right: auto;
}

#content .informacion {    
    width: 600px;
    margin: 0 auto;    
    text-align: left;      
}
#content .informacion .texto {    
    width: 100%;
    float: left;
    padding-top: 35px;     
}


/* calendario */

#calendario {
    float: left;
    padding: 20px;
    width: 100%;    
}
#calendario .mas_info {
    float: left;
    background-color: #F0F0BF;
    padding: 5px;
    font-weight: bold;
}
#calendario .mas_info a {
    color: #000;    
}
#calendario .mas_info a:hover {
    text-decoration: none;
    color: #777;
}
#calendario .nav {
    float: right;
    margin-bottom: 20px;
}
#calendario .nav a {
    margin-left: 15px;
    border: 1px solid #bdae38;
    background-color: #bdae38;
    padding: 4px 8px;
    text-decoration: none;
    color: #111;
}
#calendario .nav a:hover {
    background-color: #333;
    color: #fff;
}

#calendario table {
    width: 100%;
    border: 1px solid #ccc;
}
#calendario table th {
    padding: 10px;
    font-size: 14px;
    background-color: #ddd;
}
#calendario table th, #calendario table td {
    border: 1px solid #ccc;
}
#calendario table td.hora {
    padding: 20px;
    font-size: 14px;
    background-color: #ddd;
    font-weight: bold;
}

#calendario .reserva {
    cursor: pointer;
    padding: 12px 0;
}
#calendario .reserva .nivel {
    margin-bottom: 4px;
}
#calendario .reserva .reservado {
    font-weight: bold;
}

#calendario .lista {
    text-align: left;
    border-top: 1px dashed #777;
    margin-top: 2px;
    padding-top: 2px;
    font-size: 11px;
}