@import url("//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css");

/*#logo {
    width: 225px;
    height: 89px;
}*/

#imgSieg {
    height: 100%!important;
}

#banner, #bannerLine {
    width: 100%;
}

.login-block {   

    float: left;
    width: 100%;
    padding: 50px 0;
}

/*.banner-sec {
    
    background-size: cover;
    min-height: 500px;
    border-radius: 0 10px 10px 0;
    padding: 0;
}*/

/*.container {
    background: #fff;
    border-radius: 10px;
    box-shadow: 15px 20px 0px rgba(0,0,0,0.1);
}*/

.carousel-inner {
    border-radius: 0 10px 10px 0;
}

.carousel-caption {
    text-align: left;
    left: 5%;
}

.login-sec {
    /*padding: 50px 30px;*/
    position: relative;
}

    .login-sec .copy-text {
        position: absolute;
        width: 80%;
        bottom: 20px;
        font-size: 13px;
        text-align: center;
    }

        .login-sec .copy-text i {
            color: #FEB58A;
        }

        .login-sec .copy-text a {
            color: #E36262;
        }

    /*.login-sec h2 {
        margin-bottom: 30px;
        font-weight: 800;
        font-size: 30px;
        color: #DE6262;
    }*/

        .login-sec h2:after {
            content: " ";
            width: 100px;
            height: 5px;
            background: #FEB58A;
            display: block;
            margin-top: 20px;
            border-radius: 3px;
            margin-left: auto;
            margin-right: auto
        }

.btn-login {
    background: #96C11F;
    color: #fff;
    font-weight: 600;
    cursor:pointer;
}

.banner-text {
    width: 70%;
    position: absolute;
    bottom: 40px;
    padding-left: 20px;
}

    .banner-text h2 {
        color: #fff;
        font-weight: 600;
    }

        .banner-text h2:after {
            content: " ";
            width: 100px;
            height: 5px;
            background: #FFF;
            display: block;
            margin-top: 20px;
            border-radius: 3px;
        }

    .banner-text p {
        color: #fff;
    }


    /**-------------------------------------------------------------------------------------------------------------------
        -------------------------------------------------------------------------------------------------------------------
    */



html {
    background-color: #ffffff;
    margin: 1px;
    padding: 1px;
}


/*footer {
    font-family: 'Intro book',Verdana,Arial;
    font-size: 12px;
    font-weight: normal;
    text-align: center;
}

    footer img {
        margin-top: 10px;
    }*/

#pie {
    width: 100%;
}

    #pie div {
        height: 10px;
    }

#lineaPie {
    width: 100%;
    background-color: #00a7e2;
}

#ejes {
    margin-bottom: 10px;
    clear: both;
    overflow: auto;
}

    #ejes div {
        float: left;
        width: 33.33%;
    }

#eje1 {
    background-color: #ee6e10;
}

#eje2 {
    background-color: #9bc01c;
}

#eje3 {
    background-color: #e32781;
}



header, footer, hgroup,
nav, section {
    display: block;
}

mark {
    background-color: #a6dbed;
    padding-left: 5px;
    padding-right: 5px;
}




.clear-fix:after {
    content: ".";
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
}


h4, h6 {
    color: #e2e2e2;
    margin-bottom: 0;
    padding-bottom: 0;
}

h5, h2, h3 {
    color: #999;
}

h1 {
    font-size: 1.5em;
    color: #e6358a!important;
}

h2 {
    font-size: 1.75em;
}

h3 {
    font-size: 1.2em;
}

h4 {
    font-size: 1.1em;
}

h5, h6 {
    font-size: 1em;
}

    h5 a:link, h5 a:visited, h5 a:active {
        padding: 0;
        text-decoration: none;
    }


/* main layout
----------------------------------------------------------*/
.content-wrapper {
    margin: 0 auto;
    max-width: 960px;
}

#body {
    background-color: #ffffff;
    clear: both;
    padding-bottom: 0px;
    border: 0px solid #ACCFE8;
    /*border-width: 1px 1px 1px 1px;*/
}


header .content-wrapper {
    padding-top: 20px;
}

/*footer {
    clear: both;
    height: 150px;
}*/

#twitter a:hover {
}






/* login
----------------------------------------------------------*/
#login {
    display: block;
    font-size: .85em;
    margin: 0 0 10px;
    text-align: right;
}

    #login a {
        background-color: #d3dce0;
        margin-left: 10px;
        margin-right: 3px;
        padding: 2px 3px;
        text-decoration: none;
    }

        #login a.username {
            background: none;
            margin: 0;
            padding: 0;
            text-decoration: underline;
        }

    #login ul {
        margin: 0;
    }

    #login li {
        display: inline;
        list-style: none;
    }


/* menu
----------------------------------------------------------*/








/* login page */
#loginForm {
    border-right: solid 2px #c8c8c8;
    float: left;
    width: 55%;
}

    #loginForm .validation-error {
        display: block;
        margin-left: 15px;
    }

    #loginForm .validation-summary-errors ul {
        margin: 0;
        padding: 0;
    }

    #loginForm .validation-summary-errors li {
        display: inline;
        list-style: none;
        margin: 0;
    }

    #loginForm input {
        width: 90%;
        border-radius: 4px;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        -o-border-radius: 4px;
    }

input {
    background: #fff;
    font-family: Verdana, Arial,Helvetica;
    color: #333;
    font-size: 9pt;
    margin: 5px 0 6px 0;
    padding: 5px;
    width: 80%!important;
    border: 1px solid #00a6e3;
    border-radius: 5px;
    outline: none;
    line-height: 1.2;
    border-style: solid;
    border-color: #d8d8d8 #d8d8d8 #d8d8d8 #d8d8d8;
    border-width: 1px 1px 1px 1px;
}

        #loginForm input[type="checkbox"],
        #loginForm input[type="submit"],
        #loginForm input[type="button"],
        #loginForm button {
            width: auto;
        }








/* tables
----------------------------------------------------------*/
.tabla-pie {
    border-collapse: collapse;
    border-spacing: 0px 0px 0px 0px;
    margin-top: 0.0em;
    border: 0px 0px 0px 0px none;
    width: 100%;
}

th {
    font-size: 1.2em;
    text-align: left;
    border: none 0px;
    padding-left: 0;
}


    th.asc a:after, th.desc a:after {
        display: block;
        position: absolute;
        right: 0em;
        top: 0;
        font-size: 0.75em;
    }

    th.asc a:after {
        content: '▲';
    }

    th.desc a:after {
        content: '▼';
    }


tr.pager td {
    padding: 0 0.25em 0 0;
}


/********************
*   Mobile Styles   *
********************/
@media only screen and (max-width: 850px) {

    /* header
    ----------------------------------------------------------*/
    header .float-left,
    header .float-right {
        float: none;
    }

    /* logo */
    header .site-title {
        margin: 10px;
        text-align: center;
    }

    /* login */
    #login {
        font-size: .85em;
        margin: 0 0 12px;
        text-align: center;
    }

        #login ul {
            margin: 5px 0;
            padding: 0;
        }

        #login li {
            display: inline;
            list-style: none;
            margin: 0;
            padding: 0;
        }

        #login a {
            background: none;
            color: #999;
            font-weight: 600;
            margin: 2px;
            padding: 0;
        }

            #login a:hover {
                color: #333;
            }



    /* main layout
    ----------------------------------------------------------*/
    .main-content,
    .featured + .main-content {
        background-position: 10px 0;
    }

    .content-wrapper {
        padding-right: 10px;
        padding-left: 10px;
    }

    .featured .content-wrapper {
        padding: 10px;
    }

    /* page content */
    article, aside {
        float: none;
        width: 100%;
    }

    /* ordered list */
    ol.round {
        list-style-type: none;
        padding-left: 0;
    }

        ol.round li {
            padding-left: 10px;
            margin: 25px 0;
        }

            ol.round li.zero,
            ol.round li.one,
            ol.round li.two,
            ol.round li.three,
            ol.round li.four,
            ol.round li.five,
            ol.round li.six,
            ol.round li.seven,
            ol.round li.eight,
            ol.round li.nine {
                background: none;
            }

    /* features */
    section.feature {
        float: none;
        padding: 10px;
        width: auto;
    }

        section.feature img {
            color: #999;
            content: attr(alt);
            font-size: 1.5em;
            font-weight: 600;
        }

    /* forms */
    input {
        width: 90%;
    }

    /* login page */
    #loginForm {
        border-right: none;
        float: none;
        width: auto;
    }

        #loginForm .validation-error {
            display: block;
            margin-left: 15px;
        }

    #socialLoginForm {
        margin-left: 0;
        float: none;
        width: auto;
    }


    /* footer
    ----------------------------------------------------------*/
    footer .float-left,
    footer .float-right {
        float: none;
    }

    footer {
        text-align: center;
        height: auto;
        padding: 10px 0;
    }

        footer p {
            margin: 0;
        }
}



/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error {
    color: #F27321;
    display: block;
    margin-top: 8px;
    text-align: left;
    Font-family: Helvetica,Verdana,Arial;
    font-size: 12px;
}

.validation-adv {
    color: #f4f6f8;
    display: block;
    margin-top: 8px;
    text-align: left;
    Font-family: Helvetica,Verdana,Arial;
    font-size: 12px;
}

.requerido {
    color: #F27321;
    font-weight: bold;
    Font-family: Helvetica,Verdana,Arial;
    font-size: 14pt;
}

.field-validation-comfirmation {
    color: black;
    display: block;
    margin-top: 8px;
    text-align: left;
    color: #0A3E57;
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    Font-family: Helvetica,Verdana,Arial;
    background-color: #ffebff;
    border: 1px solid #e6358a
}

.validation-summary-errors {
    Font-family: Helvetica,Verdana,Arial;
    font-weight: normal;
    color: #e6358a;
}

.validation-summary-valid {
    display: none;
}


/* jQuery mobile styles
-----------------------------------------------------------*/

/* Make listview buttons fill the whole horizontal width of the screen */
.ui-li .ui-btn-inner a.ui-link-inherit, .ui-li-static.ui-li {
    padding-right: 15px;
}

.ui-bar-a, .ui-body-a, .ui-btn-up-a, .ui-btn-hover-a, .ui-btn-down-a,
.ui-bar-b, .ui-body-b, .ui-btn-up-b, .ui-btn-hover-b, .ui-btn-down-b,
.ui-bar-c, .ui-body-c, .ui-btn-up-c, .ui-btn-hover-c, .ui-btn-down-c,
.ui-bar-d, .ui-body-d, .ui-btn-up-d, .ui-btn-hover-d, .ui-btn-down-d,
.ui-bar-e, .ui-body-e, .ui-btn-up-e, .ui-btn-hover-e, .ui-btn-down-e,
.ui-btn-active {
    text-shadow: none;
}

/* ESTILOS AGREGADOS PARA DISEÑAR PAGINA LAYOUT*/
.page {
    width: 100%;
    background-color: #fff;
    margin: 0px auto 0px auto;
    margin: 0%;
    padding: 0%;
}

.header {
    position: relative;
    margin: 0px;
    padding: 0px;
    background: #fff;
    width: 100%;
}

    .header h1 {
        font-weight: 700;
        margin: 0px;
        padding: 20px 0px 20px 40px;
        color: #696969;
        border: none;
        line-height: 2em;
        font-size: 2em;
    }

.main {
    padding: 0px 0px;
    margin: 0;
    min-height: 100%;
    border: 1px solid #ACCFE8;
    border-width: 1px 1px 1px 1px;
}





.pie-pagina {
    text-align: center;
    color: #000000;
    Font-family: Intro book,Verdana,Arial;
    font-size: 9pt;
    font-weight: normal;
    /*
    -Intro Bold a 12 pt.
-Color en valor Hexadecimal: #8d8d8d     
    */
}


label {
    color: #0A3E57;
    font-family: Verdana, Arial,Helvetica;
    font-size: 10pt;

}



/*
/* CSS Document */
#menu-phone {
    display: none;
    position: fixed;
    bottom: 0;
    z-index: 9999;
    background-color: #000000;
    color: #CCCCCC;
    width: 100%;
}

    #menu-phone ul {
        list-style: none;
        text-align: center;
        margin: 0;
        padding: 0;
    }

        #menu-phone ul li {
            border-bottom: 1px #FFFFFF solid;
            padding: 15px;
        }

            #menu-phone ul li:hover {
                background-color: #C60;
            }

            #menu-phone ul li:last-child {
                border-bottom: none;
            }

            #menu-phone ul li a {
                color: #FFFFFF;
                font-size: 20px;
                text-decoration: none;
                display: block;
            }






table.tablaLogin {
    width: 100%;
    height: 70%;
    margin: 0 auto; /* centrado */
    Font-family: Helvetica,Verdana,Arial;
    font-size: 10pt;
    font: #6a6a6a;
    font-weight: normal;
    /*opacity:0;
   filter:alpha(opacity=80);*/
    /* sombra interior */
    /* Ver http://css-tricks.com/snippets/css/css-box-shadow/ */
    /*box-shadow: 0.0px 4.5px 0.0px 0.0px #e6358a inset;*/
    /*background: linear-gradient(to top, #f2f2f2 105%, rgba(252, 252, 252, 252) 113%) repeat scroll 0 0 rgba(252, 252, 252, 252);*/
    
    /*cambios de estilos 06/04/2022*/
    /*background-color: #F7F7F7;
    border-style: solid;
    border-color: #e6358a #d8d8d8 #d8d8d8 #d8d8d8;
    border-width: 3px 1px 1px 1px;*/
    
    /* esquinas redondeadas */
    /* Ver http://border-radius.com/ */
    border-radius: 3px;
}

    table.tablaLogin > tbody > tr:first-child > td:first-child { /* celda superior izquierda */
        /*border-top-left-radius: 10px;*/
    }

    table.tablaLogin > tbody > tr > td:first-child { /* celdas de la primera columna  */
        /*border-left: 1px solid #999999;*/
    }

    table.tablaLogin > tbody > tr:last-child > td:first-child { /* celda inferior izquierda */
        /*border-bottom-left-radius: 7px;*/
    }

    table.tablaLogin > tbody > tr:last-child > td:last-child { /* celda inferior derecha */
        /*border-bottom-right-radius: 7px;*/
    }

    table.tablaLogin > tbody > tr:nth-child(even) { /* celdas de los renglones pares */
        background: #e7e7e7;
    }

.etiquetaMagenta {
    color: #e6358a;
    font-weight: bold;
}


.td-form {
    vertical-align: middle;
    height: 25px;
}

.table-form {
    vertical-align: middle;
    height: 25px;
}


@media screen and (max-width:480px) {
    .sieg_pant {
        text-align: center;
        top: 2% !important;
        left: 0% !important;
        width: 99% !important;
        height: 100%;
        overflow: visible;
        vertical-align: middle;
        position: fixed;
    }
    #imgSieg {
        display: none;
    }
    #divSIEGLogo {
        display: none;

    }
    #divLoginSIEG {
        width:100%!important;
    }
    #escribenos {
        display:none;
    }

    #paginaCorreo {
        display: none;
    }

    #logo {
        height:55px!important;
        width:138px;
    }
    .container {
        margin-right: auto;
        margin-left: auto;
        padding-right: 0px !important;
        padding-left: 0px !important;
        width: 100%;
    }
    #seccionDescripcion {
    display:none;
    }

    #tdMenu {
        width:100%!important;
    }
}
/*#ImgGTO {
    width: 100%;
    height: 100%;
}

#imgSieg {
    width: 100%;
    height: 100%;
}*/

@media screen and (max-width:970px) {
    #imgSieg {
        width: 50%!important;
        height: 50%!important;
    }
    
}

@media screen and (max-width:920px) {
    #directorio {
        display: none;
    }
}

    @media screen and (max-width: 832px) {
        #divContenedorTabla {
            width: 100% !important;
        }

        #ImgGTO {
            width: 190px;
            height: 100px;
        }

        /*#imgSieg {
        width: 120px;
        height: 120px;
    }*/
        .tituloLogin {
            font-size: 10pt !important;
        }

        .tituloLoginResaltado {
            font-size: 15pt !important;
        }

        #contenedor {
            width: 100%;
        }

        .sieg_pant {
            text-align: center;
            top: 2% !important;
            left: 0% !important;
            width: 99% !important;
            height: 100%;
            overflow: visible;
            vertical-align: middle;
            position: fixed;
        }

        .ui-widget-content {
            text-align: center;
            top: 2% !important;
            left: 0% !important;
            width: 95% !important;
            height: 100%;
            overflow: visible;
            vertical-align: middle;
            position: fixed;
        }

        input {
            background: #fff;
            font-family: Verdana, Arial,Helvetica;
            color: #333;
            font-size: 9pt;
            margin: 5px 0 6px 0;
            padding: 5px;
            width: 85% !important;
            border: 1px solid #00a6e3;
            border-radius: 5px;
            outline: none;
            line-height: 1.2;
            border-style: solid;
            border-color: #d8d8d8 #d8d8d8 #d8d8d8 #d8d8d8;
            border-width: 1px 1px 1px 1px;
        }

        #paginaCorreo2 {
            display: none;
        }

        #escribenos2 {
            display: none;
        }


        .container {
            margin-right: auto;
            margin-left: auto;
            padding-right: 0px !important;
            padding-left: 0px !important;
            width: 100%;
        }
    }




    @media screen and (min-width: 631px) {
        .tituloLoginResaltado {
            font-size: 30pt !important;
        }
    }

    @media screen and (max-width: 1150px) {
        #transparencia {
            display: none;
        }
    }

    /*@media screen and (max-width: 1094px ) {
    #imgSieg {
        width: 220px;
        height: 220px;
    }
    /*#divSIEGLogo {
        width: 50%;
    }*/
    /*#divLoginSIEG {
       width : 70%;
    }
}*/


