﻿
/*--------- Pagina Login ------------------*/
.cuerpoDePaginaLogin {
	font-family:Arial;
	font-size:11px;
    width: 100%;
	height: 100%;
	text-align: center; 
    margin: auto;
    background-color: #E6E6E6; 
}

.CajaLogin {
    
}


.contenedorTop
{
    font-family:Arial;
    font-size:11px;
    background-image: url('../Image/login_top.png');
    background-position: center;
    background-repeat: no-repeat; 
    background-color:  #E6E6E6;
}

.contenedorMiddle
{
    background-image: url('../Image/login_middle.png');
    background-position: center;
    background-repeat: repeat-y;
    background-color:  #E6E6E6;
}

.contenedorBottom
{
    background-image: url('../Image/login_bottom.png');
    background-position: center;
    background-repeat: no-repeat;
    background-color:  #E6E6E6;
}


.TablaInteriorCajaLogin {
    background-color: #FFFFFF; 
    border-style: none; 
}

.etiquetaIdentificacion
{
    color: #000000; 
    font-weight: 700; 
    font-family: Arial; 
    font-size: 12px;
}

.etiquetaUsuario
{
    color: #000000; 
    font-weight: 700; 
    font-family: Arial; 
    font-size: 11px;
}

.cuadroTextoUsuario
{
    font-family: Arial; 
    font-size: 11px;
    background-color:  #F2F2F2;
}

.cuadroTextoUsuarioOnFocus
{
    font-family: Arial; 
    font-size: 11px;
    background-color:  #F2F2F2;
    border-color:  #E6E6E6;
}

.etiquetaUsuario2
{
    color: #000000; 
    font-weight: 700; 
    font-family: Arial; 
    font-size: 11px;
}

.listaUsuario2
{
    font-family: Arial; 
    font-size: 11px;  
}

.etiquetaClave
{
    color: #000000; 
    font-weight: 700; 
    font-family: Arial; 
    font-size: 11px;
}

.cuadroTextoClave
{
    font-family: Arial; 
    font-size: 11px;
    background-color:  #F2F2F2;
}

.cuadroTextoClaveOnFocus
{
    font-family: Arial; 
    font-size: 11px;
    background-color:  #F2F2F2;
    border-color:  #E6E6E6;
}

.linkOlvidoClave
{
    font-family: Arial; 
    font-size: 11px;
}

.etiquetaRequerido
{
    font-family: Arial; 
    font-size: 11px; 
}

.etiquetaProvisto
{
    font-family: Arial; 
    font-size: 9px;

}
