@font-face
{
    font-family: "LatoRegular";
    src: url("fonts/Lato/Lato-Regular.eot");
    src: url("fonts/Lato/Lato-Regular.eot#Lato-Regular") format("embedded-opentype"),
        url("fonts/Lato/Lato-Regular.woff") format("woff"),
        url("fonts/Lato/Lato-Regular.ttf") format("truetype"),
        url("fonts/Lato/Lato-Regular.svg#Lato-Regular") format("svg");
}

@font-face
{
    font-family: "LatoBold";
    src: url("fonts/Lato/Lato-Bold.eot");
    src: url("fonts/Lato/Lato-Bold.eot#Lato-Bold") format("embedded-opentype"),
        url("fonts/Lato/Lato-Bold.woff") format("woff"),
        url("fonts/Lato/Lato-Bold.ttf") format("truetype"),
        url("fonts/Lato/Lato-Bold.svg#Lato-Bold") format("svg");
}

@font-face
{
    font-family: "LatoItalic";
    src: url("fonts/Lato/Lato-Italic.eot");
    src: url("fonts/Lato/Lato-Italic.eot#Lato-Italic") format("embedded-opentype"),
        url("fonts/Lato/Lato-Italic.woff") format("woff"),
        url("fonts/Lato/Lato-Italic.ttf") format("truetype"),
        url("fonts/Lato/Lato-Italic.svg#Lato-Italic") format("svg");
}

@font-face
{
    font-family: "LatoLight";
    src: url("fonts/Lato/Lato-Light.eot");
    src: url("fonts/Lato/Lato-Light.eot#Lato-Light") format("embedded-opentype"),
        url("fonts/Lato/Lato-Light.woff") format("woff"),
        url("fonts/Lato/Lato-Light.ttf") format("truetype"),
        url("fonts/Lato/Lato-Light.svg#Lato-Light") format("svg");
}

html,body{
    width: 100%;
    padding: 0;
    margin: 0;
    border: 0;
    font-family: 'LatoLight';
}

body.color-fondo{
    /*background: rgb(130, 215, 186);*/
    background: rgb(232, 234, 236);
}

/*
********************************************************************************
********************************************************************************
                            INI: LOGIN
********************************************************************************
********************************************************************************
*/

html{
    width: 100%;
    margin: 0;
    padding: 0;
    border: 0;
}

body{
    background: rgb(229, 230, 230);
    width: 100%;
    overflow:auto;
    margin: 0;
    padding: 0;
    border: 0;
}

.form-login{
    width: 50%;
    max-width: 400px;
    margin: 20px auto;
    padding: 0;
    border: 0;
}

.enc-top{
    width: 80%;
    margin: 20px auto 0 auto;
    text-align: center;
    padding: 0;
    border: 0;
}


#logo-itslv{
    display: none;
}

.form-login > form > fieldset{
    width: 100%;
    margin: 0;
    padding: 0;
    border: 0;
}

.form-login > form > fieldset > header{
    /*background: rgb(43, 177, 100);*/
    background: rgb(22, 196, 173);
    width: 94%;
    margin: 0;
    padding: 1px 3%;
    border: 0;
    text-align: center;
    border-radius: 8px 8px 0 0;
}

.form-login > form > fieldset > div{
    background: rgba(0, 0, 0, 0.6);
    width: 94%;
    margin: 0;
    padding: 10px 3%;
    border: 0;
    text-align: center;
}

.form-login > form > fieldset > footer{
    /*background: rgb(43, 177, 100);*/
    background: rgb(22, 196, 173);
    width: 94%;
    margin: 0;
    padding: 15px 3%;
    border: 0;
    text-align: center;
    border-radius: 0 0 8px 8px;
}

.form-login > form > fieldset > header > h1{
    color: rgb(255, 255, 255);
    font-size: 24px;
}

#btn-iniSesion{
    width: 80%;
    margin: 0 auto;
    padding: 8px;
    border: 2px rgb(2, 41, 3) solid;
    border-radius: 4px;
    background: rgb(217, 140, 5);
    color: rgb(2, 41, 3);
    text-align: center;
    font-family: "LatoBold";
    font-size: 18px;
}

#btn-iniSesion:hover{
    background: rgb(233, 151, 6);
    color: rgb(4, 73, 5);
    cursor: pointer;
}

.form-login > form > fieldset > div > input[type="text"], .form-login > form > fieldset > div > input[type="password"]{
    width: 94%;
    margin: 10px 0 10px 0;
    padding: 10px 3%;
}

.correcto-login, .alerta-login, .incorrecto-login{
    width: 95%;
    margin-top: 10px;
    padding: 8px 2.5%;
    border-radius: 5%;
    font-size: 20px;
}

.correcto-login{
    background-color: rgb(6, 229, 89);
    color: white;
}

.alerta-login{
    background-color: rgb(238, 229, 13);
    color: black;
}

.incorrecto-login{
    background-color: rgb(239, 23, 38);
    color: white;
}

@media only screen and (min-width: 480px) and (max-width: 768px){
    .form-login{
        width: 70%;
    }

    .enc-top{
        width: 90%;
    }
}

@media only screen and (max-width: 479px){
    .form-login{
        width: 90%;
    }

    .enc-top{
        width: 90%;
    }

    .form-login > form > fieldset > header > h1{
        font-size: 20px;
    }

    #img-barra-header{
        display: none;
    }

    #logo-itslv{
        display: block;
        margin: 0 auto;
    }
}

/*
********************************************************************************
********************************************************************************
                            FIN: LOGIN
********************************************************************************
********************************************************************************
*/

/*
********************************************************************************
********************************************************************************
                            INI: MENU LATERAL
********************************************************************************
********************************************************************************
*/
#menuPrincipal{
    background-color: rgb(66, 71, 80);
    width: 400px;
    height: 100%;
    position: fixed;
    z-index: 9999;
    color: white;
    overflow: auto;
}

#btn-menu{
    width: 20px;
    height:20px;
    padding: 10px;
    background-color: /*rgb(43, 177, 100)*/ rgb(0, 150, 136);
    border-radius: 0 0 10px 0;
    position: fixed;
    z-index: 9999;
    text-align: center;
    color: white;
    display: none;
}

#btn-menu-in{
    width: 20px;
    height:20px;
    padding: 14px;
    background-color: /*rgb(43, 177, 100)*/ rgb(0, 150, 136);
    border-radius: 0 0 0 10px;
    text-align: center;
    color: white;
    float: right;
    clear: both;
}

#btn-menu:hover, #btn-menu-in:hover {
    background-color: rgba(0, 150, 136, 0.85);
    cursor: pointer;
}

#header-menu{
    width: 100%;
    padding: 0;
    margin: 0;
    border: 0;
}

#itslv-user{
    margin: 0;
    padding: 20px 0 0 0;
    border: 0;
    width: 100%;
    text-align: center;
}

#itslv-user > img{
    width:120px;
    margin-top: 10px;
    clear: both;
}

#itslv-user > figcaption{
    color: rgb(233, 151, 6);
    font-family: 'LatoBold';
    font-size: 18px;
    clear: both;
}

.btn-cerrarSesion{
    width: 150px;
    margin: 10px auto;
    padding: 8px;
    border: 0;
    border-radius: 4px;
    background: rgb(217, 140, 5);
    color: rgb(2, 41, 3);
    text-align: center;
    font-family: "LatoBold";
    font-size: 18px;
}

.btn-cerrarSesion:hover{
    background: rgb(233, 151, 6);
    cursor: pointer;
}

#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    line-height: 1;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#cssmenu ul li a {
    border-bottom: 1px rgb(128, 203, 196) solid;
}

#cssmenu {
    width: 100%;
}
#cssmenu ul ul {
    display: none;
}
#cssmenu > ul > li.active > ul {
    display: block;
}
.align-right {
    float: right;
}
#cssmenu > ul > li > a {
    padding: 16px 0 16px 14px;
    cursor: pointer;
    z-index: 2;
    font-size: 16px;
    text-decoration: none;
    color: rgb(255, 255, 255);
    background: /*rgb(39, 174, 97)*/ rgb(0, 150, 136);
    -webkit-transition: color .2s ease;
    -o-transition: color .2s ease;
    transition: color .2s ease;
}
#cssmenu > ul > li > a:hover {
    color: white;
    background: /*rgb(43, 177, 100)*/ rgb(0, 172, 156);
}

#cssmenu ul ul li a {
    padding: 14px 22px;
    cursor: pointer;
    z-index: 2;
    font-size: 16px;
    text-decoration: none;
    color: rgb(150, 215, 210);
    background: rgb(55, 71, 79);
    -webkit-transition: color .2s ease;
    -o-transition: color .2s ease;
    transition: color .2s ease;
}

#cssmenu ul ul ul li a {
    padding-left: 38px;
    color: rgb(190, 235, 230);
    background: rgb(78, 100, 110);
}

#cssmenu ul ul li a:hover {
    color: rgb(190, 235, 230);
    background: rgb(78, 100, 110);
}

#cssmenu ul ul ul li a:hover {
    color: rgb(210, 245, 242);
    background: rgb(100, 120, 130);
}

#cssmenu ul ul ul ul li a {
    padding-left: 50px;
    color: rgb(255, 255, 255);
    background: rgb(105, 128, 138);
    border-left: 3px solid rgb(0, 150, 136);
}

#cssmenu ul ul ul ul li a:hover {
    color: rgb(255, 255, 255);
    background: rgb(120, 143, 153);
    border-left: 3px solid rgb(0, 172, 156);
}

li.has-sub.open{
    border-bottom: 1px rgb(235, 235, 235) solid;

}

li.has-sub.open + li > a{
    clear: both;    
}

#cssmenu > ul > li.has-sub > a {
    background: /*rgb(39, 174, 97)*/ rgb(0, 150, 136) url(../imgs/down-out.png) no-repeat scroll 7px 20px;
}

#cssmenu > ul > li.has-sub.open > a {
    background: /*rgb(39, 174, 97)*/ rgb(0, 150, 136) url(../imgs/up-out.png) no-repeat scroll 7px 20px;
}

#cssmenu > ul > li.has-sub > a:hover {
    background: /*rgb(43, 177, 100)*/ rgb(0, 172, 156) url(../imgs/down-out.png) no-repeat scroll 7px 20px;
}

#cssmenu > ul > li.has-sub.open > a:hover {
    background: /*rgb(43, 177, 100)*/ rgb(0, 172, 156) url(../imgs/up-out.png) no-repeat scroll 7px 20px;
}

#cssmenu ul ul li.has-sub > a {
    background: rgb(55, 71, 79) url(../imgs/down-in.png) no-repeat scroll 7px 20px;
}

#cssmenu ul ul li.has-sub.open > a {
    background: rgb(78, 100, 110) url(../imgs/up-in.png) no-repeat scroll 7px 20px;
}

#cssmenu ul ul li.has-sub > a:hover {
    background: rgb(78, 100, 110) url(../imgs/down-in.png) no-repeat scroll 7px 20px;
}

#cssmenu ul ul li.has-sub.open > a:hover {
    background: rgb(84, 110, 122) url(../imgs/up-in.png) no-repeat scroll 7px 20px;
}

#cssmenu > ul > li.has-sub > a, #cssmenu > ul > li.has-sub.open > a, #cssmenu > ul > li.has-sub > a:hover,
#cssmenu > ul > li.has-sub.open > a:hover, #cssmenu ul ul li.has-sub > a, #cssmenu ul ul li.has-sub.open > a,
#cssmenu ul ul li.has-sub > a:hover, #cssmenu ul ul li.has-sub.open > a:hover {
    background-position: 98% 50%;
    background-size: 15px;
}

@media only screen and (max-width: 479px){
    #menuPrincipal{
        width: 100%;
        height: 100%;
    }
}

/*
********************************************************************************
********************************************************************************
                            FIN: MENU LATERAL
********************************************************************************
********************************************************************************
*/

/*
********************************************************************************
********************************************************************************
                            INI: FORMULARIO
********************************************************************************
********************************************************************************
*/

#contenedor-principal{
    width: 100%;
    height: auto;
    padding: 20px 5% 0 5%;
    margin: 0;
    z-index: 0;
}

#capa-contenedor{
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: rgba(0,0,0,0.8);
    left: 0;
    top: 0;
}

.seccion-principal{
    width: 100%;
}

.seccion-principal > form, .seccion-principal > form > fieldset{
    width: 100%;
    margin: 0;
    padding: 0;
    border: 0;
}

.form-encabezado{
    background-color: rgb(36, 160, 89);
    width: 78%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 20px 1%;
    border: 0;
    color: white;
    font-family: 'LatoBold';
    font-size: 34px;
    text-align: center;
    -webkit-transition: all 0.80s linear;
    -moz-transition: all 0.80s linear;
    -o-transition: all 0.80s linear;
    transition: all 0.80s linear;
}

.form-sub-encabezado{
    background-color: rgb(36, 160, 89);
    width: 78%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 20px 1%;
    border: 0;
    color: white;
    font-family: 'LatoBold';
    font-size: 28px;
    text-align: center;
    -webkit-transition: all 0.80s linear;
    -moz-transition: all 0.80s linear;
    -o-transition: all 0.80s linear;
    transition: all 0.80s linear;
}

.form-elementos{
    width: 80%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0;
    border: 0;
    display: table;
    -webkit-transition: all 0.80s linear;
    -moz-transition: all 0.80s linear;
    -o-transition: all 0.80s linear;
    transition: all 0.80s linear;
}

.form-fila{
    width: 100%;
    display: table-row;
}


.form-col-encabezado{
    width: 20%;
    display: table-cell;
    padding: 15px 2.5%;
    background: rgb(39, 174, 97);
    color: white;
    font-size: 18px;
    text-align: right;
    vertical-align: middle;
    border-bottom: 1px rgb(45, 202, 112) solid;
}

.form-col-contenido{
    width: 70%;
    display: table-cell;
    padding: 15px 2.5%;
    background: rgb(167, 173, 182);
    font-size: 18px;
    text-align: left;
    vertical-align: middle;
    border-bottom: 1px rgb(186, 190, 198) solid;
}

.form-col-encabezado > .phone > label{
    width: 100%;
}

.form-col-contenido > .phone > input[type="text"]{
    background: rgb(240, 240, 240);
    width: 89%;
    height: 28px;
    margin: 0;
    padding-left: 1%;
    border: 0;
    font-size: 16px;
}

.form-col-contenido > .phone > select{
    background: rgb(240, 240, 240);
    width: 90%;
    height: 30px;
    margin: 0;
    border: 0;
    font-size: 16px;
}

.form-footer{
    width: 80%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0;
    border: 0;
    display: table;
    -webkit-transition: all 0.80s linear;
    -moz-transition: all 0.80s linear;
    -o-transition: all 0.80s linear;
    transition: all 0.80s linear;
}

.form-footer-row{
    display: table-row;
}

.form-footer-btnIzq{
    width: 50%;
    padding: 0;
    background-color: rgb(33, 146, 81);
    display: table-cell;
    color: white;
    font-family: 'LatoBold';
    font-size: 18px;
    text-align: center;
    vertical-align: middle;
}

.form-footer-btnIzq:hover{
    background-color: rgb(33, 151, 81);
    cursor: pointer;
}

.form-footer-btnDer{
    width: 50%;
    padding: 0;
    background-color: rgb(36, 160, 89);
    display: table-cell;
    color: white;
    font-family: 'LatoBold';
    font-size: 18px;
    text-align: center;
    vertical-align: middle;
}

.form-footer-btnDer:hover{
    background-color: rgb(36, 165, 89);
    cursor: pointer;
}

.form-footer-btnPhone{
    width: 98%;
    padding: 15px 1%;
}

.form-footer-btnCentral{
    width: 78%;
    padding: 15px 1%;
    margin: 0 auto;
    background-color: rgb(30, 132, 74);
    color: white;
    font-family: 'LatoBold';
    font-size: 18px;
    text-align: center;
    -webkit-transition: all 0.80s linear;
    -moz-transition: all 0.80s linear;
    -o-transition: all 0.80s linear;
    transition: all 0.80s linear;
}

.form-footer-btnCentral:hover{
    background-color: rgb(30, 137, 74);
    cursor: pointer;
}

.capa-resultado{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 3;
    background-color: rgba(0,0,0,0.7);
    display: none;
}

.tabla-msj{
    width: 70%;
    margin: 15px 15% 0 15%;
    z-index: 4;
    display: table;
}

.tabla-msj-renglon{
    display: table-row;
}

.tabla-msj-columna{
    width: 96%;
    display: table-cell;
    padding: 20px 2%;
}

.tabla-msj-encCorrecto{
    background-color: rgb(1, 127, 5);
    border-bottom: 1px rgb(1, 160, 6) solid;
    vertical-align: middle;
    font-family: 'LatoBold';
    font-size: 26px;
    color: white;
    text-align: center;
    text-transform: uppercase;
}

.tabla-msj-encAlerta{
    background-color: rgb(251, 201, 10);
    border-bottom: 1px rgb(252, 208, 43) solid;
    vertical-align: middle;
    font-family: 'LatoBold';
    font-size: 26px;
    color: white;
    text-align: center;
    text-transform: uppercase;
}

.tabla-msj-encError{
    background-color: rgb(230, 20, 13);
    border-bottom: 1px rgb(243, 24, 21) solid;
    vertical-align: middle;
    font-family: 'LatoBold';
    font-size: 26px;
    color: white;
    text-align: center;
    text-transform: uppercase;
}

.tabla-msj-body, .tabla-msj-body-centrado{
    background-color: rgb(234, 236, 231);
    border-bottom: 1px rgb(218, 221, 212) solid;
    vertical-align: middle;
    font-size: 18px;
    color: black;
}

.tabla-msj-body-centrado{
    text-align: center;
}

.cerrar-msj{
    position: fixed;
    right: 15px;
    top: 15px;
}

.cerrar-msj:hover{
    cursor: pointer;
}

.img-cerrar-msj{
    width: 50px;
}

@media only screen and (min-width: 480px) and (max-width: 768px){

    .form-encabezado{
        width: 98%;
        font-size: 32px;
    }

    .form-sub-encabezado{
        width: 98%;
        font-size: 26px;
    }

    .form-elementos, .form-footer{
        width: 100%;
    }

    .form-footer-btnCentral{
        width: 98%;
    }

    .form-col-encabezado{
        width: 26%;
        padding: 15px 2%;
    }

    .form-col-contenido{
        width: 66%;
        padding: 15px 2%;
    }

    .tabla-msj{
        width: 80%;
        margin: 50px 10% 0 10%;
    }
    
    .tabla-msj-encCorrecto, .tabla-msj-encAlerta, .tabla-msj-encError{
        font-size: 24px;
    }
    
    .tabla-msj-body, .tabla-msj-body-centrado{
        font-size: 16px;
    }
    
    .cerrar-msj{
        right: 10px;
        top: 10px;
    }
 
    .img-cerrar-msj{
        width: 30px;
    }
}

@media only screen and (max-width: 479px){

    .form-encabezado{
        background-color: rgb(33, 146, 82);
        width: 98%;
        font-size: 30px;
    }

    .form-sub-encabezado{
        background-color: rgb(33, 146, 82);
        width: 98%;
        font-size: 24px;
    }

    .form-elementos, .form-footer{
        width: 100%;
    }

    .form-footer-btnCentral{
        width: 98%;
    }

    .form-fila{
        width: 100%;
        display: table-row-group;
    }

    .form-col-encabezado{
        width: 100%;
        margin: 0;
        padding: 0;
        border: 0;
        text-align: center;
        display: table-row;
    }

    .form-col-contenido{
        width: 100%;
        margin: 0;
        padding: 0;
        border: 0;
        text-align: center;
        display: table-row;
    }

    .phone{
        width: 94%;
        padding: 15px 2%;
        border: 0;
        text-align: center;
        display: table-cell;
    }



    .form-footer-row{
        display: table-row-group;
    }

    .form-footer-btnIzq, .form-footer-btnDer{
        width: 100%;
        display: table-row;
    }

    .form-footer-btnPhone{
        width: 98%;
        padding: 15px 1%;
        display: table-cell;
    }
    
    .tabla-msj{
        width: 90%;
        margin: 50px 5% 0 5%;
    }
    
    .tabla-msj-encCorrecto, .tabla-msj-encAlerta, .tabla-msj-encError{
        font-size: 20px;
    }
    
    .tabla-msj-body, .tabla-msj-body-centrado{
        font-size: 14px;
    }
    
    .cerrar-msj{
        right: 8px;
        top: 8px;
    }
    
    .img-cerrar-msj{
        width: 25px;
    }
}

/*
********************************************************************************
********************************************************************************
                            FIN: FORMULARIO
********************************************************************************
********************************************************************************
*/