


.capaPrincipal{
width:100%;

}
.capaInformacionSesion{
width:100%;
margin-left:auto;
margin-right:auto;
background-color:white;
text-align: center;

    max-width: 1000px;

}
.iconoInicio{
width:180px;
margin-left:auto;
margin-right:auto;
float:none;
background-color:white;
}
.botonContinuar{
        margin-top: 20px;
font-size: 20px;
    background: #ececec;
    text-decoration: none;
    color: black;
    padding: 5px;
    border: 1px #9E9E9E solid;
        border-radius: 5px;
        font-family: sans-serif;
}

.botonContinuar:hover{

    background: #9e9e9e;
  transition: all 0.50s ease;
    
}


.textoBienvenida{
font-size: 20px;
}
.textoAyudaCuenta{
margin-top: 50px;
font-size: 14px;
color:white;
font-family: sans-serif;
}
.inputNumeroCuenta {
width: 80%;
    height: 40px;
    font-size: 18px;
    background-color: transparent;
    text-align: center;
    border: 0px solid;
    color: white;
    border-bottom: 1px solid white;
    font-family: sans-serif;
}



.inputNumeroCuenta::placeholder { color: #ffffff85; font-weight: bold; }


.inputNumeroCuenta:focus 
        {
             border-color: white;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgb(7, 159, 228);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #2196F3;
        }

.textoError{
    font-size: 18px;
    background: #9E9E9E;
    border: 1px #607D8B solid;
    color: white;
    
}
.botonRegresar{
font-size: 20px;
    background: #ececec;
    text-decoration: none;
    color: black;
    padding: 5px;
    border: 1px #9E9E9E solid;
        border-radius: 5px;
        font-family: sans-serif;
}


.botonRegresar:hover{

    background: #9e9e9e;
  transition: all 0.50s ease;
    
}
.colaDatos {
    visibility: hidden;
    position: absolute;
}
.textoMenu{
font-size: 20px;
}

.seccionesMenu{
      border: 1px solid #003056;
    padding: 5px;
    color: white;
    background: #005ea9;
    margin-bottom: 10px;
    border-radius: 10px;}
    .seccionesMenu:hover{
        
         background:white;
         color:black;
         transition: all 0.50s ease;
}
        


.sinFormato{
    text-decoration: none;
    
    
}
.iconoInicioChico{
width:100px;
margin-left:auto;
margin-right:auto;
float:none;
background-color:white;
}
.tabla {
    border-collapse : collapse;
    font-size: 12px;
    background: #ffffff;
    margin-top: 40px;
    border: #d0d0d0 1.5px solid;
    border-radius: 4px;
    width: 100%;
    font-family: sans-serif;
}
.tablaElemento{
    background-color: #ececec;
}
.avisosImportantes{
    font-size: 20px;
    background: #fedada;
    border: 1px red solid;
        margin-top: 20px;
}
.informacion{
    font-size: 25px;
    background: #fedada;
    border: 1px red solid;
        margin-top: 20px;
}
.capaCabezeraIcono{
    text-align:center;
}
.iconoSalir{
    width:40px;
    
}
.elementoFilaTabla{
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #b3b3b3;
}

.iconoMenuChico{
width:40px;
margin-left:auto;
margin-right:auto;
float:none;
}
.imagenInicio {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    float: none;
    }
    
    .textoBienvenidaInicio {
    margin-top: 50px;
    font-size: 28px;
    color:white;
        font-family: sans-serif;
}

.imagenCargaGenerica{
       position: fixed;
         text-align: center; 
     width: 100%; 
}


