﻿@charset "utf-8";
/* CSS Document */
/*reset*/
* {
    border: 0;
    margin: 0;
    padding: 0;
    list-style: none;
    webkit-box-sizing: inherit;
    box-sizing: inherit;
}

.img-responsive {
    display: block;
    max-width: 90%;
    height: auto;
}


html, body {
    height: 100%;
    overflow-x: hidden;
}

body {
    background: white;
    color: #707070;
    font-family: Arial, sans-serif;
    font-size: 12px;
}

ul {
    padding: 0;
    margin: 0;
}

li {
    list-style: none;
}

input, select {
    border: none;
    outline: none;
}

h2 {
    *padding: 10px 0 0;
}

/* Placeholder */
::-webkit-input-placeholder {
    color: #b7b6b6;
    font-style: italic;
}

:-moz-placeholder { /* Firefox 18- */
    color: #b7b6b6;
    font-style: italic;
}

::-moz-placeholder { /* Firefox 19+ */
    color: #b7b6b6;
    font-style: italic;
}

:-ms-input-placeholder {
    color: #b7b6b6;
    font-style: italic;
}

#sitio-seguro:after {
    width: 100%;
    height: 197px;
    display: block;
    clear: both;
}

#sitio-seguro .top {
    height: 66px;
    margin-bottom: 5px;
}

    #sitio-seguro .top h1 {
        background: url(../img/logo.png) no-repeat;
        width: 166px;
        height: 44px;
        float: left;
        text-indent: -9999px;
        margin-top: 10px;
    }

    #sitio-seguro .top .volver {
        float: right;
        background: url(../img/btn-home.png) no-repeat;
        width: 87px;
        height: 26px;
        color: #fff;
        text-decoration: none;
        line-height: 28px;
        padding-left: 12px;
        font-size: 14px;
        margin: 28px 5px 0 0;
    }

        #sitio-seguro .top .volver span {
            background: url(../img/ico-home.png) no-repeat;
            width: 21px;
            height: 19px;
            display: block;
            float: right;
            margin: 3px 19px 0 0;
        }

/*Contenido*/
#sitio-seguro .main {
    background: #fff;
    border-top: 1px solid #d1cfcf;
    padding: 14px;
    display: inline-block;
    width: 950px;
}

    #sitio-seguro .main h2 {
        font-weight: normal;
    }

.main-interior h2 {
    color: #707070;
    font-size: 17px;
    font-weight: normal !important;
    padding: 10px 0 28px !important;
}

#sitio-seguro h3 {
    color: #707070;
    font-size: 12px;
    font-weight: bold;
    padding-bottom: 10px;
}

#login .main-interior {
    width: 568px;
    height: 284px;
    padding: 15px 7px 0px 38px;
    float: left;
    background-color: #edebeb;
    min-width: 332px;
    max-width: 610px;
    border-radius: 6px;
}

#login .sidebar {
    width: 230px;
    float: right;
}

#login .main-interior .titulo {
    font-size: 17px;
    margin-bottom: 20px;
    padding: 10px 0 28px !important;
}

#login .main-interior .iniciar {
    float: left;
    width: 240px;
    border-right: 1px solid #d9d9d9;
}

#login .main-interior .input {
    width: 193px;
    height: 24px;
    border: 1px solid #d0d0d0;
    outline: none;
    padding: 0 10px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    color: #555;
}

    #login .main-interior .input:focus {
        border-color: #66afe9;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
    }

#login .main-interior .clave {
    float: left;
    width: 232px;
    margin-left: 28px;
}

#login .main-interior table td {
    padding-bottom: 14px;
    vertical-align: middle;
}

#login .main-interior .recuperar {
    display: block;
    float: left;
    font-size: 12px;
    color: #0073ba;
    background: url(../images/bullet.png) no-repeat 0px 10px;
    padding: 5px 10px;
}

    #login .main-interior .recuperar:hover {
        color: #0E4E84 !important;
        text-decoration: none;
    }

#login .main-interior .ingresar {
    display: block;
    float: left;
    width: 110px;
    height: 30px;
    color: #FFFFFF;
    text-decoration: none;
    background-color: #ed1c24;
    text-align: center;
    line-height: 30px;
    margin-bottom: 15px;
    border-radius: 5px;
}

    #login .main-interior .ingresar:hover {
        background-color: #ce0203;
    }


#login .main-interior .lugar {
    clear: both;
    width: 260px;
    height: 60px;
    border: 1px solid #d9d9d9;
    background-color: #e6e4e4;
    text-align: center;
    font-size: 13px;
    padding-top: 10px;
}

#login .main-interior .select {
    display: block;
    width: 200px;
    height: 30px;
    margin: 5px auto;
    outline: none;
    border: 1px solid #d0d0d0;
    color: #999999;
    font-size: 12px;
}

#login .main-interior .clave li {
    background: url(../img/mas.png) 0 2px no-repeat;
    margin-bottom: 12px;
    padding-left: 15px;
    list-style: none;
}

    #login .main-interior .clave li span {
        font-weight: bold;
        color: #808286;
    }


#sitio-seguro .form {
    float: left;
    width: 240px;
    padding-right: 32px;
    border-right: 1px solid #d7d6d6;
}

#sitio-seguro .cuenta {
    border-bottom: 1px solid #d7d6d6;
    height: 122px;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

#sitio-seguro .tit-campo {
    line-height: 26px;
    margin-right: 5px;
    float: left;
}

#sitio-seguro .campos {
    display: inline-block;
    width: 242px;
}

    #sitio-seguro .campos.last {
        margin-bottom: 15px;
        margin-bottom: 18px;
    }

#sitio-seguro .campo {
    margin-bottom: 12px;
    color: #b7b6b6;
    line-height: 24px;
    padding: 0 10px;
    width: 180px;
    height: 26px;
    border: 1px solid #b2b2b2;
    float: right;
}

#sitio-seguro .olvido {
    color: #707070;
    line-height: 30px;
    float: left;
    font-size: 12px;
    text-decoration: none;
}

    #sitio-seguro .olvido :hover {
        text-decoration: underline;
    }

#sitio-seguro .sesion {
    width: 203px;
    margin-left: 35px;
    float: left;
}

    #sitio-seguro .sesion .sel {
        width: 203px;
        height: 20px;
        line-height: 26px;
        color: #666;
        font-family: Verdana;
        font-size: 11px;
        padding: 2px 5px;
        border: 1px solid #b2b2b2;
    }

#sitio-seguro .left .clave {
    float: right;
    width: 232px;
    margin-left: 28px;
}

    #sitio-seguro .left .clave li {
        background: url(../img/mas.png) 0 2px no-repeat;
        margin-bottom: 12px;
        padding-left: 15px;
        list-style: none;
    }

#sitio-seguro .right {
    border-radius: 8px;
    border: 1px solid #b6b6b6;
    width: 320px;
    height: 297px;
    float: right;
    margin-left: 14px;
}

    #sitio-seguro .right h2 {
        color: #ed1c24;
        text-align: center;
        font-size: 17px;
        line-height: 24px;
        padding: 10px 0;
    }

    #sitio-seguro .right img {
        margin-left: 1px;
    }

    #sitio-seguro .right .lista {
        margin: 15px;
    }

    #sitio-seguro .right li {
        background: url(../img/bullet.png) 0 -1px no-repeat;
        padding-left: 20px;
        line-height: 12px;
        margin-bottom: 3px;
        padding-bottom: 4px;
    }


/* Botones */
#sitio-seguro .bt-ingresar, #sitio-seguro .bt-solicitar {
    display: block;
    color: #fff;
    text-align: center;
    line-height: 26px;
    text-decoration: none;
    font-size: 14px;
}

#sitio-seguro .bt-solicitar {
    background: url(../img/btn-clave.png);
    width: 104px;
    height: 26px;
    margin: 0 auto;
}

#sitio-seguro .bt-ingresar {
    background: url(../img/btn-form.png);
    width: 92px;
    height: 26px;
    float: right;
}



#sitio-seguro .bottom {
    background: #ed1c24;
    width: 976px;
    height: 52px;
    position: relative;
    clear: both;
    border-radius: 5px;
    float: left;
    margin-top: 10px;
    margin-left: -14px;
}

    #sitio-seguro .bottom .iban {
        position: absolute;
        top: -75px;
        left: 7px;
        background: url(../img/iban.png);
        width: 60px;
        height: 117px;
    }

    #sitio-seguro .bottom span {
        display: inline-block;
    }

    #sitio-seguro .bottom .ayuda {
        float: left;
        border-radius: 5px;
        background: #ed1c24;
        padding-left: 32px;
        font-size: 18px;
        line-height: 35px;
        color: #fff;
        margin: 10px 65px;
        background: url(../img/ico-telefono.png) no-repeat;
    }

    #sitio-seguro .bottom .pag {
        background: url(../img/ico-candado.png) 0 7px no-repeat;
        font-size: 12px;
        color: #fff;
        line-height: 35px;
        padding-left: 20px;
        float: right;
        margin: 10px 35px;
    }


/************************ SLIDER *********************************/
.barousel {
    margin: auto;
    width: 100%;
    height: 259px;
}

.barousel_image {
    position: relative;
    width: 1280px;
    margin: 0 auto;
}

    /* controles */
    .barousel_image .control {
        right: 165px;
    }

    .barousel_image .control {
        position: absolute;
        bottom: 10px;
        right: 150px;
        z-index: 10;
    }

        .barousel_image .control a {
            float: left;
            background: url(../img/controls.png) right 0 no-repeat;
            width: 16px;
            height: 16px;
            margin-right: 10px;
        }

            .barousel_image .control a.active {
                background-position: left top;
            }

/* Login */
#login {
    width: 969.53px;
    margin: 0 auto;
    position: relative;
}

    #login h2 {
        font-size: 17px;
        color: #6d6e71;
        font-weight: normal;
        padding: 15px 0;
    }

    #login .btn-ingresa {
        background: url(../img/btn-login.png);
        width: 205px;
        height: 45px;
        display: block;
        color: #fff;
        font-size: 15px;
        text-align: center;
        line-height: 45px;
        text-decoration: none;
        margin-bottom: 15px;
    }

.olvido {
    color: #6d6e71;
    font-size: 11px;
    line-height: 14px;
    margin-bottom: 5px;
    display: block;
}

/************************ MENU SUPERIOR *********************************/

#top-menu {
    width: 100%;
    height: 25px;
    background: url(../img/fnd-top.png) repeat-x;
}

    #top-menu .content {
        width: 960px;
        margin: 0 auto;
    }

    #top-menu .menu {
        float: right;
    }

        #top-menu .menu li:first-child {
            border-left: 1px solid #b6b6b6;
        }

        #top-menu .menu li {
            float: left;
            border-right: 1px solid #b6b6b6;
            height: 25px;
        }

        #top-menu .menu a {
            color: #fff;
            text-decoration: none;
            padding: 10px 20px;
            line-height: 25px;
            text-align: center;
            font-size: 11px;
        }

            #top-menu .menu a:hover, a.activo {
                background: #e5453e;
            }

/************************ MENU INFERIOR *********************************/
#menu-bottom {
    background: url(../img/fnd-menu.png) no-repeat;
    width: 970px;
    height: 30px;
    margin: 0 auto 18px;
}

    #menu-bottom li.accesos {
        background: url(../img/accesos-directos.png) no-repeat;
        width: 195px;
        height: 30px;
    }

        #menu-bottom li.accesos a {
            padding: 0px;
        }

    #menu-bottom li {
        float: left;
        background: url(../img/separador.png) left top no-repeat;
    }

        #menu-bottom li.last a {
            /*padding-right: 45px;*/
            width: 85px;
            *width: 98px;
        }

    #menu-bottom a {
        line-height: 30px;
        color: #fff;
        text-transform: uppercase;
        text-decoration: none;
        display: block;
        padding: 0 47px;
        letter-spacing: 0.5px;
        font-size: 13px;
    }

        #menu-bottom a:hover {
            background: #e53931;
        }


#alerta {
    background: url(../img/fnd-alerta.png) no-repeat;
    width: 940px;
    padding: 12px 15px;
    position: relative;
    margin: 0 auto;
}

    #alerta h2 {
        color: #ed1c24;
        font-size: 16px;
        margin: 0;
        line-height: 18px;
    }

    #alerta .close {
        background: url(../img/close.png) no-repeat;
        display: block;
        position: absolute;
        top: 12px;
        right: 12px;
        width: 14px;
        height: 12px;
    }

    #alerta p {
        margin: 0;
        line-height: 16px;
        padding: 5px 0;
    }
/*FOOTER*/
#footer {
    padding: 0 0 0 0;
    height: 175px;
    background: url(../images/footer-bg.jpg) 0 0 repeat-x #e9e6e6;
}

    #footer .center {
        background: url(../images/footer-punta.jpg) 0 0 no-repeat;
        width: 1031px;
        padding-top: 28px;
        margin: 0 auto;
    }


        #footer .center .h1 {
            float: left;
            /*background:url(../images/logo-foo.jpg) 0 0 no-repeat;*/
            width: 177px;
            height: 51px;
        }

        #footer .center .blq-foo {
            float: left;
            width: 180px;
        }

        #footer .center .categorias {
            float: left;
        }

            #footer .center .categorias ul {
                float: left;
                margin-left: 34px;
                margin-bottom: 12px;
            }

                #footer .center .categorias ul li {
                    display: block;
                    /*margin-bottom:6px;*/
                    list-style: none !important;
                    background: none;
                }

                    #footer .center .categorias ul li a {
                        color: #949494;
                    }

                        #footer .center .categorias ul li a:hover {
                            color: #585858;
                        }

                    #footer .center .categorias ul li span {
                        color: #333;
                        display: block;
                        line-height: 16px;
                        margin: 0 0 6px;
                        font-weight: bold;
                    }

        #footer .center .direccion {
            text-align: center;
            height: 16px;
        }

.validaciones {
    color: red;
    font-size: 11px !important;
    margin-top: -7px;
    padding-bottom: 7px;
    text-align: center;
}

    .validaciones span {
        display: block;
    }

    .validaciones ul li {
        list-style-type: none;
    }

/*Sitio optimizado*/
.optimiza {
    margin: 0 auto;
    width: 430px; /*padding-top:34px;*/
}

    .optimiza span {
        float: left;
        font-size: 12px;
    }

    .optimiza ul {
        float: right;
        width: 301px;
    }

        .optimiza ul li {
            float: left;
            margin-right: 12px;
            font-size: 11px;
            list-style: none;
        }

            .optimiza ul li.ch {
                background: url(../images/navegadores.png) 0 0 no-repeat;
                width: auto;
                height: 14px;
                padding-left: 16px;
            }

            .optimiza ul li.fi {
                background: url(../images/navegadores.png) 0 -16px no-repeat;
                width: auto;
                height: 14px;
                padding-left: 16px;
            }

            .optimiza ul li.op {
                background: url(../images/navegadores.png) 0 -32px no-repeat;
                width: auto;
                height: 14px;
                padding-left: 16px;
            }

            .optimiza ul li.ie {
                background: url(../images/navegadores.png) 0 -48px no-repeat;
                width: auto;
                height: 14px;
                padding-left: 16px;
            }

.clear {
    clear: both;
}

#sitio-seguro left h2 {
    font-size: 17px !important;
    font-weight: normal !important;
    padding: 10px 0 28px !important;
}


.texto {
    margin-right: 0px !important;
}

.numero {
    background: none !important;
    padding-left: 0px !important;
    margin-left: 0px !important;
}

/*TABLET*/
@media screen and (max-width: 1055px) {


    #sitio-seguro .main {
        width: auto;
    }

    body {
        overflow-y: visible;
    }

    #footer {
        display: none;
    }

    .cuenta {
        width: 250px;
        margin: 0 auto;
    }

    #login .main-interior .iniciar {
        width: inherit;
        float: initial;
    }

    #sitio-seguro .bottom .iban {
        display: none;
    }

    #login .main-interior {
        height: 100%;
    }

    #login {
        width: auto;
        margin-top: 2.4%;
    }

        #login .main-interior {
            max-width: none;
            padding: 30px 30px 0px 38px;
            margin-left: 0;
        }

            #login .main-interior .iniciar {
                margin-left: 30px;
                border-right: none;
            }

                #login .main-interior .iniciar div h2 {
                    text-align: center;
                }

        #login .migas, #login .migas a {
            width: 100%;
        }

    #pnlLogin .clave {
        margin-top: 15px;
        text-align: center;
    }

    #pnlLogin .main-interior .clave {
        width: 85%;
        padding-bottom: 15px;
    }

    #sitio-seguro .right {
        width: 100%;
        max-width: none;
        margin-left: 0px;
        margin-top: 15px;
    }

    #sitio-seguro .bottom {
        width: 100%;
        margin-left: 0;
    }

        #sitio-seguro .bottom .pag {
            float: left;
            line-height: 35px;
        }

    #pnlLogin .clave {
        border-top: 1px solid #d9d9d9;
    }

    #login .main-interior {
        height: 100%;
        width: auto;
    }

    #sitio-seguro .sesion {
        text-align: center;
        margin-left: 0px;
        width: 100%;
    }

    .centrar {
        text-align: center;
    }

    .reco1 {
        display: block;
    }

    .reco2 {
        display: inline-block;
        text-align: justify;
    }

    .caja {
        width: auto;
        margin: 0 auto;
    }

    .clave .lista {
        margin: 0 auto;
        width: 90%;
        text-align: justify;
        padding-bottom: 15px;
    }
}

@media screen and (max-width: 945px) {
    .texto {
        margin-left: 30px !important;
    }
}

@media screen and (max-width: 550px) {
    .numero {
        margin-left: 30px !important;
        margin-top: 0px !important;
        margin-bottom: -15px !important;
    }

    .texto {
        margin-bottom: 0px !important;
    }
}

@media screen and (max-width: 860px) {
    #sitio-seguro .bottom {
        height: 110px !important;
    }
}

/*Móbile*/


@media screen and (max-width: 727px) {



    #pnlLogin .bottom .pag {
        width: auto;
    }

    #login {
        margin-left: 0px;
    }

        #login .main-interior {
            padding: 29px 0px 0 20px;
            min-width: 284px;
            margin-left: auto;
        }

            #login .main-interior .iniciar {
                margin-left: 0px;
                width: 260px;
            }

        #login .migas, #login .migas a {
            width: auto;
        }

    #pnlLogin .clave {
        margin-left: 0px !important;
        min-width: 260px;
        width: 93%;
    }

    #sitio-seguro .right {
        float: left;
        margin-left: auto;
    }

    #login .header {
        min-width: 304px;
    }

    .main-interior .form-group {
        margin: 0 auto !important;
    }
}

@media screen and (max-width: 380px) {

    .main {
        margin-left: -5px;
        padding: 0 !important;
    }

    .divBtm {
        display: block;
    }

    .linea {
        display: none;
    }
}
