*
{
    font-family: Tahoma,"Century Gothic","Trebuchet MS", Arial, Helvetica, sans-serif;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;

}

body
{
    margin: 0px 0px 0px 0px;
}


#contenedor
{
    border: none;
    width: 100%;
    height: 100%;
}

#encabezado, #menuFecha, #cuerpo , #pie
{
    border: none;
    clear: both;
    margin: 0 auto 0 auto;    
    width: 1024px;
}

#encabezado
{
    border: none;
    background-image: url('../imagenesGlobal/index1024.jpg');
    height: 107px;
}

#menuFecha
{
    border: none;
    background-color: #000033;
    font-size: 10px;
    font-weight: bold;
    height: 30px;
    
}

#menuFecha .fecha
{   
    float: right;
    color: #ffffff;
    margin: 7px 5px  7px 0px;
    padding-right: 5px;
    text-align: right;
    width: 160px;
}

#menuFecha .menu
{
    float: left;
    margin: 7px 0px 7px 5px;
    text-align: left;
    width: 840px;
}

#menuFecha a
{
    color: #FDEED1;
    font-weight: bold;
    margin-right: 5px;
    padding: 3px;
    text-decoration: none;
}

#menuFecha a:hover
{
    background-color: #2D76C3;
    color: #FFFFFF;
    font-weight: bold;
    margin-right: 5px;
    padding: 3px;
    text-decoration: none;
}

#cuerpo
{
    border: solid 0px #ff0000;
    height: 620px;
    text-align: center;
}

#pie
{
    font-size: 10px;
    text-align: center;
    color: #444444;
}

/*DISPOSICION GENERAL PARA CONTENIDOS-----------------------------------------*/
#centrado
{
    text-align: center;
}

#centrado table
{
    margin: 0 auto;
    text-align: left;
}

#centrado .problema, .sesion
{
    margin: 0 auto;
    text-align: center;
}

#justificado
{
    text-align: justify;
}

#justificado .problema
{
    margin: 0 auto;
    text-align: left;
}

#justificado table
{
    margin: 0 auto;
    
}

/*----------------------------------------------------------------------------*/
/*SEPARADOR PARA SECCIONES DE CONTENIDO---------------------------------------*/
.separador
{
    border: none;
    clear: both;
    margin: 0 auto 0 auto;    
    width: 1024px;  
    height: 20px;
}

.separador20
{
    border: none;
    clear: both;
    margin: 0 auto 0 auto;    
    /*width: 1024px;*/  
    height: 20px;
}/* este no tiene ninguna diferencia*/

/*----------------------------------------------------------------------------*/

/*MENSAJE DE PROBLEMAS CON LA APLICACION--------------------------------------*/
.problema
{
    border: solid 1px #DD3C10;
    background-color: #FFEBE8;
    color: #000000;
    font-size: 13px;
    font-weight: bold;
    height: 25px;
    padding: 5px 0px 0px 10px;
    text-align: center;
    width: 600px;
    margin-left: 200px;
}

.success
{
    border: solid 1px #dff0d8;
    background-color: #dff0d8;
    color: #000000;
    font-size: 13px;
    font-weight: bold;
    height: 25px;
    padding: 5px 0px 0px 10px;
    text-align: center;
    width: 600px;
    margin-left: 200px;
}

.noProblema
{
    border: solid 1px #317BCA;
    background-color: #CDE1FC;
    color: #000000;
    font-size: 13px;
    font-weight: bold;
    height: 25px;
    padding: 5px 0px 0px 10px;
    text-align: center;
    width: 600px;
    margin-left: 200px;
    
}

.problemaVacio
{
    border: solid 1px #ffffff;
    color: #ffffff;
    height: 25px;
    padding: 5px 0px 0px 10px;
    text-align: center;    
    width: 600px;
    margin-left: 200px;
}

.sesion
{
    border: solid 1px #DD3C10;
    background-color: #FFEBE8;
    color: #000000;
    font-size: 13px;
    font-weight: bold;
    height: 80px;
    padding: 5px 0px 0px 10px;
    text-align: justify;
    width: 600px;
}

/*----------------------------------------------------------------------------*/
/*TEXTOS Y LEYENDAS -----------------------------------------------------------*/
.titulo
{
    font-weight: bold;
    padding: 2px;
    border-bottom: black solid thin;
    font-size: 17px;
    margin-bottom: 20px;
    text-align: justify;
}


p.texto
{
    font-size: 15px;
    text-align: justify;
    margin: 10px;
}

p.textoCentrado
{
    font-size: 15px;
    text-align: center;
    margin: 10px;
}

p.leyenda
{
    font-size: 12px;
    text-align: justify;
}


/*----------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------*/




.liga
{
    color: #2D76C3;
    font-size: 12px;
}






#fotoPerfil
{
    border: none;
    height: 180px;
    width: 140px
}

fieldset
{
    border: solid 1px #2C75C4;
    padding-bottom: 8px;
    padding-left: 10px;
    padding-right: 10px;

}

legend
{
    margin-left: 10px;
    padding: 0px 5px 0px 5px;
    font-size: 13px;
    font-weight: bold;
}



form
{
    font-size: 14px;
    text-align: justify;
}

form input
{
    font-size: 11px;
    text-align: center;
    
}

form .campoTexto
{
    height: 20px;
    width: 180px;
    border: solid 1px #96A6C5;
    padding-left: 2px;
    padding-right: 3px;
}

form select
{
    height: 20px;
    
    border: solid 1px #96A6C5;
    padding-left: 2px;
}

form .dia,.mes,.anio
{
    height: 20px;
    width: 90px;     
    border: solid 1px #96A6C5;
    padding-left: 2px;
}

.botonSolo:hover,form .boton:hover,.botonLista:hover{
	background-color:#0061a7;
        cursor: pointer;
}

form .boton
{
    height: 25px;
    width: 75px;
    padding-bottom: 4px;
    background-color: #2F5181;
    color: #ffffff;
    font-weight: bold;
    border: solid 1px #96A6C5;
    font-size: 11px;
}

.botonSolo
{
    height: 30px;
    width: 140px;
    padding-bottom: 4px;
    background-color: #2F5181;
    color: #ffffff;
    font-weight: bold;
    border: solid 1px #96A6C5;
    font-size: 11px;
}

/* Autenticar-----------------------------------------------------------------*/
#numeroCuenta
{
    text-align: center;
    width: 150px;
}

#contrasena
{
    text-align: center;
    width: 150px;
}

#leyenda
{
    font-size: 12px;
    text-align: justify;
}

.ligaRecuperacion
{
    color: #2D76C3;
    font-size: 10px;
    font-weight: bold;
}

.separadorAutenticar
{
    border: none;
    clear: both;
    margin: 0 auto 0 auto;    
    width: 1024px;  
    height: 40px;
}

#datosPersonales
{
    font-size: 13px;
    text-align: justify;
}

#datosPersonales tr
{
    height: 30px;
}

#datosPersonales td
{
    width: 330px;
}


#panelDatosPersonal
{
    border: solid 0px #2C75C4;
    float: left;
    width: 330px;
}

#panelAplicaciones
{
    border: solid 0px #2C75C4;
    float: right;
    width: 680px;

}

div#panelAplicaciones 
{
    text-align: center;
}

div#panelAplicaciones .aplicaciones
{
    margin: 0 auto;
    text-align: justify;    
}

div#panelAplicaciones .actividades
{
    margin: 0 auto;
    text-align: justify;    
}

div#panelAplicaciones p
{
    font-size: 14px;
    font-weight: normal;
    padding-left: 10px;
}

div#panelAplicaciones .actividades .botones
{
    margin-left: 10px;
    
}

/*----------------------------------------------------------------------------*/

.salir
{
    font-size: 13px;
    font-weight: normal;
    text-align: right;
    margin-left: 800px;
}

.ancho50
{
    width: 50px;
}

.ancho100
{
    width: 100px;
}

.ancho100
{
    width: 100px;
}

.ancho200
{
    width: 200px;
}

.ancho300
{
    width: 300px;
}

.ancho400
{
    width: 400px;
}

.ancho500
{
    width: 500px;
}

.ancho600
{
    width: 600px;
}

.ancho700
{
    width: 700px;
}

.ancho800
{
    width: 800px;
}

.ancho900
{
    width: 900px;
}

.saltoLinea
{
    height: 20px;
}

.alineacionIzquierda
{
    text-align: left;
}

.alineacionCentro
{
    text-align: center;
}

.alineacionDerecha
{
    text-align: right;
}

.alineacionJustificado
{
    text-align: justify;
}

.anchoTotal
{
    width: 1000px;
}


#listado
{
/*    width: 80%;*/
}

#listado, #listado td
{
    text-align: center;
    border: 1px solid #000000;
    border-collapse: collapse;
    padding: 2px;
    font-size:0.9em;
}

#listado th
{
    color: #FFFFFF;
    background-color: #6699ff;
    text-align: center;
    font-weight: bold;
}

#listado .par{
    background-color: #c8c8c8;
}

#listado .impar{
    background-color: #FFFFFF;
}

.noProblema
{
    margin: 0 auto;
    text-align: center;
}