<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.divLinSup {
    display:none;
}

.fa, .fas {
    font-size: 15px;
    margin-right: 20px;
}

.fa-lock, .fa-user{color: #555;}

.divClave {
    margin: 30px 0;
    display:inline-block;
    text-align:center;
    width:100%;
}
.divFila {
    display: flex;
    text-align: center;
    width: 100%;
    padding-top: 20px;
    justify-content: center;
    align-items: center;
}

.divDato {
    DISPLAY: inline-block;
    width: 155px;
    text-align:left;
}

.divCampo
{
    text-align: left;
    display: inline-block;
    width: 330px;
}

.pnlErrorLogin
{
    display: inline-block;
    position: relative;

    color: red;
    left: -10px;
    top:0PX;
    padding-top:10PX;
}

.pnlErrorVal
{
    display: inline;
    position: relative;
    top: 0px;
    color: red;
    left: -10px;
}
.lbUserText,.lbPassText
{
    color: #555;
    line-height: 11px;
    text-align: left;
    font-size: 1.2em;
    font-weight: 400;    
    position:relative;
}

.lbPassText
{   
    position: relative;
    left:0px;
}

.validacion
{
    color:Red;
    position: relative;
    left:0px;
    top:0px;
}


.txtHead {
    font-size: 16px;
    width: 250px;
    height: auto;
    background-color: #ebebeb;
    position: relative;
    padding: 10px;
    /* padding-left: 2px; */
    border-radius: 50px;
}

.txtHead:hover
{
	/*border-color: #183254;*/
}

.txtHead:active {
    background-color:#f3f3f3;
}

.divBotones
{
    display:inline-block;
    width:100%;
    text-align:center;
    padding-top: 20px;
}


.btnHead {
    width: auto;
    min-width: 200px;
    padding: 5px 10px;
    text-align: center;
    cursor: pointer;
    outline: none;
    font-size: 20px;
    overflow: visible;
    background-color: #32314e;
    border-radius: 79px;
    color: white;
    margin-right: 10px;
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
}

.btnHead:hover {
    background-color: #4f4e70;
	
}

.divMensaje {
    top:20px;
    display:inline-block;
    position:relative;
    width:100%;
    padding-top:10px;
}

.divTitInscr {
    height:250px;
    color:White;
}

.lbPerfil {
    font-size: 100%;
    font-weight: 600;
    top:0;
    position:relative;
    display:block;
}

.lbTitInscr,.lbTitInscr2,.lbTitInscrV,.lbTitInscrL {
    color: #FFFFFF;
    line-height: 1.2em;
    font-size: 1.8em;
    font-weight: 300;
    text-align: center;
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
    /*text-transform: uppercase;*/
}

.lbTitInscr {
    position:relative;
    top: 0;
    font-size: 4.0em;

}

.lbTitInscr2 {
    color:#000000;
}

.hLink
{
	display: inline-block;
	width: 300px;
}
.hlLink
{
	text-decoration:none;
	color:#000000;
}

.divOculto {
    display:none;
}

.divImgFondoGen{
    background-color: #5fbed5;
}

.divFondoRojo.divTitInscr {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}</pre></body></html>