/* 
    Document   : estilos gestion
    Created on : 28-Oct-2013, 08:58:07
    Author     : gamusino
    Description:
        Purpose of the stylesheet follows.
*/

*{
    padding: 0;
    margin: 0;
}

body {
    margin: 0 auto;
    padding: 0px;
    position: relative; 
    font-family: Tahoma,Geneva,sans-serif;
    line-height: 1.7em;
    
}

table {
    width: 100%;
    max-width: 100%;
}
.contenido {
    width: 1060px;
    height: 630px;
    margin: 0 auto;
    text-align: center; 
    background: -moz-linear-gradient(top, #f8f7e4 0%, #f3f1c0 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f8f7e4), color-stop(100%,#f3f1c0));
    background: -webkit-linear-gradient(top, #f8f7e4 0%,#f3f1c0 100%);
    background: -o-linear-gradient(top, #f8f7e4 0%,#f3f1c0 100%);
    background: -ms-linear-gradient(top, #f8f7e4 0%,#f3f1c0 100%);
    background: linear-gradient(bottom, #f8f7e4 0%,#f3f1c0 100%);
    /* Internet Explorer 5.5+ */  
    filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#f8f7e4', EndColorStr='#f3f1c0');
   
}

.cabecera {
    position: relative;
    width: 1000px;
    height: 110px;
    margin: 0 auto;
    text-align: center;
    
}
    .cabecera .tituloLogo {
        float: left;
        width: 800px;
        height: 100px;
        margin: 0 auto;
        text-align: center;
        background: url(../img/logo_titulo2.gif) no-repeat right top;
        background-size: 90% 100%;
        margin-left: 68px;
        padding-top: 10px;
    }
    
    .cabecera .userLogeado {
        float: right;
        width: 130px;
        height: 100px;
        margin: 0 auto;
        text-align: right;
     
    }
    .userLogeado p{
        font-size: 13px;
        text-align: right;
        color: rgb(51,51,51);
        margin-top: 80px;
    }
 
    .userLogeado p a{
        text-decoration: none;
        color: rgb(51,51,51);
    }
    .userLogeado a>img{
        width: 18px;
        height: 18px;
        float: bottom;
        margin-bottom: -4px;
    }

.menu {
    float: left;
    width: 190px;
    height: 500px;
    margin: 10px 5px 10px 10px;
    background-color: ghostwhite;
    border-radius: 10px;
    -webkit-box-shadow: 4px 4px 5px #909090;
    -moz-box-shadow: 4px 4px 5px #909090;
    box-shadow: 4px 4px 5px #909090;
    
    
}
    

.bloqueCentral {
    font-size: 14px;
    text-align: left;
    color: rgb(102, 102, 102);
    float: right;
    width: 852px;
    height: 500px;
    margin-top: 10px;
    background-color: ghostwhite;
    border-radius: 10px;
    -webkit-box-shadow: 4px 4px 5px #909090;
    -moz-box-shadow: 4px 4px 5px #909090;
    box-shadow: 4px 4px 5px #909090;
    
}
.bloqueLogin {
    font-size: 14px;
    text-align: left;
    color: rgb(102, 102, 102);
    width: 834px;
    height: 500px;
    margin: 10px 115px;
    background-color: ghostwhite;
    border-radius: 10px;
    -webkit-box-shadow: 4px 4px 5px #909090;
    -moz-box-shadow: 4px 4px 5px #909090;
    box-shadow: 4px 4px 5px #909090;   
}
.tit_central {
    float: top;
    width: auto;
    height: 40px;
    background-color: rgb(51,51,51);
    border-radius: 5px;
    color: #fff;
    font-size: 17px;
    text-align: left;
    padding-left: 15px;
    line-height: 2.2em;   
}
.contenido_central {
    margin: 0 auto;
    margin-top: 5px;
    width: 851px;
    height: 440px;    
}
    .contenido_central .preListado {
        position: relative;
        float: top;
        margin-top: 1px;
        width: 830px;
        height: 40px;  
       
    }
    .contenido_central .preListado .busqueda {
        float: left;
        width: 300px;
       
    }
    .contenido_central .preListado .mensajeActualizar {
        float: right;
        width: 380px;
        text-align: center;
        padding-right: 32px;
       
     }
     .contenido_central .preListado .mensajeActualizar p {
        font-size: 14px;
        color: #ff4b39;
        margin-top: 3px;
        
     }
     .contenido_central .preListado .excel {
        float: right;
        
     }
        .contenido_central .preListado .excel img{
             width: 30px;
             height: 30px;
             margin-top: 3px;
             margin-right: 10px;
             cursor: pointer;
        }
        
        
    .listado {
        
        overflow-y: auto;
    }
    .listado #txtBuscar{
        margin: 5px 1px 5px 29px;
        width: 140px;
        height: 25px;
        
    }
    .listado .lupa{
        width: 25px;
        height: 25px;
        margin-bottom: -6px;
/*        cursor: pointer;*/
    }
    .listado .icono_fila{
        width: 20px;
        height: 20px;
        text-align: center;
        margin-bottom: -5px;
        cursor: pointer;
    }
    
.contenido_menu {
    height: 420px;
    text-align: left;
    color: rgb(51,51,51);
    font-size: 15px;   
    overflow:auto;
 }
    .contenido_menu ul li {
        cursor: pointer;
        padding-top: 10px;
        list-style: none;
        padding-left: 15px;
    }
    .contenido_menu ul li:hover {
        color: darkblue;
        font-size: 15.1px; 
    }
    .contenido_menu ul li a{
        text-decoration: none;
        color: #909090;  
    }

.subMenu {
    color: #909090;
    font-size: 14px;
}
.subMenu>ul>li {
    padding-top: 0px;
    list-style: none;
    padding-left: 30px;
}
.subMenu>ul>li:hover, .contenido_menu ul li a:hover{
    color: #ff4b39;
   
}   

/**** estilos para las tablas *****/


.tabla_alumnos {
    width: 100%;
    
}
thead{        
    text-align: left;
    font-size: 12px;
    color: #fff;
    background-color: #A4A4A4;
}
th, td {
    padding-left: 1px;
}
.filaImpar {
    background-color: #fff;
}
.filaPar {
    background-color: #f3f1c0;
}
tbody{        
    text-align: left;
    font-size: 12px;
    color: #000033;  
}
    tbody tr:hover {
/*        cursor: pointer;*/
        background-color: gainsboro;
    }

/*********  LOGIN ****************/
button {
    cursor: pointer;
    text-align: center;
    font-size: 12px;
    height: 35px;
    width: 120px;
    background-color: rgba(0, 89, 178, 0.09);
    color: rgb(51, 51, 51);
    border-radius: 10px;
}
    button:hover {
        background-color: rgb(51, 51, 51);
        color: #ffffff;
    }
input[type="text"], input[type="email"], input[type="password"], select {
    height: 22px;
    font-size: 13px;
    color: rgb(102, 102, 102);
    font-family: Tahoma,Geneva,sans-serif;
    line-height: 1.7em;
}
    input[type="text"].largo {
        width: 200px;
    }
    input[type="text"].normal {
        width: 97px;
    }
    input[type="text"].corto {
        width: 45px;
    }
    input[type="text"].num {
        text-align: right;
        padding-right: 1px;
    }
    input[readonly], select[readonly], textArea[readonly] {
        background: #f4f8c3;
    }
    input[type="text"].pagos  {
        margin-right: 50px;
        margin-bottom: 5px;
    }
textArea {
    resize: none;
    font-size: 12px;
    color: rgb(102, 102, 102);
    font-family: Tahoma,Geneva,sans-serif;
    line-height: 1.7em;
}
        
#login {
    position: relative;
    width: 300px;
    height: 145px;
    left: 235px;
    top: 85px;
}
    #login form ul {
        list-style-type:none;
        margin:0px;
        padding:0px;
    }
    #login form li{
        padding: 8px;
        margin:  0px !important;
    }
    #login form label {
        display: inline-block;
        float: left;
        padding: 3px;
        width: 100px;
    }
    #login form button {
        margin-left: 130px;
        margin-top: 10px;
    }
/*FIN LOGIN*/

/*FORMULARIOS */
.frmNewAlumno {
    position: relative;
    margin-left: 20px;
    padding-left: 15px;
    width: 780px;
    height: 400px;
    
}
/*TABLAS*/
/**************** ALUMNOS   *********/
    .frmNewAlumno .contenedor-tabla{  
        display: table;
        width: 95%;
        padding-top: 10px;
        padding-bottom: 10px;
        margin-top: 20px;
        margin-left: 10px;
    }
    .frmNewAlumno .contenedor-fila{
        display: table-row;
        height: 40px;
    }
    .frmNewAlumno .contenedor-columna{
        display: table-cell;
    }
/*FORMULARIOS EDITAR/DETALLE EN VENTANA MODAL*/    
.frmEditAlumno, .frmEditProfe, .frmEditGrupo {
    position: relative;
    margin-left: 20px;
    width: 780px;
    height: 400px;
    
    
}
/*vm del form de alumno*/
    .frmEditAlumno .contenedor-tabla{  
        display: table;
        width: 95%;
        margin-top: 20px;
        margin-left: 22px;
    }
    .frmEditAlumno .contenedor-fila{
        display: table-row;
        height: 40px;
        border: solid red;
    }
    .frmEditAlumno .contenedor-columna{
        display: table-cell;
    }    
/*********** PROFES *******/
    .frmEditProfe .contenedor-tabla{  
        display: table;
        width: 95%;
        margin-top: 20px;
        margin-left: 22px;
    }
    .frmEditProfe .contenedor-fila{
        display: table-row;
        height: 40px;
        border: solid red;
    }
    .frmEditProfe .contenedor-columna{
        display: table-cell;
    }

.frmNewProfe {
    position: relative;
    margin-left: 20px;
    padding-left: 15px;
    width: 780px;
    height: 400px;
    
}
    .frmNewProfe .contenedor-tabla{  
        display: table;
        width: 95%;
        padding-top: 10px;
        padding-bottom: 10px;
        margin-top: 20px;
        margin-left: 10px;
    }
    .frmNewProfe .contenedor-fila{
        display: table-row;
        height: 40px;
    }
    .frmNewProfe .contenedor-columna{
        display: table-cell;
    }

/*********** GRUPOS *******/
    .frmEditGrupo .contenedor-tabla{  
        display: table;
        width: 95%;
        margin-top: 20px;
        margin-left: 22px;
    }
    .frmEditGrupo .contenedor-fila{
        display: table-row;
        height: 40px;
        border: solid red;
    }
    .frmEditGrupo .contenedor-columna{
        display: table-cell;
    }

.frmNewGrupo {
    position: relative;
    margin-left: 20px;
    padding-left: 15px;
    width: 780px;
    height: 400px;
    
}
    .frmNewGrupo .contenedor-tabla{  
        display: table;
        width: 95%;
        padding-top: 10px;
        padding-bottom: 10px;
        margin-top: 20px;
        margin-left: 10px;
    }
    .frmNewGrupo .contenedor-fila{
        display: table-row;
        height: 40px;
    }
    .frmNewGrupo .contenedor-columna{
        display: table-cell;
    }

.errorLogin>span {
    font-size: 13px;
    color: #ff4b39;
    
}

form #finalForm {
    position: relative;
    float: bottom;
    width: 761px;
    height: 60px;
    margin-top: 10px;
    padding-top: 10px;
}
    form #finalForm .mensaje {
        float: left;
        width: 350px;
        font-size: 14px;
        color: #ff4b39;
        padding-left: 20px;
    }
    form #finalForm .botonera {
        float: right;
        text-align: right;
        width: 290px;
    }
        form #finalForm .botonera>#btnCancelar,#btnAtras {
            margin-right: 20px;
        }

/*FIN FORMULARIOS */

.vm_cargando img {
    position: relative;
    top: 170px;
    left: 320px; 
}
.vm_respuesta p {
    position: relative;
    width: 215px;
    height: 30px;
    top: 150px;
    left: 230px; 
    color: rgb(51,51,51);
    font-size: 14px;
}

#cargando_ img {
    position: relative;
    margin: 190px 370px; 
}

a.mailto{
    text-decoration: none;
    font-weight: normal;
    color: rgb(0, 0, 51);
    font-size: 11.4px;
}
.camposrequeridos {
    width: 200px;
    height: 30px;
    padding-left: 18px;
    float: left;
}

.azul {
    font-size: 11px;
    color: rgb(12, 137, 195);
}
.recibo{
    color: #ff4b39;
    padding-left: 56px;
    cursor: pointer;
}