@charset "iso-8859-1";

@font-face {
    font-family: Roboto;
    src: url('../Fuentes/Roboto/Roboto-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: HelveticaCondensed;
    src: url('../Fuentes/Helvetica/HelveticaNeueLTStd-Roman.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


/*INICIO ESTRUCTURA GENERAL DEL PORTAL */

#headerFrame{
    width: 368px;
    height: 35px; 
    float: right;
}

#headerFrame.loggeado{
    width: 462px;
    height: 35px; 
    float: right;
}

body {
    /*display: none;*/
}

html,body {
    margin: 0;
    padding: 0;
    font-family: HelveticaCondensed;
}

html, body {
    height:100%;
}

#wrap {
    min-height:100%;
    width: 100%;
    margin: 0 auto;
}

#header {
    width: 100%;
    
}

#content {
    margin: 0 auto;
    width: 100%;
    padding-bottom: 480px;
}

#content.seleccionado {
    padding-bottom: 80px;
}

#footer {
    margin: 0 auto;
    height:480px;
    margin-top:-480px;
    width: 100%;
}

#footer.seleccionado {
    height:80px;
    margin-top:-80px;
}

.cta-buttons {
    display: block;
    position: fixed;
    clear: both;
    width: 120px;
    height: 515px;
    right: 0px;
    bottom: 50%;
    margin-bottom: -340px;
    z-index: 10;
    /*se centran los elementos del menu*/
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    
}

/* Buzz Out */
@-webkit-keyframes hvr-buzz-out {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0);
  }
  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0);
  }
}
@keyframes hvr-buzz-out {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0);
  }
  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0);
  }
}
.hvr-buzz-out {

}
.hvr-buzz-out:hover, .hvr-buzz-out:focus, .hvr-buzz-out:active {
  -webkit-animation-name: hvr-buzz-out;
  animation-name: hvr-buzz-out;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

.iconFloat {
    height: 60px;
    width: 60px;
    margin: 0 auto 0 auto;
    -webkit-box-shadow: 0 6px 7px 0 rgba(0,0,0,0.1);
    -moz-box-shadow: 0 6px 7px 0 rgba(0,0,0,0.1);
    box-shadow: 0 6px 7px 0 rgba(0,0,0,0.1);
    border-radius: 54px;
    background-color: #ffa800;
    background-image: url(../../imagenes/Plataforma02/NuevoDB/icono-x.png);
    background-size: contain;
    background-repeat: no-repeat;
    margin-top: 10px;
}

.iconChat {
    display: none;
    background-image: url('../../imagenes/Plataforma02/NuevoDB/icono-chat-2.png');
    background-size: contain;
    background-repeat: no-repeat;    
    margin-top: 10px;
}

.iconCitas {
    background-image: url('../../imagenes/Plataforma02/NuevoDB/icono-citas-2.png');
    background-size: contain;
    background-repeat: no-repeat; 
    margin-top: 12px;
}

.iconEntregaDom {
    background-image: url('../../imagenes/Plataforma02/NuevoDB/icono-dom.png');
    background-size: contain;
    background-repeat: no-repeat;    
    background-color: #722f8c;
    margin-top: 10px;
}



.iconFace {
    background-image: url('../../imagenes/Plataforma02/NuevoDB/icono-face.png');
    background-size: contain;
    background-repeat: no-repeat;
    margin-top: 10px;
}

.iconTwitter {
    background-image: url('../../imagenes/Plataforma02/NuevoDB/icono-twiiter.png');
    background-size: contain;
    background-repeat: no-repeat;
    margin-top: 10px;
}

.subtitleIcon{
    text-align: center;
    font-size: 13px;
    font-weight: bolder; 
    margin-top: 10px;
}


/*FIN ESTRUCTURA GENERAL DEL PORTAL */

/* INICIO BLOQUEADOR DE PANTALLA PARA PAGINAS JSP */

.bloqueo-pantalla {
    display: none;
    z-index: 1002; 
    position: fixed;
    top: 0;
    left: 0;
    text-align: center;
    width: 100%;
    height: 100%;
    background: #aaa;
    opacity: .3;
    filter: Alpha(Opacity=30);

}

.bloqueo-mensaje {
    top: 50%;
    right: 50%;
    width: 200px; 
    height: 60px;
    z-index: 1003; 
    display: none; 
    margin: -30px -119px 0px -0px;

    -moz-box-shadow: 0px 5px 10px rgba(0,0,0,0.8);
    -webkit-box-shadow: 0px 5px 10px rgba(0,0,0,0.8);
    box-shadow: 0px 5px 10px rgba(0,0,0,0.8);

    position: fixed;
    text-align: left;
    padding: 19px;

    border-radius: 4px;

    border: 1px solid #aaa;
    background: #fff;
    font-size: 17.6px;
} 
            
/* FIN BLOQUEADOR DE PANTALLA PARA PAGINAS JSP */

.bloqueo-window{
    display: block;
    z-index: 12000; 
    position: fixed;
    top: 0;
    left: 0;
    text-align: center;
    width: 100%;
    height: 100%;
    background: #333333;
    opacity: .9;
    filter: Alpha(Opacity=30);
}

.bloqueo-close-window-mensaje{
    display: block; 
    position: fixed;
    border-radius: 20px;
    width: 50px;
    top: 10px;
    right: 50px;
    z-index: 12001; 
    cursor: pointer;
}

.bloqueo-window-mensaje {
    display: block; 
    position: fixed;
    border-radius: 20px;
    top: 39%;
    left: 35%;
    z-index: 12001; 
    margin: -257px -499px 0px -0px;
} 

@media only screen and (max-width: 1000px){
    .bloqueo-window-mensaje {
        width: 100%;
        top: 10%;
        left: 0%;
        margin: 0;
    }
}

/* INICIO ESTILOS HEADER */

    .header_top {
        width: 100%;
        height: 35px;
        background-color: #bc955b;
    }

    .header_main {
        width: 100%;
        height: 70px;
    }

    .header_down {
        width: 100%;
        height: 35px;
        background-color: #9f2241;
    }
    
    .header_down-b {
        width: 100%;
        height: 7px;
        background-color: #9f2241;
        display: none;
    }
    
    .header_down.seleccionado {
        display: none;
    }
    
    .header_down-b.seleccionado {
        display: block;
    }

    .layoutIcons {
        max-width: 1090px;
        height: inherit;
        margin: 0 auto;
    }

    .layoutLogo {
        max-width: 1090px;
        height: inherit;
        margin: 0 auto;
    }

    .layoutLinks {
        max-width: 1090px;
        height: inherit;
        margin: 0 auto;
        
    }
    
    .columnHome {
        display: none;
        height: inherit;
        float: left;
        padding: 0;
        margin: 0;
        width: 110px;
        vertical-align: middle;
    }
    
    .columnHome.seleccionado {
        display: block;
    }
    
    .columnLogo {
        height: inherit;
        float: left;
        padding: 0;
        margin: 0;
        width: 402px;
        vertical-align: middle;
        background-image: url('../../ImagenHeaderServlet?claveHeader=PTSC');
        background-size: contain;
        background-repeat: no-repeat;
        background-position-y: 50%;
    }
    
    .fechaSistema {
        display: table;
        float: right;
        padding: 0;
        margin: 0;
        height: inherit;
    }
    
    .textoFecha {
        display: table-cell;
	vertical-align: middle;
        font-size: 14px;
    }
    
    #iconoMenu {
        display: none;
        position: absolute;
        float: right;
        top: 55px;
        right: 30px;
        width: 36px;
        height: 36px;
        background-image: url('../../imagenes/Plataforma02/NuevoDB/Menu-icon-01.png');
        background-repeat: no-repeat;
        background-size: contain;
        cursor: pointer;
    }
    
    .columnIcon {
        height: inherit;
        float: left;
        padding: 0;
        margin: 0;
        width: 100.5px;
        vertical-align: middle;
    }

    .columnIcon2 {
        height: inherit;
        float: left;
        padding: 0;
        margin: 0;
        width: 135px;
        vertical-align: middle;
    }

    .columnIcon3 {
        height: inherit;
        float: left;
        padding: 0;
        margin: 0;
        width: 50px;
        vertical-align: middle;
    }
    
    .columnIcon4 {
        height: inherit;
        float: left;
        padding: 0;
        margin: 0;
        width: 315px;
        vertical-align: middle;
    }
    
    .columnIcon5 {
        height: inherit;
        float: left;
        padding: 0;
        margin: 0;
        width: 126px;
        vertical-align: middle;
    }

    a.iconHome {
        display: block;
        height: 36px;
        width: 110px;
        background-image: url('../../imagenes/Plataforma02/NuevoDB/home.png');
        background-size: contain;
        background-repeat: no-repeat;
        background-position-y: 50%;
        top: 10px;
        position: relative;
    }

    a.iconLogo {
        display: block;
        height: 70px;
        width: 402px;
        background-image: url('../../imagenes/Plataforma02/NuevoDB/header.png');
        background-size: contain;
        background-repeat: no-repeat;
        background-position-y: 50%;
    }

    a.icon1 {
        display: block;
        height: 26px;
        width: 25px;
        background-image: url('../../imagenes/Plataforma02/NuevoDB/icono-inicio.png');
        background-repeat: no-repeat;
        background-size: contain;
        margin: 4.5px 0px 4.5px auto;
    }

    a.icon2 {
        display: block;
        height: 35px;
        width: 39px;
        background-image: url('../../imagenes/Plataforma02/NuevoDB/iconopagos.png');
        background-repeat: no-repeat;
        background-size: contain;
    }

    a.icon3 {
        display: block;
        height: 35px;
        width: 37px;
        background-image: url('../../imagenes/Plataforma02/NuevoDB/iconoauto.png');
        background-repeat: no-repeat;
        background-size: contain;
    }

    a.icon4 {
        display: block;
        height: 35px;
        width: 37px;
        background-image: url('../../imagenes/Plataforma02/NuevoDB/iconoDirectorio.png');
        background-repeat: no-repeat;
        background-size: contain;
    }

    a.icon5 {
        display: block;
        height: 26px;
        width: 74px;
        background-image: url('../../imagenes/Plataforma02/NuevoDB/icono-siigem.png');
        background-repeat: no-repeat;
        background-size: contain;
        margin: 4.5px 0px 4.5px auto;
    }

    a.icon6 {
        display: block;
        height: 26px;
        width: 25px;
        background-image: url('../../imagenes/Plataforma02/NuevoDB/icono-directorio.png');
        background-repeat: no-repeat;
        background-size: contain;
        margin: 4.5px 0px 4.5px auto;
    }

    a.icon7 {
        display: block;
        height: 30px;
        width: 100px;
        background-image: url('../../imagenes/Plataforma02/NuevoDB/faq.png');
        background-repeat: no-repeat;
        background-size: contain;
        margin: 2px 0px 0px auto;
    }

    a.white:link {
            color: #ffffff;
            text-decoration: none;
            font-size: 14px;
            display: block;
            line-height: 35px;
    }

    a.white:visited {
            color: #ffffff;
            text-decoration: none;
            font-size: 14px;
    }

    a.white:active {
            color: #ffffff;
            text-decoration: none;
            font-size: 14px;
    }

    a.white:hover {
            color: #ffffff;
            text-decoration: none;
            font-size: 14px;
    }
    
    .hvr-float-shadow{
        -webkit-transition-duration: 0.2s;
        transition-duration: 0.2s;
    }
    
    .hvr-float-shadow:hover, .hvr-float-shadow:focus, .hvr-float-shadow:active {
        -webkit-transform: translateY(-3px);
        transform: translateY(-3px);
    }

    a.white2:link {
            color: #ffffff;
            text-decoration: none;
            font-size: 14px;
    }

    a.white2:visited {
            color: #ffffff;
            text-decoration: none;
            font-size: 14px;
    }

    a.white2:active {
            color: #ffffff;
            text-decoration: underline;
            font-size: 14px;
    }

    a.white2:hover {
            color: #ffffff;
            text-decoration: underline;
            font-size: 14px;
    }
    
/* FIN ESTILOS HEADER */

/* INICIO ESTILOS MENU PRINCIPAL MOVIL*/

    .backgroundSubs{
        display: none;
        height: 368px;
        width: 100%;
        background-color: rgba(0, 0, 0, 0.7);
        position: absolute;
        z-index: 1;
    }
    
    .backgroundSubs2{
        display: none;
        height: 368px;
        width: 100%;
        background-color: rgba(0, 0, 0, 0.7);
        position: absolute;
        z-index: 1;
    }
    
    .backgroundSubs3{
        display: none;
        height: 368px;
        width: 100%;
        background-color: rgba(0, 0, 0, 0.7);
        position: absolute;
        z-index: 1;
    }
    
    .cuadroVerde{
        width: 8px;
        height: 8px;
        background: greenyellow;
        position: absolute;
        top: 12px;
        left: 5px;
    }

    
       .cuadroAmarillo{
        width: 8px;
        height: 8px;
        background: #FFFF00;
        position: absolute;
        top: 12px;
        left: 5px;
    }
    
    
    #menuPrincipal{
        width: 100%;
        font-size: 14px;
    }

    #menuPrincipal ul{
        padding: 0;
        margin: 0;
    }

    #menuPrincipal li{
        display: block;
        float: right;
        text-align: center;
        width: 15%;
        position: relative;
    }
    
    #menuPrincipal .subs{
        display: none;
        position: absolute;
        margin: 10px;
        z-index: 2;
    }
    
    #menuPrincipal .subs li{
        display: block;
        float: left;
        text-align: left;
        width: 100%;
        
    }
    
    #menuPrincipal .subs li.activo2{
        background-color: rgba(0, 0, 0, 0);
    }
    
    #menuPrincipal li.activo1{
        background-color: #9f2241;
    }
    
    #menuPrincipal li.activo2{
        background-color: #bc955b;
    }
    
    #menuPrincipal li.activo3{
        background-color: #9f2241;
    }
    
    #menuPrincipal li.oculto{
        display: none;
    }

    #menuPrincipal a {
        display: block;
        /*padding: 9.5px 0px;*/
        line-height: 35px;
        color: white;
        text-decoration: none;
        transition: all.3s;
        -ms-transform: perspective(1px) translateZ(0); /* IE 9 */
        -webkit-transform: perspective(1px) translateZ(0); /* Chrome, Safari, Opera */
        transform: perspective(1px) translateZ(0);
    }

    #menuPrincipal p{
        color: white;
    }
    .hvr-underline-from-center{
        
    }
    
    .hvr-underline-from-center:hover:before, .hvr-underline-from-center:focus:before, .hvr-underline-from-center:active:before {
        left: 0;
        right: 0;
    }
    .hvr-underline-from-center:before {
        content: "";
        position: absolute;
        z-index: -1;
        left: 50%;
        right: 50%;
        bottom: 0;
        background: white;
        height: 2px;
        -webkit-transition-property: left, right;
        transition-property: left, right;
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
    }
    
    #menuPrincipal .linkSecundario {
        line-height: normal;
        padding: 5px 0px 5px 20px;
    }
    
    #menuPrincipal a:hover {
        /*text-decoration: underline;*/
    }

/* FIN ESTILOS MENU PRINCIPAL MOVIL*/

/*INICIO MENU SITIOS DE INTERES */

    #navSitiosInteres {
        /*padding: 20px 0 20px 0;*/
        width: 100%;
        margin: 0px auto 0px auto;
        background-color: #9f2241;
    }

    #menuInteres {
        padding: 0px 113px 20px 113px;
        width: 870px;
        height: 60px;
        list-style: none;
        background-color: #9f2241;
        font-size: 13px;
        font-weight: bold;
        margin: 0 auto;
        overflow: hidden;
    }

    #menuInteres li {
        float: left;
        border: 2px solid rgba(255,255,255,1);
    }

    .ultimoLi {
        border-right: 1px solid rgba(255,255,255,1);
    }

    #menuInteres a {
        display: table-cell;
        vertical-align: middle;
        text-align: center;
        text-decoration: none;
        color: #ffffff;
        width: 120px;
        height: 48px;
    }

    #menuInteres a:hover {
            background: rgba(0,0,0,0.2);
    }

    #toggle-menu-interes {
        display: none;
        position: static;
        height: 42px;
        overflow: hidden;
        width: 100%;
        background: #bc955b;
        border-radius: 12px;
        color: #fff;
        cursor: pointer;
        font-size: 20px;
    }

    #toggle-menu-middle {
        display: table-cell;
        vertical-align: middle;
        position: static;
        top: 50%;
        width: 100%;
        text-align: center;
    }

    #toggle-menu-inner {
        width: 200px;
        margin-left: auto;
        margin-right: auto;
        position: relative;
        /*top: -50%;*/
        
    }

    #toggle-menu-interes img {
        margin-right: 10px;
        vertical-align: middle;
    }

/*FIN MENU SITIOS DE INTERES */

/* INICIO CUADROS FOOTER */

    #columnasFooter {
        height: 350px;
        width: 82%;
        /*background-color: white;*/
        background-color: #9f2241;
        float: left;
        text-align: right;
    }
    
    #columnasFooter.seleccionado{
        display: none;
    }
    
    .columna {
        display: inline-block;
        vertical-align: text-top;
        width: 15%;
        text-align: left;
        margin: 0px 30px 0px 0px;
    }
    
    .iconColumna {
        text-align: center;
        margin-top: 25px;
        
    }
    
    .tituloColumna {
        font-weight: bold;
        font-size: 14px;
        /*color: #333333;*/
        margin: 0px 0px;
        color: #fff;
    }
    
    #linksColumna1 {
        margin-top: 10px;
    }
    
    #linksColumna1 a {
        color: #fff;
    }
    
    a.basic {
        font-size: 12px;
        color: #333333;
        text-decoration: none;
    }
    
    a.basic:hover {
        text-decoration: underline;
    }
    
    .parrafoColumna {
        font-size: 12px;
        margin: 10px 0px 10px 0px;
        /*color: #363636;*/
        color: #fff;
    }
    
    .red {
        color: #be0028;
    }
    
    .violeta {
        font-size: 12px;
        color: #794770;
    }
    
/* FIN CUADROS FOOTER */

/* INICIO LOGO FOOTER */

    #logoFooter {
        height: 350px;
        width: 18%;
        background-color: #9f2241;
        float: right;
        line-height: 350px;
        text-align: center;
    }
    
    #logoFooter.seleccionado {
        display: none;
    }
    
/* FIN LOGO FOOTER */

/* INICIO FOOTER FOOTER */

    #footerFooter {
        display: table;
        height: 50px;
        width: 100%;
        background-color: #9f2241;
        float: right;
    }
    
    #footerFooter.seleccionado {
        display: none;
    }
    
    #textoFooter {
        display: table-cell;
	vertical-align: middle;
        text-align: center;
        color: white;
        font-size: 10px;
    }
    
/* FIN FOOTER FOOTER */

/*  INICIO FOOTER MOVIL */

    #footer-movil {
        width: 100%;
        margin: 0 auto;
        padding: 0px;
        display: none;
    }

    #footer-movil-body {
        width: 100%;
        background-color: #9f2241;
        text-align: center;
        color: white;
        padding: 10px 0px 10px 0px;
        box-shadow: 0px -1px 0px 0px rgba(255, 255, 255, 0.5);
    }

    .titulo-footer{
        font-size: 21px;
        font-weight: bold;
        margin: 0px 0px 5px 0px;
    }

    .subtitulo-footer{
        font-size: 13px;
        color: rgba(255,255,255,0.9);
        margin: 0px 0px 8px 0px;
    }

    #menu-footer-B{
        display: block;
    }

    #menu-footer-B ul{
            font-size: 13px;
            padding-top: 10px;
            padding-left: 0;
            margin-top: 0;
            margin-bottom: 0;
            list-style: none;
            box-shadow: 0px -1px 0px 0px rgba(255, 255, 255, 0.5);
    }

    #menu-footer-B li{
        display: block;
    }

    #menu-footer-B img{
        vertical-align: middle;
    }

    .labelB {
        /*NO TIENE ESTILO INICIAL*/
    }

    #piefooter {
        width: 100%;
        background-color: #9f2241;
        text-align: center;
    }

    #piefooter a{
        text-decoration: none;
        color: #f30032;
        font-size: 12px;
        display: inline-block;
    }

    .parrafo-1-footer{
        font-size: 10px;
        font-style: italic;
        color: rgba(255,255,255,1);
        margin: 0px 0px 5px 0px;
    }

    .parrafo-2-footer{
        box-shadow: 0px -2px 0px 0px rgba(255, 255, 255, 0.2);
        width: 100%;
        font-size: 10px;
        color: rgba(255,255,255,1);
        margin: 0px auto 0px auto;
        padding: 6px 0px 6px 0px;
    }

    .parrafo-3-footer{
        font-size: 10px;
        color: rgba(255,255,255,1);
        margin: 0;
        padding-bottom: 10px;
    }
    
    .opcionDesplegableFooter {
        cursor: pointer;
        background-color: #bc955b;
        text-align: center;
        color: #fff;
        padding: 9px 0px 9px 0px;
        box-shadow: 0px -1px 0px 0px rgba(255, 255, 255, 0.5);
        border-radius: 12px;
        margin-bottom: 2px;
        font-size: 20px;
    }

    .listadoDesplegable {
        display: none;
        list-style: none;
        font-size: 13px;
        margin: 0 auto;
        overflow: hidden;
        width: 98%;
        padding: 0;
        background: none;
        font-weight: normal;
    }

    .listadoDesplegable li {
        float: left;
        display: inline-table;
        width: 100%;
        border: 0;
        height: 40px;
        margin: 4px auto;
    }

    .listadoDesplegable a {
        display: table-cell;
        text-align: center;
        text-decoration: none;
        width: 100%;
        height: 100%;
        padding: 0px;
        border-radius: 10px;
        border: 1px solid rgb(78, 87, 96);
        vertical-align: middle;
        color: black;
    }
    
    .listadoDesplegable a:hover {
        background: none;
    }

/* FIN FOOTER MOVIL*/ 

@media only screen and (max-width: 1290px){
    
    .cta-buttons {
        display: -webkit-inline-box;
        position: fixed;
        clear: both;
        width: 460px;
        height: 80px;
        left: 50%;
        bottom: -5px;
        margin-bottom: 0;
        margin-left: -230px;
        z-index: 10;
        /*se centran elementos*/
        display: flex;
        align-items: center;
        flex-direction: row; 
    }
    
    .iconFloat {
        float: left;
        height: 60px;
        width: 60px;
        margin-right: 20px;
    } 
    
}

@media only screen and (max-width: 1090px){
    
    a.icon1, a.icon2, a.icon3, a.icon4, a.icon5, a.icon6 {
        margin: 4.5px auto;
    }
    
    a.icon7 {
        margin: 2px auto 0px auto;
    }
    
    #menuInteres {
        padding: 0px 50px 20px 50px;
    }
    
    #content {
        padding-bottom: 275px;
    }
    
    #footer {
        height: 275px;
        margin-top: -275px;
    }

    #columnasFooter,#logoFooter,#footerFooter {
        display: none;
    }
    
    #footer-movil {
        display: block;
    }
    
    #navSitiosInteres {
        width: 100%;
        margin: 0px auto 2px auto;
        background-color: white;
    }
    
    #menuInteres {
        display: none;
        width: 98%;
        padding: 0;
        background: none;
        height: 340px;
        font-weight: normal;
    }
    
    #menuInteres li {
        display: inline-table;
        width: 100%;
        border: 0;
        height: 40px;
        margin: 4px auto;
    }
    
    #menuInteres a {
        width: 100%;
        height: 100%;
        padding: 0px;
        border-radius: 10px;
        border: 1px solid rgb(78, 87, 96);
        vertical-align: middle;
        color: black;
    }
    
    #menuInteres a:hover {
        background: none;
    }
    
    .ultimoLi {
        border-right: 0;
    }
    
    #toggle-menu-interes {
        display: table;
    }
}

@media only screen and (max-width: 965px){
    
    #menuInformativo {
        width: 100%;
    }
    
    #content {
        padding-bottom: 237px;
    }
    
    #footer {
        height: 237px;
        margin-top: -237px;
    }
}

@media only screen and (max-width: 850px){
    
    .header_down{
        height: inherit;
    }
    
    .cuadroVerde{
        display: none;
    }
    
    #menuPrincipal {
        font-size: 14px;
    }

    #menuPrincipal li {
        width: 100%;
        float: none;
        background: #bc955b;
        box-shadow: 0px -1px 0px 0px #ffffff inset;
    }
    
    #menuPrincipal li.activo1{
        background: #bc955b;
    }
    
    #menuPrincipal li.activo2{
        background: #bc955b;
    }
    
    #menuPrincipal li.activo3{
        background: #bc955b;
    }
    
    #menuPrincipal li.oculto{
        display: block;
    }

    #menuPrincipal ul {
        display: none;
    }
    
    #menuPrincipal a{
        padding: 10px 0px;
        text-decoration: none;
        line-height: inherit;
    }
    
    #menuPrincipal a:hover {
        /*background: rgba(0,0,0,0.2);*/
        text-decoration: none;
        background: rgba(255,255,255,0.9);
        color: rgba(209, 14, 50, 0.99);
        box-shadow: 0px -3px 0px 0px rgba(209, 14, 50, 0.99) inset;
    }
    
    .hvr-underline-from-center:before {
        height: 0px;
    }
    
    #menuPrincipal .subs{
        display: none;
        position: relative;
        margin: 0px;
        padding: 0px;
        z-index: 2;
    }
    
    #menuPrincipal .subs li{
        float: none;
        text-align: center;
        background: white;
        box-shadow: 0px -1px 0px 0px gray inset;
    }
    
    #menuPrincipal .subs li.activo2{
        background-color: rgba(255, 255, 255, 1);
    }
    
    #menuPrincipal .linkSecundario {
        padding: 8px 0px;
        color: black;
    }
    
    .header_down-b {
        display: block;
    }
    
    .columnHome {
        width: 20%;
    }
    
    .columnLogo {
        width: 80%;
    }
    
    .textoFecha {
        display: none;
    }
    
    a.iconHome {
        width: 100%;
    }
    
    a.iconLogo {
        width: 100%;
    }
    
    #iconoMenu {
        display: inherit;
    }
    
}

@media only screen and (max-width: 869px){

    .columnIcon.loggeado, .columnIcon2.loggeado, .columnIcon3.loggeado, .columnIcon4.loggeado, .columnIcon5.loggeado{
        width: 66px;
    }
    
}

@media only screen and (max-width: 780px){

    .columnIcon, .columnIcon2, .columnIcon3, .columnIcon4, .columnIcon5{
        width: 66px;
    }
    
}

@media only screen and (max-width: 767px){
    
    .columnIcon.loggeado {
        width: 25%;
    }

    .columnIcon2.loggeado {
        width: 25%;
    }

    .columnIcon3.loggeado {
        width: 25%;
    }
    
    .columnIcon4.loggeado {
        width: 25%;
    }
    
    .columnIcon5.loggeado {
        width: 25%;
    }
    
    #headerFrame.loggeado{
        width: 100%;
        height: 30px;
    }
    
    .header_main.loggeado{
        height: 100px;
    }
    
    .columnLogo.loggeado{
        height: 70px;
    }
    
    #iconoMenu.loggeado{
        top: 85px;
    }
    
}

@media only screen and (max-width: 657px){
    
    .columnIcon {
        width: 25%;
    }

    .columnIcon2 {
        width: 25%;
    }

    .columnIcon3 {
        width: 25%;
    }
    
    .columnIcon4 {
        width: 25%;
    }
    
    .columnIcon5 {
        width: 25%;
    }
    
    #headerFrame{
        width: 100%;
        height: 30px;
    }
    
    .header_main{
        height: 100px;
    }
    
    .columnLogo{
        height: 70px;
    }
    
    #iconoMenu{
        top: 85px;
    }
    
}

@media only screen and (max-width: 399px){

    a.icon1 {
        height: 22px;
        width: 23px;
        margin-top: 4px;
    }

    a.icon5 {
        height: 22px;
        width: 65px;
        margin-top: 4px;
    }
    
    a.icon6 {
        height: 22px;
        width: 23px;
        margin-top: 4px;
    }
    
    a.icon7 {
        height: 30px;
        margin-top: 0px;
        width: 80px;
    }
    
}

@media only screen and (max-width: 355px){

    .columnLogo {
        width: 76%;
    }
    
}

/*@media only screen and (max-width: 400px){
    
    .cta-buttons {
        width: 80px;
        height: 40px;
        bottom: -5px;
        margin-left: -40px;
    }
    
    .iconChat {
        height: 30px;
        width: 30px;
    }

    .iconCitas {
        height: 30px;
        width: 30px;
    }
}*/

@media only screen and (max-height: 300px){
    
    .cta-buttons {        
        width: 350px;        
        margin-left: -175px;
    }

    .iconFloat {
        height: 50px;
        width: 50px;
        margin-right: 10px;
    } 
}

@media only screen and (max-height: 200px){
    
    .cta-buttons {
        width: 80px;
        height: 40px;
        bottom: -5px;
        margin-left: -40px;
    }
    
    .iconChat {
        height: 30px;
        width: 30px;
    }

    .iconCitas {
        height: 30px;
        width: 30px;
    }
    
    .iconEntregaDom {
        height: 30px;
        width: 30px;
    }
    
      .iconFace {
        height: 30px;
        width: 30px;
    }
    
      .iconTwitter {
        height: 30px;
        width: 30px;
    }
}
