@font-face {
    font-family: TitilliumWeb-Light;
    src: url(FUENTES/TitilliumWeb-Light.ttf);
}


* {
    font-family: TitilliumWeb-Light;
}


.bodyC {
    /*    font-family: "Helvetica", Arial;
    
    background: #222d33;
    */
    background: #FAFAFA;
    /*background: url(../../../imagenes/fondoAzul.jpg);
    min-width: 1000px;
    background-size: 100% 150%;
    background-repeat: no-repeat;*/


}

.centrado h1,
.centrado h2,
.texto > p {
    margin: 10px 200px;
    color: #000;
}

.modal-header h2 {
    color: #000;
}

.texto {
    margin-top: 230px;
}

.texto h4 {
    color: #F0671E;
}

.usuario {
    margin-bottom: 10px;
}

.usuario > input {
    width: 220px;
    height: 40px;
    margin: 1px auto -1px auto;
    text-align: left;
    font-size: 17px;
    padding: 5px 5px 5px 5px;
    border-radius: 0px 5px 5px 0px !important;
    border: solid 1px rgb(204, 204, 204) !important;
    border-left: 0 !important;
}

.clave > input {
    width: 181px;
    height: 40px;
    margin: 1px auto -1px auto;
    text-align: left;
    display: inline-block;
    padding: 5px 5px 5px 5px;
    font-size: 17px;
    border-radius: 0px 1px 1px 0px !important;
    border: solid 1px rgb(204, 204, 204) !important;
    border-left: 0 !important;
}

.clave > input:focus,
.usuario > usuario:focus {
    border: solid 1px #32a1ce !important;
    border-radius: 0px 1px 1px 0px !important;
    border-left: 0 !important;
}

.ojo {
    font-size: 18px;
    cursor: pointer;
}

span.icono {

    font-size: 18px;
    color: #fff;
    /*background: #80AD37;*/
    background: #178d92;
    background-size: 50px;
}


.olvido-pass {
    font-size: 14px;
    text-align: right;
    color: #434343;
    color: #000;

}

.olvido-pass:hover {
    color: #F98262;
    text-decoration: none;
}




.login button {
    color: #fff;
}

.login {
    padding: 2px 5px;
    margin: 10px;
}

#formulario {
    width: 55%;
    margin-right: auto;
    margin-left: auto;
    height: 250px;
}

.recuadro {
    margin: 50px;
    /*background: url(../../../imagenes/fondo.png);*/
    background-repeat: no-repeat;
    background-size: 35% 300%;
    background-position: center;
    /*    background: #fff;*/
    padding: 50px;
}

#login {
    padding: 8px 15px;
    margin: 10px;
    background: #e6a660;
}

#login:hover {
    border-width: 2px;
    box-shadow: 0px 0px 9px 3px #888888;
    margin: 9px;
    color: #fff;
}

#usuario-p {
    font-weight: bold;
    font-size: 18px;
}

.logo {
    width: 220px;
}

.recuperacion a {
    margin: 10px 10px 10px 10px;
}

.recuperacion input {
    margin: 5px 5px 5px 5px;
    width: 50%;
}

.flex_css {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
}

.flex_n{
    display: flex;
    justify-content: space-around;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
}

.flex_column {
    flex-direction: column;
}
input:focus,
select:focus,
textarea:focus {
    /*outline: thick double #32a1ce !important;*/
    outline: none !important;
    outline-width: 0px !important;
    border: solid 0.5px #32a1ce !important;
    border-radius: 5px;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}

input,
select,
textarea {
    /*outline: thick double #32a1ce !important;*/
    outline: none !important;
    outline-width: 0px !important;
    border: solid 0.5px #32a1ce !important;
    border-radius: 5px;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}
h2 {
    font-weight: bold;
    color: #3c414e;
}

@media only screen and (max-width: 741px) {
    .ocultar{
        display: none;
    }
}

#manual {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 160px;
    animation: se_corre 2s ease-in-out;
}

#version {
    position: absolute;
    left: 20px;
    bottom: 10px;
    animation: se_corre_2 2s ease-in-out;
}

@keyframes se_corre {
    0% {
        transform: translatex(+150px);
    }
    100% {
        transform: translatex(0px);
    }
}

@keyframes se_corre_2 {
    0% {
        transform: translatex(-150px);
    }
    100% {
        transform: translatex(0px);
    }
}