﻿.cssDivLogin
{
    width: 40%;
    height: 158px;
    text-align: left;
    background-position: right 30px;
    background-image: url('img/fondo-login.png');
    background-repeat: no-repeat;
    font-size: 10px;
    padding-left: 5px;
    padding-right: 5px;
}
.cssDivLogin .cssDivEncabezado
{
    color: #333333;
    font-weight: bold;
    font-size: 12px;
    border-bottom-style: dotted;
    border-bottom-width: 1px;
    border-bottom-color: #FFFFFF;
    height: 20px;
    width: 100%;
    padding-top: 2px;
    padding-bottom: 2px;
    vertical-align: middle;
}
.cssDivOpcionesSeguridad
{
    margin-top: 4px;
    height: 51px;
}
.cssDivOpcionesSeguridad .cssSpanTitulo
{
    padding-top: 0px;
    padding-bottom: 0px;
}
#rblSeguridad
{
}
.cssCredenciales
{
    width: 100%;
    height: auto;
    margin-top: 5px;
    margin-bottom: 5px;
}
.cssDivContenedorCredencial
{
    height: 20px;
    width: 220px;
    margin-bottom: 3px;
}
.label
{
    width: 60px;
    height: 18px;
    float: left;
    text-align: right;
    padding-right: 4px;
    padding-top: 0px;
}
.campo
{
    width: 130px;
    height: 13px;
    padding-top: 0px;
    float: left;
        }
        
.cssDivOpcionIngresar
{
    width: 42%;
    height: 34px;
    text-align: right;
    padding-top: 6px;
}
.cssDivOpcion
{
    width: 100%;
    height: 20px;
}
.cssDivTitulo
{
    font-weight: bold;
}
.cssDivTextoLogin
{
    text-align: justify;
    margin-bottom: 0px;
}