/* estilos cabecera pie news services */

/* fuentes */
@font-face {
    font-family: 'Roboto';
    src: url('../fonts/roboto-regular-webfont.eot');
    src: url('../fonts/roboto-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/roboto-regular-webfont.woff') format('woff'),
         url('../fonts/roboto-regular-webfont.ttf') format('truetype'),
         url('../fonts/roboto-regular-webfont.svg#roboto-regular-webfont') format('svg');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto-bold';
    src: url('../fonts/roboto-bold-webfont.eot');
    src: url('../fonts/roboto-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/roboto-bold-webfont.woff') format('woff'),
         url('../fonts/roboto-bold-webfont.ttf') format('truetype'),
         url('../fonts/roboto-bold-webfontsvg#roboto-bold-webfont') format('svg');
    font-weight: 700;
    font-style: normal;
}


.head {
    width: 100%;
    box-sizing:border-box;
    webkit-box-sizing:border-box;
    moz-box-sizing:border-box;
    ms-box-sizing:border-box;
}

.head_inner {
    max-width:940px;
    margin:0 auto;
}

.head a {
    color:#484848;
}

.head a:hover {
    text-decoration: none;
    opacity:0.8;
}

.contenedor_barra_superior {
    border-bottom: 1px solid #919191;
    font-family: "Roboto", sans-serif;
    font-size: 10px;
    line-height: 18px;
    color: #333333;
    text-transform: uppercase;
    padding: 15px 0 7px;

}


/*-------- cab unidades de negocio -----------*/

.head_unidades {
    width: 100%;
    padding: 15px 0 20px;
    border-bottom: 1px solid #919191;
    position: relative;
}

.head_unidades h1 {
    display: block;
    float: left;
    padding-left: 1%;
    width:24.78%;
    margin-right:6.7%;
}

.head_unidades h1 a {
    display: block;
    text-indent: -9999px;
    width: 120%;
    height: 102px;
    background: url(../img/log-prisa.png) no-repeat left top;
}

.head_unidades ul {
    border-left: 1px solid #919191;
    padding: 22px 0 22px;
    float: left;
    margin-top: 27px;
    width: 66.87%;
}

.head_unidades ul li {
    float: left;
    margin-left: 4.25%;
}


/*-------------- menu ---------------*/

.contenedor_barra_menu {
    background:#f3f3f3;
    width:100%;
    float: left;
}

.menu-cont {
    width: 80%;
    float: left;
    text-align: center;
}



.menu li a:hover {
    opacity: 0.8;
    text-decoration: none;
}



.btn-nav {
    display: none;
}


.menu > li.submenu:hover {
    width: 125px;
    text-align: left;
    border: 1px solid #e6e6e6;
    border-bottom: none;
    border-top: none;
    box-sizing:border-box;
    webkit-box-sizing:border-box;
    moz-box-sizing:border-box;
    ms-box-sizing:border-box;
    padding-left: 10px;
}

.menu > li:hover a {
    color:#006c9f;
}

.menu li:hover > ul {
    opacity: 1;
    visibility: visible;
    webkit-transform: translateY(0);
}


.menu > li > ul li a {
    color:#484848!important;

}

.menu-cont> ul {
display: block;
float: none;
margin: 0;
padding: 0;
text-align: center;
margin-left: 80px;
}

/*--------- Navegación primer nivel  ----------*/

.menu-cont> ul > li {
position: relative;
display: inline-block;
float: none;
margin: 0 0 0 20px;
font: 11px/14px "Roboto", arial, sans-serif;
color: #484848;
}

.menu-cont> ul > li > a {
    position: relative;
    display: block;
    padding: 9px 0 8px;                      
    text-transform: uppercase;
    text-decoration: none;
    color: #484848;
    -o-transition: all .15s ease-out;
    -ms-transition: all .15s ease-out;
    -moz-transition: all .15s ease-out;
    -webkit-transition: all .15s ease-out;
    transition: all .15s ease-out;
    }
    
    .menu-cont > ul > li > a:before {
        content: '';
        position: absolute;
        z-index: 10;
        left: 10px;
        bottom: -6px;
        width: 0;
        height: 0;
       /* border-style: solid;
        border-width: 0 6px 6px 6px;
        border-color: transparent transparent #fff transparent;*/
        -o-transition: all .15s ease-out;
        -ms-transition: all .15s ease-out;
        -moz-transition: all .15s ease-out;
        -webkit-transition: all .15s ease-out;
        transition: all .15s ease-out;
        }

        
        
.menu-cont> ul > li > a:hover,
.menu-cont> ul > li > a.active,
 {
    background: #0ff;
    }
    
    
    .menu-cont> ul > li:hover > a:before,
    .menu-cont> ul > li > a.active:before,
     {
        bottom: 0;
        }
        
    .menu-cont> ul > li > a:hover .marker,
    .menu-cont> ul > li > a.active .marker,
    {
        height: 0;
        }
        
/*-------- navegacion segundo nivel ---------*/
                
.menu-cont> ul > li > ul {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    right: 0;
    z-index: 20;
    margin: 0;
    padding: 0;                   
    -webkit-transform: translateY(6px);
    -o-transition: all .15s ease-out;
    -ms-transition: all .15s ease-out;
    -moz-transition: all .15s ease-out;
    -webkit-transition: all .15s ease-out;
    transition: all .15s ease-out;                       
    width: 125px;
    border: 1px solid #e6e6e6;
    border-bottom: 5px solid #bbbbbb;
    border-top:none;
    box-sizing: border-box;
    webkit-box-sizing: border-box;
    moz-box-sizing: border-box;
    ms-box-sizing: border-box;
    }
    
.mobile .menu-cont> ul > li > ul {
    opacity: 1;
    display: none;
    visibility: visible;
    -webkit-transform: translateY(0);
    }
    
.touch .menu-cont> ul > li > ul {
    display: none;
    visibility: visible;
    }
    
.menu-cont> ul > li:hover > ul,
.menu-cont> ul > li > ul.active {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    }
    
.desktop.touch .menu-cont> ul > li:hover > ul,
.desktop.touch .menu-cont> ul > li > ul.active {
    display: block;
    }
    


    
    .menu-cont> ul > li > ul > li {
        position: relative;
        z-index: 10;
        background: #fff;
        margin: 0 4px;
        display: block;
        text-align: left;
        }
    
        .menu-cont> ul > li > ul > li > a {
            position: relative;
            z-index: 10;
            display: block;
            padding: 8px 10px;;
            text-transform: uppercase;
            text-decoration: none;
            background: #fff;
            border-bottom: 1px solid #e6e6e6;
            -o-transition: all .15s ease-out;
            -ms-transition: all .15s ease-out;
            -moz-transition: all .15s ease-out;
            -webkit-transition: all .15s ease-out;
            transition: all .15s ease-out;
            }
            
        .menu-cont> ul > li > ul > li:first-child > a {
            border-top: 1px solid #e6e6e6;
        }
            
        .menu-cont> ul > li > ul > li > a:hover {
            color: rgba(255,255,255,.8);
            }
    





/*------------- usuario -------------*/

.usuario {
    display: inline-block;
    float: right;
}
.usuario .dentro {
    background: #F3F3F3;
    position: relative;
    padding-left: 24px;
    float:left;
}
.usuario .dentro a {
    float: left;
}
.usuario .foto {
    display: inline-block;
    width: 22px;
    height: 22px;
    position: absolute;
    top: -3px;
    left: -3px;
}
.usuario .foto img {
    width: 22px;
    height: 22px;
    border-radius: 100%;
    display: inline;
}
.usuario .nombre {
    display: inline-block;
    float: left;
}
.usuario .nombre a {
    color: #016CA2;
    text-transform: none;
    font-weight: 900;
    float: none;
    padding-left: 2px;
}
.usuario .nombre a:after {
    content: '|';
    padding: 0 0 0 7px;
    color: #C9C9C9;
}
.fuera{
    float:left;
}
.usuario .iniciar_sesion {
    font-weight: 900;
}
.usuario .registro:after {
    content: '|';
    padding: 0 3px 0 3px;
    color: #C9C9C9;
}
.usuario .iniciar_sesion:after {
    content: '|';
    padding: 0 3px 0 3px;
    color: #C9C9C9;
}
.usuario .suscripcion{
    background-color: #016CA2;
    color:#fff;
    padding:0 4px;
    border-radius:2px;
    display:inline-block;
    position:relative;
    line-height:16px;
    margin:1px 5px 1px 0;
    float:left;
}
.usuario .suscripcion:after {
    content: '|';
    padding: 0 3px 0 3px;
    color: #C9C9C9;
    position:absolute;
    top:0;
    right:-10px;
}

.usuario .dentro + .suscripcion:before {
    content: '|';
    padding: 0 3px 0 3px;
    color: #C9C9C9;
    position:absolute;
    top:0;
    left:-10px;
}

.usuario .dentro + .suscripcion{
    margin-left:10px;
}

.usuario .desconectar {
    background: #016CA2 url(../img/contenedor_barra_superior.png) -9px -97px no-repeat;
    height: 16px;
    width: 16px;
    margin-top: 1px;
    text-indent: -9999px;
}
.usuario .desconectar:hover {
    opacity: .8;
}
.usuario .boton_favoritos {
    background: url(../img/contenedor_barra_superior.png) -9px -66px no-repeat;
    padding: 0 2px 0 20px;
    margin: 0 7px 0 7px;
}



/*----------- buscador ---------------*/

.contenedor_buscadores {
    display: inline-block;
    position: relative;
    float: right;

}
.contenedor_buscadores .buscar_contenido {
    position: absolute;
    top: 0;
    right: 0;
    display: none;
    width: 200px;
    z-index: 10;
    background: #F3F3F3;
    float:none;
    border:none;
    padding:0;
}
.contenedor_buscadores .buscador {
    padding: 9px 15px 8px 39px;
    background:#e3e3e3 url(../img/contenedor_barra_superior.png) 1px -31px no-repeat;
    display: inline-block;
    font:11px/14px "Roboto", arial, georgia;
    text-transform: uppercase;
    color:#484848;
}

.contenedor_buscadores .buscador:hover {
    text-decoration: none;
    opacity: 0.8;
}
.contenedor_buscadores .buscar_contenido input {
    border: none;
    padding: 0 4px 0 10px;
    height: 30px;
    background: #F3F3F3;
    width: 240px;
    float: left;
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #666;
    font: 11px/14px "Roboto", arial, georgia;
}
.contenedor_buscadores .buscar_contenido .buscar {
    background: url(../img/contenedor_barra_superior.png) 0 -240px no-repeat;
    text-indent: -9999px;
    height: 30px;
    width: 34px;
    float: left;
}
.contenedor_buscadores .buscar_contenido .cerrar {
    background: url(../img/b-cerrar.png) center center no-repeat;
    text-indent: -9999px;
    height: 30px;
    width: 34px;
    float: left;
}

.form-head {
    float: right;
    background: #e3e3e3;
    padding: 0 0 0 25px;
}

.b-info-buscador {
    font: 11px/13px "Roboto-Bold", arial, georgia;
    color: #006c9f;
    text-transform:uppercase;
    float: left; 
    padding:8px 5px 0 0;
}

#search_header {
    background: #fff;
    border: 1px solid #e6e6e6;
    border-top: none;
    padding: 18px 25px; 
    width: 405px;
    box-sizing:border-box;
    webkit-box-sizing:border-box;
    moz-box-sizing:border-box;
    ms-box-sizing:border-box;
    position: absolute;
    top: 30px;
    right: 0;
}

#search_header input {
    width: 100%;
    margin-bottom: 10px;
    clear: both;
}

.calendario {
    clear: both;
    margin-bottom: 10px;
}

.contenedor_calendario {
    width: 46%;
    float: right;
    box-sizing:border-box;
    webkit-box-sizing:border-box;
    moz-box-sizing:border-box;
    ms-box-sizing:border-box;
}


.contenedor_calendario:first-child {
    float: left;
    border-right: 1px solid #e6e6e6;
    padding-right: 3.5%;
}

.three_header.columns_header {
    border-bottom: 1px dotted #666;
    margin-bottom: 10px;
}

.two_header.columns_header {
    clear: both;
}

.two_header.columns_header select {
    -webkit-appearance: none;
    background: #F3F3F3 url(../img/select.png) no-repeat right top;
    border:none;
    border-radius:0;
    padding: 7px 8px;
    box-sizing:borer-box;
    webkit-box-sizing:borer-box;
    moz-box-sizing:borer-box;
    ms-box-sizing:borer-box;
    width: 100%;
    color: #666;
    font: 11px/14px "Roboto", arial, georgia;
}

.anyoymes{
    font-family: 'Roboto-Bold', sans-serif;
    font-size: 10px;
    line-height: 14px;
    color: #333333;
    margin-bottom: 5px;
}

.anyoymes span {
    font-family: 'Roboto', sans-serif;
    font-size: 10px;
    line-height: 12px;
    color: #333333;
    clear: both;
    display: block;
}

.contenedor_calendario .boton {
    width: 16px;
    height: 16px;
    text-align: center;
    display: inline-block;
    line-height: 16px;
    text-indent: -9999px;
    background: #016CA2 url(../img/contenedor_barra_superior.png) -9px -97px no-repeat;
    margin-right: 0;
}

.contenedor_calendario .navegacion .boton + .boton {
    background-position: -9px -157px;
    margin-left: 1px;
}

.contenedor_calendario .navegacion .activo {
    background: #016CA2 url(../img/contenedor_barra_superior.png) -9px -127px no-repeat;
    color: #fff;
}

.contenedor_calendario .inactivo {
    background-color: #F3F3F3;
    cursor: text;
}

.contenedor_calendario table {
    border-collapse: collapse;
    width: 100%;
}

.contenedor_calendario table th, 
.contenedor_calendario table .vacio, 
.contenedor_calendario table td a {
    text-align: center;
    font-size: 11px;
    line-height: 18px;
}

.contenedor_calendario table td a {
    color: #666;
    display: block;
    border-radius: 2px;
    text-align: center;
    border-radius: 2px;
}

.contenedor_calendario table td .activo {
    background-color: #016CA2;
    color: #fff;
}

.contenedor_calendario table .vacio {
    color: #c1c1c1;
}



/*-------------- footer -------------*/

.footer {
    width: 100%;
    max-width: 940px;
    margin:0 auto 0;
}

.footer-top {
    background: #f1f1f1;
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    padding: 15px 0;
    text-align: center;
}

.footer-top .faq h1 {

}

.footer-top h1 {
    display: inline-block;
    background: url(../img/icon-faq.png?12) no-repeat left center #f1f1f1;
    padding:14px 0 12px 52px;
    display: inline-block;
    margin: 0 25px 0 0;
    font: bold 14px/16px Arial, Helvetica, Garuda, sans-serif;
    text-transform: uppercase;
}

.footer-top a {
    display: inline-block;
    padding: 8px 10px;
    font-family: 'Dosis', Arial, serif;
    font-weight: 700;
    color: #fff !important;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    background: #33abdc;
    background: -moz-linear-gradient(top, #33abdc 0%, #2e9ac6 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#33abdc), color-stop(100%,#2e9ac6));
    background: -webkit-linear-gradient(top, #33abdc 0%,#2e9ac6 100%);
    background: -o-linear-gradient(top, #33abdc 0%,#2e9ac6 100%);
    background: -ms-linear-gradient(top, #33abdc 0%,#2e9ac6 100%);
    background: linear-gradient(to bottom, #33abdc 0%,#2e9ac6 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33abdc', endColorstr='#2e9ac6',GradientType=0 );
    -webkit-appearance: none;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    font-size:12px;
}


.prisa-companies {
    clear: both;
    position: relative;
    padding: 20px 0 10px 190px;
    min-height: 8px;
    border-bottom: 1px solid #ccc;
    background: url(../img/bg-shadow-arrow.png) 125px center no-repeat;
    margin-bottom: 22px;
}

.prisa-companies .logo-prisa {
    position: absolute;
    left: 20px;
    top: 50%;
    width: 120px;
    height: 48px;
    margin-top: -24px;
}

.prisa-companies .logo-prisa a {
    display: block;
    width: 120px;
    height: 48px;
    text-indent: -99999px;
    background: url(../img/logo-prisa.png) center center no-repeat;
}

.fa {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}

.footer-bottom {
     font: 11px/13px tahoma, arial, georgia;
    color:#757575;   
}

.footer-bottom a { color: #757575; }

.footer-bottom .safe-pay {
    float: left;

}

.fa-credit-card:before {
    content: "\f09d";
}

.footer-bottom .legal {
    float: right;
}

.prisa-companies-logos {
    text-align: center;
    margin-top: 8px;
}

.prisa-companies-logos li {
    display: inline-block;
    margin-right: 7%;
    margin-bottom: 10px;
}

.prisa-companies-logos li a:hover {
    opacity: 0.8;
}


/*------------ media queries -------------*/

@media(max-width: 960px){

    .head_unidades h1 {
        width: 145px;
        margin-right: 2.7%;
    }

    .head_unidades h1 a {
        background-size:100% auto;
        height: 75px;
    }

    .head_unidades ul {
        border-left: 1px solid #919191;
        padding: 28px 0 22px;
        float: left;
        margin-top: 0;
        width: 66.87%;
    }

    .menu-cont {
        width: auto;
        float: left;
    }

    .menu-cont> ul {
        margin-left: 30px;
    }

}


@media(max-width: 767px){

    .head_unidades h1 {
        float: left;
        margin: 0 auto;
        width: 165px;
        padding-left: 1%;
    }

    .head_unidades h1 a {
        background-size:100% auto;
        height: 75px;
    }

    .head_unidades ul {
        width: 30%;
        margin-top: 0;
        text-align: left;
        padding: 44px 0 0;
        border:none;
        display: none;
    }

    .head_unidades ul li {
        max-width: 70px;
        margin-left: 1%;
        display: inline-block;
        float: none;
    }

    .head_unidades ul li a {
        opacity: 0.5;
    }

    .head_unidades ul li img {
        width: 100%;
        height: auto;
    }

    /* buscador */
    #search_header,
    .contenedor_buscadores .buscar_contenido {
        width: 300px;
    }


    nav.menu-cont {
        position: absolute;
        z-index: 10;
        top: 90px;
        right: -300px;
        display: block;
        width: 300px;
        height: 100%;
        background: #f1f1f1;
        overflow-y: hidden;
        -webkit-box-shadow: -4px 2px 7px -4px rgba(0,0,0,0.48);
        -moz-box-shadow: -4px 2px 7px -4px rgba(0,0,0,0.48);
        box-shadow: -4px 2px 7px -4px rgba(0,0,0,0.48);
        display: none;
    }

    .menu-cont> ul {
        text-align: left;
        width: auto;
        position: absolute;
        top: 0;
        right: 0;
        padding:0;
        border-top: 1px solid #000;
        margin-left: 0;
    }

    .btn-nav {
        display: block;
        width: 32px;
        height: 26px;
        background:#fff url(../img/menu.png) no-repeat left top;
        background-size: 100% auto;
        border: 1px solid #000;
        position: absolute;
        right:10px;
        top: 22px;
    }


    .btn-nav.left {
        background-color: #f1f1f1;
        border-bottom: 1px solid #f1f1f1;
        z-index: 100;
    }

    .menu-cont> ul > li {
        width: 100%;
        clear: both;
        border-bottom: 4px solid #000;
        margin: 0 ;
        font-size: 14px;
        padding-top: 20px;
    }

    .menu-cont> ul > li > a {
         padding: 10px 0 10px 20px;
        box-sizing: border-box;
        webkit-box-sizing: border-box;
        moz-box-sizing: border-box;
        ms-box-sizing: border-box;
        display: block;       
    }

    .menu li a:hover {
        background:#cccccc;
    }

    .menu li ul li {
        border-bottom: 1px solid #9f9f9f; 
        font-size: 12px;
    }

    .menu li ul li:last-child {
        border-bottom:none;
    }

    .contenedor_buscadores {
        position: absolute;
        top:100px;
        right: 10px;
        background: #fff;
    }


    .contenedor_buscadores .buscador {
        width: 32px;
        height: 26px;
        background-position:0px -32px;
        padding: 0; 
        text-indent: -9999px;
        background-color: #fff;
        border: 1px solid #000;

    }


    .menu > li.submenu:hover {
        width: 100%;
        text-align: left;
        border: none;
        box-sizing:border-box;
        webkit-box-sizing:border-box;
        moz-box-sizing:border-box;
        ms-box-sizing:border-box;
        padding-left: 0;
    }

    .menu > li:hover a {
        color:#006c9f;
    }

    .menu-cont> ul > li > ul {
        opacity: 0;
        visibility: hidden;
        z-index: 20;
        margin: 0;
        padding: 0;
        border-top: 1px solid #fff;
        -webkit-transform: translateY(6px);
        -o-transition: all 0.18s ease-out;
        -ms-transition: all 0.18s ease-out;
        -moz-transition: all 0.18s ease-out;
        -webkit-transition: all 0.18s ease-out;
        transition: all 0.18s ease-out;
        width: 100%;
        border: none;
        box-sizing:border-box;
        webkit-box-sizing:border-box;
        moz-box-sizing:border-box;
        ms-box-sizing:border-box;
        top: auto;
        right: auto;
    }

    .menu li:hover > ul {
        opacity: 1;
        visibility: visible;
        webkit-transform: translateY(10);
        display: block;
        position: relative;
    }

    .menu > li > ul li {
        border-bottom: 1px solid #e6e6e6;
    }

    .menu > li > ul li a {
        color:#484848!important;

    }


    /* footer */

    .prisa-companies-logos li {
        max-width: 70px;
    }

    .prisa-companies-logos li img {
        width: 100%;
        height:auto;
    }

    .prisa-companies > h1 + ul li:last-child {
        max-width: 120px;
    }

    .footer-bottom .safe-pay,
    .footer-bottom .legal {
        float: none;
        text-align: center;
        margin-bottom: 20px;
    }

    .footer-top h1 {
        background: url(../img/icon-faq.png?12) no-repeat center top #f1f1f1;
        padding: 54px 0 12px 0;
        margin: 0;
        width: 100%;
    }


}

@media(max-width: 500px){

    /* buscador */

    .contenedor_calendario:first-child {
        border:none;
    }

    .contenedor_calendario {
        width: 100%;
        padding: 0 0 10px 0;
        clear: both;
        margin-bottom: 10px;
        border:none;
        border-bottom: 1px dotted #666!important;

    }


    /* footer */
    .prisa-companies {
        padding: 10px 20px;
        text-align: center;
        background: none;
    }

    .prisa-companies .logo-prisa {
        position: relative;
        top: auto;
        left: auto;
        width: 100%;
        display: inline-block;
        margin: 20px 0 10px;
    }

    .prisa-companies .logo-prisa a {
        display: inline-block;
    }

    .prisa-companies-logos li {
        margin: 0 0 10px 7%;
    }

}





