﻿.divLinSup
{
    display:none;
}

.fa, .fas {
    font-size: 15px;
    margin-right: 20px;
}
.divClave {
    margin: 30px 0;
    display:inline-block;
    text-align:center;
    width:100%;
}
.divFila
{
    display:inline-block;
    text-align:center;
    width:100%;
    padding-top:20px;
}

.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
{
    width: 250px;
    height:30px;
   /* border-width: 2px;
    border-style: solid;
    border-color: #35b7c5; */
    background-color: #ebebeb;
    position: relative;  
    padding-left: 2px;
    border-radius: 5px;
}

.txtHead:hover
{
	/*border-color: #183254;*/
}

.txtHead:active {
    background-color:#f3f3f3;
}

.divBotones
{
    display:inline-block;
    width:100%;
    text-align:center;
    padding-top: 20px;
}


.btnHead {
    width:150px;
    height: 32px;
    background-color: rgb(108 188 220);
    color: White;
    padding: 0;
    cursor:pointer;
    border-radius: 8px;
    font-size: 15px;
}

.btnHead:hover
{
    background-color: rgb(143 211 239);
	
}

.divMensaje
{
    top:20px;
    display:inline-block;
    position:relative;
    width:100%;
    padding-top:10px;
}

.divTitInscr
{
    height:300px;
    color:White;
}

.lbPerfil
{
    font-size: 100%;
    font-weight: 600;
    top:160px;
    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:125px;
    font-size:4.0em;
    text-shadow: 2px 2px 3px rgb(68, 68, 68);

}

.lbTitInscr2
{
    color:#000000;
}

.hLink
{
	display: inline-block;
	width: 300px;
}
.hlLink
{
	text-decoration:none;
	color:#000000;
}

.divOculto
{
    display:none;
}
