/* estilos generales */
body{
    margin:0;
    padding:0;
    font-family: Verdana, Tahoma, sans-serif;
    font-size: 11px;
    background: #d9d9d9;
    color: #777;
}
#contenedor{
    width: 1280px;
    margin: 0 auto;
    background: #e6e6e6;
}
#cabecera{
    background: #3a3a3a;
    color: #999;
    padding: 6px 10px;
    height: 38px;
}
.logo{ font-size: 22px; color: #f2a900; font-weight: bold; }
.version{ font-size: 8px; color:#666 }
.usuario-top{ font-size: 10px; color: #aaa; }
.usuario-top a{ color: #888; }

#menu{
    background: #f2a900;
    height: 26px;
    white-space: nowrap;
    overflow: hidden;
}
#menu a{
    display: inline-block;
    padding: 6px 9px;
    color: #fff;
    font-size: 10px;
    text-decoration: none;
    text-transform: uppercase;
}
#menu a:hover{ background: #f5b820; }

#contenido{
    padding: 15px;
    min-height: 600px;
}
#pie{
    font-size: 9px;
    color: #aaa;
    text-align: center;
    padding: 8px;
    background:#3a3a3a;
}

h1,h2,h3{ color: #555; font-weight: normal; margin: 4px 0 10px 0 }
h2{ font-size: 16px }

table.tabla{
    border-collapse: collapse;
    width: 1240px;
    background: #efefef;
}
table.tabla th{
    background: #cfcfcf;
    color: #888;
    font-size: 10px;
    padding: 3px;
    text-align:left;
}
table.tabla td{
    padding: 2px 3px;
    border-bottom: 1px solid #e0e0e0;
    font-size: 10px;
    white-space: nowrap;
}
table.tabla tr:nth-child(even){ background:#e9e9e9 }

input[type=text], input[type=password], input[type=email], input[type=number], select, textarea{
    border: 1px solid #ddd;
    background: #f4f4f4;
    padding: 2px;
    font-size: 10px;
    color:#999;
    width: 180px;
}
textarea{ width: 400px; height: 50px }

.btn, input[type=submit], button{
    background: #f2a900;
    color: #fff;
    border: none;
    padding: 3px 6px;
    font-size: 10px;
    cursor: pointer;
}
.btn-rojo{ background:#f2a900; }
.btn-gris{ background:#c8c8c8; color:#eee }

a{ color:#b38a2a }

.msg{
    background:#eaeaea;
    color:#999;
    padding: 4px;
    font-size:10px;
    margin-bottom: 5px;
}

.cajas{ width: 1240px; overflow: hidden }
.caja{
    float:left;
    width: 290px;
    height: 90px;
    margin: 0 10px 10px 0;
    background: #f0f0f0;
    padding: 10px;
}
.caja .num{ font-size: 30px; color:#f2a900 }
.caja .txt{ font-size: 9px; color:#aaa; text-transform: uppercase }

.filtros{ margin-bottom: 8px; background:#ececec; padding:5px; width:1230px }

.producto{
    float:left;
    width: 230px;
    height: 250px;
    margin: 5px;
    background:#f3f3f3;
    padding: 8px;
    overflow:hidden;
}
.producto img{ width: 230px; height: 120px; background:#ddd }
.producto .precio{ font-size:14px; color:#f2a900 }

.login-box{
    position:absolute;
    left: 520px;
    top: 180px;
    width: 300px;
    background:#eee;
    padding: 20px;
}

.horario{ border-collapse: collapse; width:1240px }
.horario td, .horario th{ border:1px solid #ddd; vertical-align:top; width:14%; font-size:9px; padding:2px; height: 60px }
.horario .clase{ background:#fbe7b5; margin:2px; padding:2px; color:#999 }

.paginacion a{ padding: 1px 3px; font-size:9px }

.oculto{ display:none }
.derecha{ float:right }
.clear{ clear:both }
