@import url(https://fonts.googleapis.com/css?family=Work+Sans:400,300,200,100,500,600,700,800,900);

body {
    font-family: 'Work Sans', sans-serif;
    color: #4e56b4;
    background: #fff;
}
* {
    margin: 0;
    padding: 0;
}
a {
   transition: all 0.1s linear;
   color: #3370d3;
   text-decoration: none;
}
a:hover {
    opacity: 0.8;
}
small {
    font-size: 10px;
    line-height: 100%;
}
small a {
    font-weight: 400!important;
}
.contenedor {
    max-width: 568px;
    margin: 0 auto;
    min-width: 320px;
    position: relative;
}
.desktop {
    display: none;
}
.tablet {
    display: none;
}
.mobile {
    display: block;
}
#header {
    width: 100%;
    position: relative;
    /*top: 0;
    left: 0;
    z-index: 10;*/
}
#header h1 {
    width: 260px;
    margin: 25px auto 0;
}
#header h1 a{
    text-indent: -9999px;
    background: url(/images/logo-red-salud.svg) no-repeat;
    background-position: 0 0;
    background-size: 260px auto;
    display: block;
    width: 260px;
    height: 55px;
}
#header ul {
    width: 100%;
}
#header ul li {
    float: left;
    width: auto;
    height: 30px;
}
#header ul .phone {
    text-transform: uppercase;
    font-size: 11px;
    color: #555555;
    letter-spacing: -1px;
    background: #EDEDED;
    width: 55%;
    padding: 8px 5% 12px 5%;
}
#header ul .phone a {
    color: #693b95;
    font-size: 15px;
    text-decoration: none;
    font-weight: 700;
    padding-left: 5px;
}
#header ul .phone p {
    font-size: 10px;
    padding: 2px 0 0 0;
}
#header ul .phone p a {
    font-size: 12px;
}
#header ul .redes {
    
}
#header ul .redes a {
    float: left;
    width: 32px;
    height: 32px;
    display: block;
    text-indent: -9999px;
    margin-right: 10px;
}
#header ul .redes a:last-child {
    margin: 0;
}
#header ul .redes a.face {
    background: url(/images/ico-facebook.svg) no-repeat;
    background-size: 100% auto;
}
#header ul .redes a.tw {
    background: url(/images/ico-twitter.svg) no-repeat;
    background-size: 100% auto;
}
#header ul .redes a.yt {
    background: url(/images/ico-youtube.svg) no-repeat;
    background-size: 100% auto;
}
#header ul .redes a.mail {
    background: url(/images/ico-mail.svg) no-repeat;
    background-size: 100% auto;
}
#header ul .nav {
    float: right;
    width: 30%;
    background: #EDEDED;
    padding: 10px 5% 10px 0;
}
#header ul .nav a {
    float: left;
    text-align: center;
    display: block;
    margin-top: 5px;
}
#header ul .nav a.burger {
    background: url(/images/burger.svg) right 2px no-repeat;
    background-size: 16px auto;
    padding-bottom: 2px;
    padding-right: 10%;
    width: 60%;
    font-size: 12px;
    text-decoration: none;
    color: #693b95;
    text-transform: uppercase;
    padding-top: 3px;
    letter-spacing: -0.5px;
    font-weight: 700;
}
#header ul .nav a.lupa {
    background: url(/images/lupa.svg) left 2px no-repeat;
    background-size: 16px auto;
    text-indent: -9999px;
    padding-bottom: 2px;
    width: 30%;
}
#header ul .nav a.close {
    background: url(/images/ico-close.svg) right 2px no-repeat;
    background-size: 16px auto;
    text-indent: -9999px;
    padding-bottom: 2px;
}
.slider {
    margin-top: 20px;
    width: 100%;
    height: 140px;
    overflow: hidden;
}
.slider a:hover {
    opacity: 1;
}
/***** forzados slider *****/
.flexslider {
    height: 140px;
}
.flexslider .flex-control-nav {
    display: none;
}
.flexslider .flex-direction-nav a::before {
    color: #763187;
    font-size: 30px;
}
.flexslider .flex-direction-nav a {
    width: 30px;
    height: 30px;
}
.flexslider .slides li {
    position: relative;
}
.flexslider .slides li .info {
    position: absolute;
    top: 25px;
    left: 40px;
    width: 50%;
}
.flexslider .slides li .info h2 {
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 700;
}
.flexslider .slides li .info h3 {
    font-size: 11px;
    color: #575757;
    font-weight: 400;
}
.flexslider .slides li .info a {
    display: block;
    text-align: center;
    height: 16px;
    width: 16px;
    color: #fff;
    text-decoration: none;
    margin-top: 5px;
    text-indent: -9999px;
    background:#683282 url(/images/ico-plus.svg) center center no-repeat;
    background-size: 60% 60%;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 400;
    
}
.flexslider .slides li .info a:hover {
    opacity: 0.8;
}

.accesos {
    width: 100%;
    padding-top: 10px;
}
.accesos ul {
    width: 100%;
    
}
.accesos ul li {
    float: left;
    width: 99%;
    border: 1px solid #ccc;
    background: #fff;
    margin-bottom: 5px;
    position: relative;
}
.accesos ul li a {
    display: block;
}
.accesos ul li h3 {
    float: right;
    background: #5157b0;
    float: right;
    height: 100%;
    width: 65%;
    color: #fff;
    font-size: 12px;
    padding: 15px 5%;
    font-weight: 700;
    text-transform: uppercase;
    
}
.accesos ul li h3 span {
    display: block;
    font-size: 9px;
    color: #d4d6fd;
    font-weight: 400;
    text-transform: lowercase;
    width: auto;
    margin-top: 5px;

}
.accesos ul li h3 span a {
    background: #2D3792;
    padding: 2px;
    color: #d4d6fd;
    text-decoration: none;
    float: left;
    width: auto;
    display: block;
    font-size: 9px;
    margin-right: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 5px;
}
.accesos ul li .arrow {
    width: 5px;
    height: 10px;
    background: url(/images/arrow.svg) no-repeat;
    background-size: 100% auto;
    position: absolute;
    right: 75%;
    top: 40%;
}
.accesos ul li img {
    position: absolute;
    left: 15px;
    top: 5px;
    height: auto;
    width: 12%;
}
/*.accesos ul li img.ico-agenda {
    left: 5px;
    top: 10px;
    width: 16%;
}
.accesos ul li img.ico-lab {
    left: 5px;
    top: 14px;
    width: 17%;
}
.accesos ul li img.ico-rayos {
    left: 3px;
    top: 14px;
    width: 18%;
}
.accesos ul li img.ico-costo {
    left: 5px;
    top: 14px;
    width: 16%;
}*/
.accesos-v2 {
    width: 100%;
}
.accesos-v2 ul {
    width: 100%;
    
}
.accesos-v2 ul li {
    float: left;
    width: 48%;
    border: 1px solid #ccc;
    background: #fff;
    margin-bottom: 5px;
    position: relative;
}
.accesos-v2 ul li:first-child {
    margin-right: 2%;
}
.accesos-v2 ul li:nth-child(4) {
    margin-left: 2%;
}
.accesos-v2 ul li h3 {
    float: right;
    background: #5157b0;
    float: right;
    height: 100%;
    width: 65%;
    color: #fff;
    font-size: 12px;
    padding: 15px 5%;
    font-weight: 700;
    text-transform: uppercase;
    
}
.accesos-v2 ul li h3 span {
    display: block;
    font-size: 9px;
    color: #d4d6fd;
    font-weight: 400;
    text-transform: lowercase;
}
.accesos-v2 ul li .arrow {
    width: 5px;
    height: 10px;
    background: url(/images/arrow.svg) no-repeat;
    background-size: 100% auto;
    position: absolute;
    right: 75%;
    top: 40%;
}
.accesos-v2 ul li img {
    position: absolute;
    left: 0;
    top: 10px;
    height: auto;
    width: 20%;
}
/*.accesos-v2 ul li img.ico-agenda {
    left: 5px;
    top: 10px;
    width: 16%;
}
.accesos-v2 ul li img.ico-lab {
    left: 5px;
    top: 14px;
    width: 17%;
}
.accesos-v2 ul li img.ico-rayos {
    left: 3px;
    top: 14px;
    width: 18%;
}
.accesos-v2 ul li img.ico-costo {
    left: 5px;
    top: 14px;
    width: 16%;
}*/
.lb-accesos {
    position: absolute;
    width: 100%;
    height: 100vh;
    background: rgba(45,46,56,0.7);
    display: none;
    z-index: 100;
}
.lb-accesos .mini-box {
    width: 80%;
    min-height: 200px;
    padding-bottom: 20px;
    background: #fff;
    margin: 100px auto 0;
    position: relative;
}
.lb-accesos .mini-box h3 {
    text-transform: uppercase;
    color: #525aae;
    font-size: 14px;
    text-align: center;
    font-weight: 700;
    padding: 25px 0 15px 0;
}
.lb-accesos .mini-box h4 {
    font-size: 16px;
    text-align: center;
    color: #616161;
    padding-bottom: 10px;
}
.lb-accesos .mini-box ul {
    width: 80%;
    margin: 0 auto;
    padding-bottom: 20px;
    border-bottom: 1px solid #ececec;
}
.lb-accesos .mini-box ul li {
    width: 100%;
    background: #ececec;
    height: 50px;
    margin-bottom: 5px;
}
.lb-accesos .mini-box ul li .box-ico {
    width: 50px;
    height: 50px;
    float: left;
    background: #525aae;
    text-align: center;
}
.lb-accesos .mini-box ul li .box-ico img {
    width: 75%;
    margin-top: 5px;
}
.lb-accesos .mini-box ul li p {
    display: block;
    float: left;
    padding: 15px 10px 0 15px;
    color: #616161;
    font-size: 13px;
}
.lb-accesos .mini-box .close {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 20px;
    height: 20px;
    background: #ececec;
    text-align: center;
    text-decoration: none;
    color: #bbbbbb;
}
.lb-accesos .mini-box p {
    padding:15px;
    font-size:11px;
    color:#616161;
}
.banner-admin-1 {
    width:48%;
    height: 120px;
    position: relative;
    overflow: hidden;
    float: left;
    margin-bottom: 5px;
}
.banner-admin-1 a {
    text-align: none;
    display: block;
}
.banner-admin-1 img {
    position: absolute;
    width: 120%;
    height: auto;
    left: 0;
    top: 0;
    z-index: 1;
    margin-left: -20%;
}
.banner-admin-1 .text {
    z-index: 2;
    position: absolute;
    left: 20px;
    top: 25%;
    
}
.banner-admin-1 .text h3 {
    text-transform: uppercase;
    color: #5157b0;
    font-size: 12px;
    font-weight: 700;
    line-height: 100%;
    
}
.banner-admin-1 .text h3 span {
    display: block;
} 
.banner-admin-1 .text h4 {
    color: #575757;
    font-size: 9px;
    
}
.banner-admin-1 .text h4 a {
    float: left;
    margin-right: 10px;
    color: #575757;
    text-decoration: none;
}
.banner-admin-1.m1 {
    margin-left: 0;
}
.banner-admin-2 {
    width:100%;
    height: 120px;
    position: relative;
    overflow: hidden;
    float: left;
    margin-bottom: 5px;
}
.banner-admin-2 a {
    text-align: none;
    display: block;
}
.banner-admin-2 img {
    position: absolute;
    width: auto;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
}
.banner-admin-2 .text {
    z-index: 2;
    position: absolute;
    left: 20px;
    top: 25%;
    
}
.banner-admin-2 .text h3 {
    text-transform: uppercase;
    color: #5157b0;
    font-size: 12px;
    font-weight: 700;
    line-height: 100%;
    
}
.banner-admin-2 .text h3 span {
    display: block;
} 
.banner-admin-2 .text h4 {
    color: #575757;
    font-size: 9px;
    
}
.banner-lateral {
    width:100%;
    max-height: 260px;
    min-height: 160px;
    height: auto;
    position: relative;
    overflow: hidden;
    margin-bottom: 5px;
}
.banner-lateral a {
    text-align: none;
    display: block;
}
.banner-lateral img {
    position: absolute;
    width: 100%;
    height: auto;
    left: 0;
    top: 0;
    z-index: 1;
}
.banner-lateral .text {
    z-index: 2;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.5);
}
.banner-lateral .text h3 {
    text-transform: uppercase;
    color: #5157b0;
    font-size: 12px;
    font-weight: 700;
    line-height: 100%;
    padding: 10px 0 5px 20px;
}
.banner-lateral .text h3 span {
    display: block;
} 
.banner-lateral .text h4 {
    color: #575757;
    font-size: 9px;
    padding: 0 0 10px 20px;
    background: none;
    
}
#footer {
    width: 90%;
    clear: both;
    background: url(/images/barra-footer.jpg) bottom center no-repeat;
    min-height: 9px;
    height: auto;
    padding:0 5% 20px 5%;
}
#footer  .contenedor {
    width: 100%;
    min-width: auto;
}
#footer .box-full {
    width: 100%;
    border-top: 1px solid #ccc;
    padding-top: 10px;
}
#footer .box-full li {
    float: left;
    width: auto;
    height: 20px;
}
#footer .box-full .phone {
    text-transform: uppercase;
    font-size: 12px;
    color: #555555;
    letter-spacing: -1px;
    width: 50%;
    padding: 5px 5% 5px 0;
    border-right: 1px solid #ccc;
}
#footer .box-full .phone a {
    color: #693b95;
    font-size: 15px;
    text-decoration: none;
    font-weight: 700;
    padding-left: 5px;
}
#footer .box-full .redes {
    width: 39%;
    display: block;
    padding: 5px 0 5px 5%;
    
}
#footer .box-full .redes a {
    float: left;
    width: 20px;
    height: 20px;
    display: block;
    text-indent: -9999px;
    margin-right: 10px;
}
#footer .box-full .redes a:last-child {
    margin: 0;
}
#footer .box-full .redes a.face {
    background: url(/images/ico-facebook.svg) no-repeat;
    background-size: 100% auto;
}
#footer .box-full .redes a.tw {
    background: url(/images/ico-twitter.svg) no-repeat;
    background-size: 100% auto;
}
#footer .box-full .redes a.yt {
    background: url(/images/ico-youtube.svg) no-repeat;
    background-size: 100% auto;
}
#footer .box-full .redes a.mail {
    background: url(/images/ico-mail.svg) no-repeat;
    background-size: 100% auto;
}
#footer .box-premios {
    width: 100%;
    
}
#footer .box-premios ul {
    padding: 40px 0 50px 5px;
    background: #F0F3F5;
}
#footer .box-premios ul li {
    width: 50%;
    float: left;
    margin: 0;
    text-align: center;
    height: 100px;
}
#footer .box-premios ul li:nth-child(1) img, #footer .box-premios ul li:nth-child(2) img, #footer .box-premios ul li:nth-child(5) img, #footer .box-premios ul li:nth-child(7) img {
    width: auto;
}
#footer .box-premios ul li img {
    width: 90%;
}
#footer .box-premios .copy {
    font-size: 12px;
    text-align: right;
    padding: 20px 20px 10px 0;
    color: #1b1b1b;
}
#footer .box-premios .link-footer {
    font-size: 10px;
    text-align: right;
    padding: 0 10px 20px 10px;
}
#footer .box-premios .link-footer a {
    color: #757575;
    margin: 5px 10px 0 10px;
}
/*menu desplegable*/
#header .menu-open {
    position: absolute;
    top: 0;
    left: 0;
    background:#F1F1F1;
    display: none;
    width: 100%;
    min-height: 100%;
    z-index: 11;
    height: 2000px;
    
}
#header .menu-open .contenedor {
    position: relative;
    padding: 0 0 10vh 0;
    height: 90vh;
}
#header .menu-open .menu {
    width: 97%;
    float: left;
    padding: 10vh 3% 0 0;
}
#header .menu-open .menu li {
    width: 100%;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    padding:0;
    border-bottom: 1px solid #d7d7d7;
    border-right: none;
    height: auto;
    float: left;
    
}
#header .menu-open .menu li a {
    color: #636363;
    text-decoration: none;
    display: block;
    padding: 12px 0 8px 40px;
    height: 20px;
}
#header .menu-open .menu li a:hover {
    opacity: 1;
}
#header .menu-open .menu li:first-child a {
    background:  url(/images/ico-rayos.svg) no-repeat 5px center;
    background-size: 25px auto;
}
#header .menu-open .menu li:first-child a:hover, #header .menu-open .menu .activeli:first-child a  {
    background: #fbb05c  url(/images/ico-rayos-2.svg) no-repeat 5px center;
    background-size: 25px auto;
    color: #fff!important;
}
#header .menu-open .menu li:nth-child(2) a {
    background: url(/images/ico-doc-2.svg) no-repeat 5px center;
    background-size: 25px auto;
}
#header .menu-open .menu li:nth-child(2) a:hover, #header .menu-open .menu .activeli:nth-child(2) a  {
    background: #6db5a1 url(/images/ico-doc-1.svg) no-repeat 5px center;
    background-size: 25px auto;
    color: #fff!important;
}
#header .menu-open .menu li:nth-child(3) a {
    background: url(/images/ico-pulso-2.svg) no-repeat 5px center;
    background-size: 25px auto;
}
#header .menu-open .menu li:nth-child(3) a:hover, #header .menu-open .menu .activeli:nth-child(3) a {
    background: #f96c63 url(/images/ico-pulso.svg) no-repeat 5px center;
    background-size: 25px auto;
    color: #fff!important;
}
#header .menu-open .menu li:nth-child(4) a {
    background: url(/images/ico-monitor-2.svg) no-repeat 5px center;
    background-size: 25px auto;
}

#header .menu-open .menu li:nth-child(4) a:hover, #header .menu-open .menu .activeli:nth-child(4) a {
    background: #b43965 url(/images/ico-monitor.svg) no-repeat 5px center;
    background-size: 25px auto;
    color: #fff!important;
}
#header .menu-open .menu li:nth-child(5) a {
    background: url(/images/ico-maletin.svg) no-repeat 5px center;
    background-size: 25px auto;
}
#header .menu-open .menu li:nth-child(5) a:hover, #header .menu-open .menu .activeli:nth-child(5) a {
    background: #525aae url(/images/ico-maletin-2.svg) no-repeat 5px center;
    background-size: 25px auto;
    color: #fff!important;
}
#header .menu-open .menu li:nth-child(6) a {
    background: url(/images/ico-clinica.svg) no-repeat 5px center;
    background-size: 25px auto;
}
#header .menu-open .menu li:nth-child(6) a:hover, #header .menu-open .menu .activeli:nth-child(6) a {
    background: #367bd3 url(/images/ico-clinica-2.svg) no-repeat 5px center;
    background-size: 25px auto;
    color: #fff!important;
}
#header .menu-open .box {
    width: 94%;
    float: left;
    padding: 20px 2% 0 4%;
}
#header .menu-open .box h4 {
    color: #4063c3;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    padding: 10px 0;
    float: left;
}
#header .menu-open .box ul {
    width: 100%;
    padding: 0 0 0 0;
}
#header .menu-open .box ul li {
    padding: 0;
    width: 100%;
    font-size: 12px;
    border: none;
    padding: 0.2vh 0 0 0;
    height: auto;
}
#header .menu-open .box ul li a {
    color: #616161;
    text-decoration: none;
    display: block;
    
}
#header .menu-open .access {
    display: none;
}
#header .menu-open .barra-menu {
    display: none;
}

#header .menu-open a.close {
    background: url(/images/ico-close.svg) center 2px no-repeat;
    background-size: 16px auto;
    padding-bottom: 2px;
    position: absolute;
    top: 2.3vh;
    right:10px;
    height: 20px;
    width: 20px;
    display: block;
    text-indent: -9999px;
}
#header .menu-open .box-search {
    position: absolute;
    top: 2vh;
    right: 80px;
    width: 200px;
}
#header .menu-open .box-search input {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    appearance: none;
    border: 1px solid #ccc;
    padding: 2px 10px;
    background: #fff url(/images/lupa.svg) 95% 4px no-repeat;
    background-size: 16px auto;
    width: 100%;
    float: right;
    font-size: 13px;
    height: 20px;
    color: #717171;
}
#header .menu-open .box form {
    padding: 2vh 0;
}
#header .menu-open .box form p {
    width: 100%;
    padding: 2vh 0;
}
#header .menu-open .box form p input {
    background: #fff;
    border:none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-size: 11px;
    height: 20px;
    padding: 2px 2%;
    width: 71%;
    float: left;
    color: #575757;
    text-transform: uppercase;
}
#header .menu-open .box form p button {
    float: right;
    width: 21%;
    height: 25px;
    padding: 2px 2%;
    background: #4e56b4;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    display: block;
    font-size: 10px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
}
#header .menu-open .box form h4 {
    font-weight: 400;
    font-size: 12px;
    padding: 2vh 0 0 0;
    
}
#header .menu-open .box form p select {
    background: #fff;
    border: 1px solid #ccc;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-size: 11px;
    height: 25px;
    padding: 2px 2%;
    width: 76%;
    float: left;
    color: #575757;
    text-transform: uppercase;
    box-shadow: none;
}
#header .menu-open .menu-tabs {
    width: 100%;
    padding-top: 10vh;
}
#header .menu-open .menu-tabs li {
    float: left;
    width: 46%;
    text-align: center;
    font-size: 11px;
    text-transform: uppercase;
    border: none;
    font-weight: 700;
    margin: 10px 2% 0 2%;
}
#header .menu-open .menu-tabs li a {
    color: #636363;
    display: block;
    padding:0 0 1vh 0;
    text-decoration: none;
    border-bottom: 2px solid #4e56b4
}
#header .menu-open .menu-tabs .activeli a {
    color: #4e56b4;
}
#header .menu-open .tab-2 .box {
    padding: 3vh 0 0 6%!important;
}
#header .box-lupa {
    background: none;
    position: absolute;
    top: 3px;
    right: 10px;
    width: 25%;
    height: 40px;
    display: none;
    padding: 8px 0;
}
#header .box-lupa input {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    appearance: none;
    border: 1px solid #ccc;
    padding: 2px 10px;
    background: #fff;
    width: 70%;
    float: right;
    font-size: 13px;
    height: 20px;
    color: #717171;
}
/*INTERIOR*/
.interior  {
    
}
.migas {
    width: 100%;
    background: #f1f1f1;
    margin: 20px 0 0 0;
}
.migas .box {
    background: #5157b0;
    height: 40px;
    width: 10%;
    float: left;
    position: relative;
}
.migas .box img {
    width: 70%;
    height: auto;
    position: absolute;
    top: 15%;
    left: 15%;
}
.migas ul {
    width: 84%;
    float: left;
    color: #5157b0;
    font-size: 9px;
    text-transform: uppercase;
    padding: 10px 2% 6px 4%;
    height: 16px;
}
.migas ul li {
    width: auto;
    margin: 0 5px 0 0;
    float: left;
    font-size: 9px;
    text-transform: uppercase;
    
}
.migas ul li::after {
    content: ">";
}
.migas ul li:last-child::after {
    content: "";
}
.migas ul li a {
    color: #5157b0;
    text-decoration: none;
    margin-right: 5px;
}
.col-interior {
    float: left;
    width: 100%;
    margin: 0 0 0 0;
}
.col-interior .descripcion {
    width: 80%;
    padding: 30px 10% 25px 10%;
    background: #3179d6;
    height: auto;
    overflow: hidden;
}
.col-interior .descripcion h3 {
    color: #fff;
    text-transform: uppercase;
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 10px;
    line-height: 100%;
}
.col-interior .descripcion p {
    color: #fff;
    font-size: 11px;
    font-weight: 400;
}

.img_destacada { 
	max-width: 400px;
}


/*.col-interior .descripcion a {
    width: 20px;
    height: 20px;
    text-indent: -9999px;
    float: left;
    margin:10px 5px 0 0;
    
}*/
.col-interior .descripcion p a {
    background: #fff;
    padding: 3px;
    display: inline-block;
    width: auto;
    margin: 5px 0 0 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-style: normal!important;
    text-align: center;
}
.col-interior .descripcion .btn-cta {
    width: 80%;
    padding: 5px;
    text-decoration: none;
    text-transform: uppercase;
    float: left;
    margin: 10px auto 0;
    color: #5157b0;
    font-size: 11px;
    display: block;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-weight: 700;
    
}
.btn-cta {
    width: 80%;
    padding: 5px;
    text-decoration: none;
    text-transform: uppercase;
    float: left;
    margin: 10px auto;
    background:  #5157b0;
    color: #f1f1f1!important;
    font-size: 11px;
    display: block;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-weight: 700;
    
}
.btn-cta-2 {
    width: 80%;
    padding: 5px;
    text-decoration: none;
    text-transform: uppercase;
    float: left;
    margin: 10px auto;
    background:  #5157b0;
    color: #f1f1f1!important;
    font-size: 11px;
    display: block;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-weight: 700;
    
}

.btn-contenido {
    width: 80%;
    padding: 5px;
    text-decoration: none;
    text-transform: uppercase;
    float: left;
    margin: 10px auto;
    background:  #5157b0;
    color: #ffffff;
    font-size: 11px;
    display: block;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-weight: 700;
    
}

.col-interior .descripcion .face {
    background: url(/images/ico-facebook.svg) no-repeat;
    background-size: 100% auto;
   width: 20px;
    height: 20px;
    text-indent: -9999px;
    float: left;
    margin:10px 5px 0 0;
    display: block;
}
.col-interior .descripcion .tw {
    background: url(/images/ico-twitter.svg) no-repeat;
    background-size: 100% auto;
    width: 20px;
    height: 20px;
    text-indent: -9999px;
    float: left;
    margin:10px 5px 0 0;
    display: block;
}
.col-interior .descripcion.contacto {
    background: #f2f5f6;
}
.col-interior .descripcion.contacto h3 {
    color: #5f3d91;
}
.col-interior .descripcion.contacto p {
    color: #636363;
}
.col-interior .descripcion.contacto p strong {
    color: #3370d3;
    font-weight: 700;
    font-size: 12px;
}
.img-principal {
    width: 100%;
    height: auto;
    float: left;
    overflow: hidden;
}
.img-principal img {
    width: 100%;
    height: auto;
    max-height: 200px;
}
.menu-secundario {
    width: 85%;
    background:#f1f1f1 url(/images/burger.svg) 20px 10px no-repeat;
    background-size: 16px auto;
    display: block;
    color: #5157b0;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 700;
    text-decoration: none;
    padding: 10px 0 10px 15%;
    float: left;
    margin: -4px 0 10px 0;
}
#sidebar {
    position: fixed;
    top: 0;
    left: -100%;
    background: #efefef;
    width: 70%;
    height: 100vh;
    -webkit-transition:  left 0.4s ease-in-out;
    -moz-transition:  left 0.4s ease-in-out;
    -ms-transition:  left 0.4s ease-in-out;
    -o-transition:  left 0.4s ease-in-out;
    transition:  left 0.4s ease-in-out;
    z-index: 50;
    
}
#sidebar.open-sidebar {
    left: 0;
}
#sidebar h3 {
    color: #714295;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    width: 95%;
    padding: 30px 0 20px 5%;
}
#sidebar h3 a {
    text-decoration: none;
    color: #714295;
}
#sidebar ul {
    width: 100%;
    padding: 0;
    
}
#sidebar ul li {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    padding: 5px 5% 5px 10%;
    background: url(/images/arrow-5.svg) 10px 8px no-repeat;
    background-size: 4px auto;
    width: 85%;
    font-size: 12px;
}
#sidebar ul li:nth-child(odd) {
    background-color: #fff;
}
#sidebar ul li ul {
    display:none;
    padding: 10px 0 0 5%;
    width: 95%;
}
#sidebar ul li:hover > ul {
    display:block;
}
#sidebar ul li ul li {
    font-size: 10px;
    font-weight: 400;
    padding: 0 0 10px 10px;
    background: transparent url(/images/arrow-5.svg) left 4px no-repeat;
    background-size: 3px auto;
}
#sidebar ul li ul li:nth-child(odd), #sidebar ul li ul li:nth-child(even) {
    background-color: transparent;
}
#sidebar ul li a {
    text-decoration: none;
     color: #636363;
     display: block;
}
.side {
    left: 0;
    overflow: auto; 
}
.side.open {
    overflow: hidden;
}
.texto {
    padding: 30px 20px;
    color: #3c3c3c;
}
.texto p {
    font-size: 11px;
    color: #3c3c3c;
    line-height: 150%;
    padding-bottom: 20px;
}
.texto p strong {
    font-weight: 700;
}
.texto p a {
    color: #3370d3;
    text-decoration: none;
    font-weight: 700;
}
.texto iframe {
    width: 750px;
	min-height: 650px;
	height: auto!important;	
}
.texto h1, .texto h2, .texto h3, .texto h4, .texto h5, .texto h6 {
    font-size: 14px;
    color: #5157b0;
    line-height: 150%;
    padding-bottom: 10px;
    text-transform: uppercase;
}
.texto ul, .texto ol {
    width: 95%;
    padding-left: 5%;
    padding-bottom: 20px;
}
.texto ul li, .texto ol li {
    font-size: 11px;
    color: #3c3c3c;
    line-height: 150%;
    padding-bottom: 5px;
    list-style: outside square;
}
.texto a {
    color: #3370d3;
    text-decoration: none;
    font-weight: 700;
}
.texto table {
    width: 100%;
    border: 1px solid #ededed;
    border-right: none;
}
.texto table th {
    color: #fff;
    background: #5157b0;
    padding: 5px;
    font-size: 14px;
    
}
.texto table td {
    color: #3c3c3c;
    padding: 3px;
    font-size: 12px;
    border-bottom: 1px solid #ededed;
    border-right: 1px solid #ededed;
}

#sidebar a.close {
    background: url(/images/ico-close.svg) center 2px no-repeat;
    background-size: 16px auto;
    padding-bottom: 2px;
    position: absolute;
    top: 10px;
    right:10px;
    height: 20px;
    width: 20px;
    display: block;
    text-indent: -9999px;
}
.galeria {
    width: 100%;
    height: auto;
    margin: 0 0  30px 0;
    overflow: hidden;
}
.flexslider-2 .flex-direction-nav a {
    top: 50%;
    
}
.flexslider-2 .flex-direction-nav a::before {
    color: #763187;
    
}
.flexslider-2 .slides li {
   height: auto;
    max-height: 800px;
    position: relative;
}
.flexslider-2 .slides li .info {
    bottom: 0;
    left: 0;
    position: absolute;
    width: 40%;
    background: rgba(255, 255, 255, 0.7) none repeat scroll 0 0;
    width: 100%;
}
.flexslider-2 .slides li .info h3 {
    color: #575757;
    font-size: 12px;
    font-style: italic;
    padding: 20px 0 20px 20px;
}
.flexslider-2 .marco-rn {
    background-image: url(/images/rn_marco_superior.png), url(/images/rn_marco_inferior.png);
    background-position: left top, right bottom;
    background-repeat: no-repeat;
    background-size: 75% auto;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
}
.descarga-docs {
    padding: 10px 20px 30px 20px;
}
.descarga-docs h3 {
    margin: 0 0 10px 0;
    font-size: 14px;
    text-transform: uppercase;
    color: #3d346f;
}
.descarga-docs ul {
    width: 100%;
}
.descarga-docs ul li {
    width: 80%;
    font-size: 12px;
    margin-bottom: 5px;
    border-bottom: 1px solid #f1f1f1;
}
.descarga-docs ul li a {
    color: #636363;
    padding: 10px 20px 10px 0;
    text-decoration: none;
    display: block;
    
}
.descarga-docs ul li a.pdf {
    background: url(/images/ico-pdf.svg) center right no-repeat;
    background-size: 15px auto;
}
.descarga-docs ul li a.doc {
    background: url(/images/ico-doc.svg) center right no-repeat;
    background-size: 15px auto;
}
.descarga-docs ul li a.ppt {
    background: url(/images/ico-ppt.svg) center right no-repeat;
    background-size: 15px auto;
}
.descarga-docs ul li a.excel {
    background: url(/images/ico-excel.svg) center right no-repeat;
    background-size: 15px auto;
}
.resultado-bsqd.v2 {
    margin: 0 5%;
    width: 90%;
    border: none;
    clear: none;
}
.resultado-bsqd.v2 h3 {
    border: none;
    text-transform: uppercase;
    padding-bottom: 0;
}
.acordeon {
    padding: 10px 20px 30px;
}
.acordeon h3 {
    color: #3d346f;
    font-size: 14px;
    margin: 0 0 10px;
    text-transform: uppercase;
}
.acordeon h4 {
    border-bottom: 1px solid #f1f1f1;
    font-size: 13px;
    margin-bottom: 5px;
    width: 100%;
    color: #636363;
    padding: 5px 0;
    cursor: pointer;
}
.acordeon h4:hover {
    color: #5157b0;
}
.acordeon div {
    padding: 10px;
    display: none;
    font-size: 12px;
    color: #3c3c3c;
    font-style: italic;
    line-height: 150%;
}
.acordeon div p {
    font-size: 12px;
    color: #3c3c3c;
    font-style: italic;
    line-height: 150%;
}
.acordeon div a {
    color: #3370d3;
    font-weight: 700;
    text-decoration: none;
}
.acordeon div ul {
    list-style: inside square;
}
.acordeon div ul li {
    font-size: 12px;
    color: #3c3c3c;
    font-style: italic;
    padding: 3px 0 3px 0;
}

/*busqueda especialistas*/
.busqueda {
    
}
.busqueda h3 {
    font-size: 17px;
    text-transform: uppercase;
    color: #575757;
    font-weight: 700;
    padding: 20px 0 0 10%;
    line-height: 100%;
}
.busqueda h3 span {
    font-weight: 300;
    font-size: 13px;
}
.busqueda .box-b {
    width: 80%;
    padding: 10px 10%;
}
.busqueda .box-b form {
    width: 80%;
    padding: 0 10%;
}
.busqueda .box-b form .campos {
    
}
.busqueda .box-b form h4 {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    color: #575757;
    padding: 10px 0 10px 0;
}
.busqueda .box-b form p {
    width: 100%;
    padding-bottom: 5px;
}
.busqueda .box-b form p input {
    background: #4e56b4;
    border: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-size: 12px;
    height: 20px;
    padding: 2px 2%;
    width: 66%;
    float: left;
    color: #fff;
    text-transform: uppercase;
}
.busqueda .box-b form p button {
    float: right;
    width: 26%;
    height: 24px;
    padding: 2px 2%;
    background: #e4e4e4;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    display: block;
    font-size: 10px;
    text-transform: uppercase;
    color: #575757;
    font-weight: 700;
    
}
.busqueda .box-b form p select {
    background: #4e56b4;
    border: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-size: 12px;
    height: 24px;
    padding: 2px 2%;
    width: 70%;
    float: left;
    color: #fff;
    text-transform: uppercase;
}
.resultado-bsqd {
    width: 80%;
    margin: 0 10%;
    border-top: 1px solid #f1f1f1;
    padding-bottom: 40px;
}
.resultado-bsqd h3 {
    font-size: 14px;
    color: #3d346f;
    padding: 10px 0;
    border-bottom: 1px solid #f1f1f1;
}
.resultado-bsqd .box-bsqd {
    width: 100%;
    margin: 20px 0 10px 0;
}
.resultado-bsqd .box-bsqd img {
    float: left;
    width: auto;
    height: 120px;
    border: 1px solid #f1f1f1;
    margin-bottom: 10px;
}
.resultado-bsqd .box-bsqd .text {
    float: left;
    width: 45%;
    border-top: 1px solid #f1f1f1;
    border-bottom: 1px solid #f1f1f1;
    padding: 10px 0;
    margin-bottom: 10px;
    margin-left: 5%;
}
.resultado-bsqd .box-bsqd .text h4 {
    color: #5157b0;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    width: 100%;
}
.resultado-bsqd .box-bsqd .text h5 {
    color: #4a4a4a;
    font-size: 11px;
    text-transform: lowercase;
    font-style: italic;
    border-bottom: 1px solid #f1f1f1;
    padding: 0 0 15px 0;
}
.resultado-bsqd .box-bsqd .text p {
    font-size: 9px;
    color: #575757;
    font-style: italic;
    padding: 10px 0 0 0;
}
.resultado-bsqd .box-bsqd .text p strong {
    display: block;
    font-size: 11px;
    color: #4d7cde;
    font-style: normal;
}
.resultado-bsqd .box-bsqd .btns {
    width: 100%;
    clear: both;
}
.resultado-bsqd .box-bsqd .btns li {
    width: 49%;
    float: left;
    font-size: 10px;
}
.resultado-bsqd .box-bsqd .btns li a {
    background: #683282;
    display: block;
    color: #fff;
    text-decoration: none;
    font-size: 9px;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    padding: 5px 0;
}
.resultado-bsqd .box-bsqd .btns li:first-child {
    margin-right: 2%;
}
.resultado-bsqd .box-bsqd.docs {
    width: 100%;
    margin: 20px 0 10px 0;
}
.resultado-bsqd .box-bsqd.docs .text {
    width: 95%;
    padding-bottom: 60px;
}
.resultado-bsqd .box-bsqd.docs .text p {
    line-height: 160%;
}
.resultado-bsqd .box-bsqd.docs .text p a {
    color: #575757;
    text-decoration: none;
}
.resultado-bsqd .box-bsqd.docs .text p .dscrg-cv {
    padding: 5px 10px;
    background: #5157b0;
    color: #fff;
    margin: 15px 0;
    font-style: normal;
}
.resultado-bsqd .btn-cargar {
    width: 100%;
    border-top: 1px solid #f1f1f1;
    border-bottom: 1px solid #f1f1f1;
    padding: 5px 0;
    text-align: center;
    font-size: 13px;
    margin: 10px 0;
    text-transform: uppercase;
    clear: both;
}
.resultado-bsqd .btn-cargar a {
    color: #4e56b4;
    text-decoration: none;
    background: #f1f1f1;
    display: block;
    padding: 5px 0;
}
.box-form {
    width: 100%;
}
.box-form form {
    width:90%;
    padding: 0px 5% 40px 5%;
}
.box-form form p {
    width: 100%;
    display: block;
    padding-bottom: 10px;
}
.box-form form input {
    width: 96%;
    border: none;
    background: #ebebeb;
    font-size: 10px;
    color: #636363;
    text-transform: uppercase;
    padding: 7px 2%;
    font-weight: 700;
    height: 15px;
}
.box-form form select {
    width: 100%;
    border: none;
    background: #ebebeb;
    font-size: 10px;
    color: #636363;
    text-transform: uppercase;
    padding: 7px 2%;
    font-weight: 700;
    height: 29px;
}
.box-form form .check {
    width: 10%;
    float: left;
}
.box-form form label {
    float: left;
    width: 90%;
    font-size: 9px;
    padding: 3px 0;
}
.box-form form textarea {
    width: 96%;
    border: none;
    background: #ebebeb;
    font-size: 10px;
    color: #636363;
    text-transform: uppercase;
    padding: 7px 2%;
    font-weight: 700;
    height: 90px;
    resize: none;
}
.box-form form button {
    background: #5f3d91;
    color: #fff;
    text-align: center;
    width: 50%;
    float: right;
    padding: 7px 0;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 700;
}

/*centros*/
.centros {
    
}
.centros .descripcion {
    background: #FDB153;
    float: left;
    width: 80%;
    padding: 30px 10% 25px 10%;
    height: auto;
    overflow: hidden;
}
.centros .descripcion h3 {
    color: #fff;
    text-transform: uppercase;
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 10px;
    line-height: 100%;
}
.centros .descripcion p {
    color: #fff;
    font-size: 11px;
    font-weight: 400;
}
/*.centros .descripcion a {
    width: 20px;
    height: 20px;
    text-indent: -9999px;
    float: left;
    margin:10px 5px 0 0;
    
}*/
.centros .descripcion .btn-cta {
    width: 80%;
    padding: 5px;
    text-decoration: none;
    text-transform: uppercase;
    float: left;
    margin: 10px auto 0;
    color: #5157b0;
    font-size: 11px;
    display: block;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-weight: 700;
    
}
.centros .ubicacion {
    width: 45%;
    float: left;
    border: 1px solid #ccc;
    padding: 0 2%;
}
.centros .ubicacion h3 {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 10px 0 0 15px;
}
.centros .ubicacion h3.geo {
    background: url(/images/ico-geo.svg) left 10px no-repeat;
    background-size: 10px auto;
}
.centros .ubicacion h3.fono {
    background: url(/images/ico-phone.svg) left 10px no-repeat;
    background-size: 14px auto;
}
.centros .ubicacion h3 span {
    font-size: 9px;
    font-weight: 400;
    color: #636363;
    text-transform: none;
    display: block;
}
.centros .ubicacion a {
    color: #3370d3;
    text-decoration: none;
}
.centros .map {
    width: 48%;
    margin: 0 0 0 1%;
    float: left;
    height: 115px;
    border: 1px solid #ccc;
    overflow: hidden;
    
}
.centros .map iframe {
    width: 100%;
    height: 100%;
}
.centros .map.banner {
    position: relative;
}
.centros .map.banner img {
    width: auto;
    height: 100%;
    
}
.centros .map.banner .text {
    z-index: 2;
    position: absolute;
    left: 20px;
    top: 25%;
    width: 90%;
    
}
.centros .map.banner .text h3 {
    text-transform: uppercase;
    color: #5157b0;
    font-size: 12px;
    font-weight: 700;
    line-height: 100%;
    
}
.centros .map.banner .text h3 span {
    display: block;
} 
.centros .map.banner .text h4 {
    color: #575757;
    font-size: 9px;
    
}
.centros .map.banner .text h4 a {
    float: left;
    margin-right: 10px;
    color: #575757;
    text-decoration: none;
}
.centros .box-news {
    width: 100%;
    padding: 10px 0;
    clear: both;
    margin-bottom: 5px;
}
.centros .box-news .box {
    float: left;
    width: 49%;
    height: 120px;
    position: relative;
    margin-right: 1%;
    overflow: hidden;
}
.centros .box-news .box a {
    text-decoration: none;
    display: block;
}
.centros .box-news .box a img {
    width: 100%;
    height: auto;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}
.centros .box-news .box a .text {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    background: #673084;
    min-height: 30px;
    max-height: 90px;
    padding: 5px 5%;
    width: 90%;
}
.centros .box-news .box a .text h4 {
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    line-height: 100%;
}
.centros .box-news .box a .text h5 {
    font-size: 10px;
    color: #a98aaf;
}
.centros .accesos-v2 ul li {
    height: 60px;
    overflow: hidden;
}
.centros .accesos-v2 ul li img.ico-admision {
    left: 5px;
    top: 16px;
    width: 16%;
}
.centros .accesos-v2 ul li img.ico-money {
    left: 5px;
    top: 16px;
    width: 16%;
}
.centros .accesos-v2 ul li img.ico-horario {
    left: 5px;
    top: 18px;
    width: 16%;
}
.centros .accesos-v2 ul li.image-banner {

}
.centros .accesos-v2 ul li.image-banner img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
    z-index: 1;
}
.centros .accesos-v2 ul li.image-banner h3 {
    background:rgba(255, 255, 255, 0.5);
    color: #5157b0;
    z-index: 2;
    position: absolute;
    width: 90%;
    text-align: center;
}
.centros .accesos-v2 ul li.image-banner .arrow {
    display: none!important;
}
.centros .img-principal {
    height: auto;
}
.centros .descripcion .face {
    background: url(/images/ico-facebook.svg) no-repeat;
    background-size: 100% auto;
   width: 20px;
    height: 20px;
    text-indent: -9999px;
    float: left;
    margin:10px 5px 0 0;
    display: block;
}
.centros .descripcion .tw {
    background: url(/images/ico-twitter.svg) no-repeat;
    background-size: 100% auto;
    width: 20px;
    height: 20px;
    text-indent: -9999px;
    float: left;
    margin:10px 5px 0 0;
    display: block;
}

/*colores*/
.color-red-atencion .col-interior .descripcion {
    background: #6BB49F;
}
.color-especialidades .col-interior .descripcion {
    background: #FB6B5F;
}
.color-programas .col-interior .descripcion {
    background: #B53966;
}
.color-comercial .col-interior .descripcion {
    background: #262E4D;
}
.color-corporativo .col-interior .descripcion {
    background: #3179D6;
}
.color-centros .col-interior .descripcion {
    background: #FDB153;
}
.color-red-atencion .descripcion {
    background: #6BB49F;
}
.color-especialidades .descripcion {
    background: #FB6B5F;
}
.color-programas .descripcion {
    background: #B53966;
}
.color-comercial .descripcion {
    background: #262E4D;
}
.color-corporativo .descripcion {
    background: #3179D6;
}
.color-centros .descripcion {
    background: #FDB153;
}

/*revista*/
.interior.revista {
    padding-bottom: 40px;
    margin-bottom: 20px;
    
}
.interior.revista .descripcion {
    background: #257de2;
    
}
.interior.revista .descripcion h3 {
    font-weight: 400;
    font-size: 21px;
}
.interior.revista .descripcion h3 strong {
    font-weight: 700;
}
.interior.revista .col-interior h4 {
    color: #257de2;
    background-image: url(../images/arrow-6.svg);
}
.col-interior .btn {
    display: block;
    background: #4063c3;
    width: 90%;
    padding: 5%;
    margin: 5px 0 0 0;
    text-decoration: none;
}
.col-interior .btn h3 {
    color: #fff;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 400;
}
.col-interior .btn h3 strong {
    font-weight: 700;
}
.col-interior .btn h5 {
    background-image: none!important;
    color: #fff!important;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    font-size: 14px;
    font-weight: 400;
    font-style: italic;
    text-transform: none;
}
.ediciones-anteriores {
    float: right;
    width: 100%;
}
.ediciones-anteriores ul {
    width: 100%;
    padding-top: 20px;
}
.ediciones-anteriores ul li {
    float: left;
    width: 30%;
    margin-right: 3%;
    overflow: hidden;
    text-align: center;
    margin-bottom: 20px;
    
}
.ediciones-anteriores ul li img {
    width: 100%;
    height: auto;
    max-height: auto;
}
.ediciones-anteriores ul li h4 {
    color: #363636;
    font-size: 12px;
    padding: 5px 0;
}
.ediciones-anteriores ul li h4 strong {
    font-weight: 700;
}
.ediciones-anteriores ul li a {
    display: block;
    width: 100%;
    color: #fff;
    font-size: 11px;
    text-transform: uppercase;
    text-decoration: none;
    background: #5c48a4;
    padding: 5px 0;
    margin-bottom: 0;
}
.ediciones-anteriores a {
    display: block;
    width: 100%;
    padding: 10px 0;
    text-align: center;
    color: #fff;
    background: #ebebeb;
    color: #3d3d3d;
    font-size: 14px;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 700;
    margin-bottom: 40px;
}
.revista .cabecera .destacado {
    width: 100%;
    float: left;
    position: relative;
    overflow: hidden;
    min-height: 300px;
    height: auto;
    margin-top: 20px;
}
.revista .cabecera .destacado img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
    z-index: 1;
}
.revista .cabecera .destacado h4 {
    z-index: 2;
    width: 80%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #ebebeb;
    padding: 20px 15% 20px 5%;
    font-size: 18px;
    text-transform: uppercase;
    color: #353535;
    font-weight: 700;
    line-height: 100%;
}
.revista .cabecera .destacado h4 span {
    display: block;
    text-transform: none;
    font-weight: 400;
    font-size: 14px;
}
.revista .cabecera .descripcion {
    float: right;
    width: 100%;
    padding: 30px 0;
}
.revista .cabecera .descripcion h3 {
    font-size: 20px;
    text-transform: uppercase;
    color: #fff;
    padding: 0 40px;
    line-height: 100%;
}
.revista .cabecera .descripcion h3 strong {
    display: block;
    font-weight: 700;
}
.revista .cabecera .descripcion h4 {
    color: #fff;
    font-size: 14px;
    padding: 0 40px;
    font-style: italic;
}
.revista .cabecera .descripcion h4 span {
    display: block;
}
.revista .cabecera .col-interior {
    width: 28%;
    padding: 0 1%;
}
.revista .cabecera .botones {
    float: right;
    width: 100%;
}
.revista .cabecera .botones .btn {
    display: block;
    background: #ebebeb;
    width: 100%;
    padding: 5% 0;
    margin: 5px 0 0 0;
    text-decoration: none;
}
.revista .cabecera .botones .btn h3 {
    color: #353535;
    padding: 0 40px;
    margin: 0 0 0 0;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 400;
    line-height: 100%;
}
.revista .cabecera .botones .btn h3 strong {
    font-weight: 700;
    display: block;
}
.revista .cabecera .botones .btn h5 {
    background-image: none;
    color: #353535;
    padding: 0 40px;
    margin: 0 0 0 0;
    font-size: 12px;
    font-weight: 400;
    font-style: italic;
    text-transform: none;
}
.box-news.edicion {
    border: none;
    margin: 10px 0 0 0;
    
}
.box-news.edicion h3 {
    line-height: 100%;
    font-weight: 400;
    padding: 65px 0 65px 5%;
}
.box-news.edicion h3 strong {
    display: block;
    font-weight: 700;
}
.box-news.edicion h3 a {
    color: #4063c3;
}
.box-news.edicion .box a .text {
    background: #ebebeb;
}
.box-news.edicion .box a .text h4 {
    color: #353535;
}
.box-news.edicion .box a .text h5 {
    color: #257de2;
}
.box-news.edicion .box {
    margin-bottom: 10px;
}


/*formulario generico*/
.form-generico {
    padding: 30px 5%;
    float: left;
    width: 90%;
}
.form-generico form, .form-generico form fieldset {
    width: 100%;
    overflow: hidden;
}
.form-generico h3 {
    color: #3d346f;
    font-size: 14px;
    margin: 0 0 10px;
    text-transform: uppercase;
}
.form-generico h4 {
    color:#5157b0;
    font-size: 12px;
    margin: 0 0 10px;
    text-transform: uppercase;
    font-weight: 700;
}
.form-generico p {
    font-size: 11px;
    color: #3c3c3c;
    line-height: 150%;
    padding-bottom: 20px;
}
.form-generico p strong {
    font-weight: 700;
}
.form-generico p a {
    color: #3370d3;
    text-decoration: none;
    font-weight: 700;
}
.form-generico form p {
    color: #3c3c3c;
    font-size: 11px;
    line-height: 150%;
    padding-bottom: 20px;
    width: 100%;
}
.form-generico form div {
    width: 100%;
    height: auto;
    float: left;
    margin-bottom: 10px;
}
.form-generico form div label {
    float: left;
    display: block;
    width: 40%;
    color: #636363;
    font-size: 11px;
    line-height: 120%;
    padding: 5px 0;
    text-transform: uppercase;
}
.form-generico form div label.mini {
    width: 5%;
    padding: 10px 0 5px 0;
}
.form-generico form div input {
    float: left;
    display: block;
    width: 50%;
    background: #ebebeb none repeat scroll 0 0;
    border: medium none;
    color: #636363;
    font-size: 10px;
    font-weight: 700;
    height: 15px;
    padding: 7px 2%;
    text-transform: uppercase;
    width: 46%;
}
.form-generico form div input[type="file"] {
    background: none;
    height: 25px;
    font-weight: 400;
    padding: 0 2% 0 0;
} 
.form-generico form div input.mini {
    width: 11.9%;
    margin-right: 1%;
}
.form-generico form div input.radio {
    width: 10%;
    margin-left: 1%;
    margin-top: 10px;
}
.form-generico form div .error {
    float: left;
    display: block;
    width: 8%;
    text-align: center;
}
.form-generico form div i {
    float: right;
    display: block;
    margin-right: 10%;
    font-size: 12px;
}
.form-generico form div textarea {
    background: #ebebeb none repeat scroll 0 0;
    border: medium none;
    color: #636363;
    font-size: 10px;
    font-weight: 700;
    height: 90px;
    padding: 7px 2%;
    resize: none;
    text-transform: uppercase;
    width: 46%;
    float: left;
}
.form-generico form div select {
    background: #ebebeb none repeat scroll 0 0;
    border: medium none;
    color: #636363;
    font-size: 10px;
    font-weight: 700;
    height: 29px;
    padding: 7px 2%;
    text-transform: uppercase;
    width: 50%;
    float: left;
}
.form-generico form div .boton {
    background: #5f3d91 none repeat scroll 0 0;
    color: #fff;
    float: right;
    font-size: 11px;
    font-weight: 700;
    padding: 7px 0;
    text-align: center;
    text-transform: uppercase;
    width: 50%;
    height: 30px;
    margin-right: 10%;
    margin-bottom: 10px;
}
/*LISTADO NOTICIAS*/
.lnb-seccion {
    
}
.interior.lnb-seccion  {
    
}
.interior.lnb-seccion .descripcion {
    background: #fff;
    border: 1px solid #ccc;
    margin-top: 10px;
}
.interior.lnb-seccion .descripcion h3 {
    color: #673084;
}

.listado-nb {
    width: 100%;
    padding-bottom: 60px;
    padding-top: 10px;
    float: right;
}
.listado-nb .box {
    width: 100%;
    border-bottom: 1px solid #f1f1f1;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.listado-nb .box a {
    text-decoration: none;
    display: block;
}
.listado-nb .box .box-image {
    float: left;
    width: 100%;
    height: 220px;
    overflow: hidden;
}
.listado-nb .box .box-image img {
    width: 100%;
    height: auto;
}
.listado-nb .box .text {
    float: left;
    padding: 10px 3%;
    width: 94%;
}
.listado-nb .box .text h4 {
    font-size: 14px;
    color: #5157b0;
    font-weight: 700;
    padding-bottom: 10px;
}
.listado-nb .box .text p {
    font-size: 12px;
    color: #3c3c3c;
    padding-bottom: 10px;
}
.listado-nb .box .text p span {
    color: #4d7cde;
}
.listado-nb .box .text h5 {
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 700;
}
.listado-nb .box .text h5 a {
    color: #673084;
    text-decoration: none;
    display: inline;
    
}
.listado-nb .box .text h5 a:hover {
    text-decoration: underline!important;
}

/*listado noticias form*/
.listado-nb-form {
    width: 90%;
    float: right;
    padding: 20px 5% 20px 5%;
    border-bottom: 1px solid #f1f1f1;
}
.listado-nb-form h3 {
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 20px;
    color: #575757;
}
.listado-nb-form form {
    width: 100%;
}
.listado-nb-form form div {
    width: 100%;
    height: auto;
    float: left;
    margin-bottom: 10px;
}
.listado-nb-form form div label {
    float: left;
    display: block;
    width: 40%;
    color: #636363;
    font-size: 11px;
    line-height: 120%;
    padding: 5px 0;
    text-transform: uppercase;
}
.listado-nb-form form div input {
    float: left;
    display: block;
    width: 50%;
    background: #ebebeb none repeat scroll 0 0;
    border: medium none;
    color: #636363;
    font-size: 10px;
    font-weight: 700;
    height: auto;
    padding: 7px 2%;
    text-transform: uppercase;
    width: 46%;
}
.listado-nb-form form div select {
    background: #ebebeb none repeat scroll 0 0;
    border: medium none;
    color: #636363;
    font-size: 10px;
    font-weight: 700;
    height: 29px;
    padding: 7px 2%;
    text-transform: uppercase;
    width: 50%;
    float: left;
}
.listado-nb-form .boton {
    background: #5f3d91 none repeat scroll 0 0;
    color: #fff;
    float: right;
    font-size: 11px;
    font-weight: 700;
    padding: 7px 0;
    text-align: center;
    text-transform: uppercase;
    width: 50%;
    height: 30px;
    margin-right: 10%;
    border: none;
    cursor: pointer;
}

/*galeria multimedia*/

.galeria-multimedia {
    width: 100%;
    float: right;
    margin-top: 10px;
    padding-bottom: 40px;
}
.galeria-multimedia .box {
    float: left;
    width: 100%;
    height: 168px;
    position: relative;
    overflow: hidden;
    margin-bottom: 10px;
}
.galeria-multimedia .box a {
    text-decoration: none;
    display: block;
}
.galeria-multimedia .box a img {
    width: 100%;
    height: auto;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}
.galeria-multimedia .box a .text {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    background: #673084;
    min-height: 30px;
    max-height: 90px;
    padding: 10px 5%;
    width: 90%;
}
.galeria-multimedia .box a .text h4 {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 100%;
}
.galeria-multimedia .box a .text h5 {
    font-size: 11px;
    color: #a98aaf;
}

/*pagination*/
.pagination {
    width: 90%;
    padding: 10px 5%;
    clear: both;

}
.pagination p {
    font-size: 12px;
    color: #3c3c3c;
    padding-bottom: 5px;
}
.pagination a {
    background: #5157b0;
    font-weight: 400;
    font-size: 14px;
    text-decoration: none;
    float: left;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    text-align: center;
    color: #fff;
    
}
.pagination a:hover {
    background: #3c3c3c;
}
.pagination .current, .pagination span {
    font-size: 14px;
    color: #3c3c3c;
    font-weight: 700;
    float: left;
    margin: 0 5px;
}

/*portada especialidades*/
.grid {
    float: right;
    width: 90%;
    padding: 0 5% 60px 5%;
}
.grid .grid-item {
    float: left;
    margin-bottom: 20px;
    width: 100%;
    
}
.grid .grid-width {
    width: 100%;
}
.grid .grid-item h3 {
    color: #5980cb;
    font-size: 14px;
    font-weight: 600;
    line-height: 100%;
    margin-bottom: 10px;
}
.grid .grid-item ul li a {
    color: #757575;
    font-size: 11px;
    font-weight: 400;
    text-transform: none;
    width: 100%;
    display: block;
    text-decoration: none;
    padding-bottom: 5px;
}

/*glosario*/
.glosario {
    width: 90%;
    float: right;
    padding: 20px 5% 0 5%;
}
.glosario h3 {
     font-size: 14px;
     color: #3d346f;
     text-transform: uppercase;
}
.glosario .menu-abc {
    width: 100%;
    padding-bottom: 40px;
}
.glosario .menu-abc ul {
    width: 100%;
    padding: 20px 0 0 0;
}
.glosario .menu-abc ul li {
    width: 30px;
    height: 30px;
    text-align: center;
    border: 1px solid #f1f1f1;
    float: left;
    margin: 0 10px 10px 0;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
}
.glosario .menu-abc ul li a {
    text-decoration: none;
    color: #636363;
    display: block;
    padding: 6px 0 0 0;
    height: 24px;
}
.glosario .menu-abc ul li a:hover {
    color: #fff;
    background: #3370d3;
}
/*bebes*/
.bebes {
    width: 90%;
    float: right;
    padding: 20px 5% 0 5%;
    
}
.bebes .menu-abc {
    width: 100%;
    padding-bottom: 40px;
    float: left;
}
.bebes .menu-abc h3 {
    color: #3d346f;
    font-size: 14px;
    margin: 0 0 10px;
    text-transform: uppercase;
}
.bebes .menu-abc ul {
    width: 100%;
    padding: 20px 0 0 0;
}
.bebes .menu-abc ul li {
    width: 30px;
    height: 30px;
    text-align: center;
    border: 1px solid #f1f1f1;
    float: left;
    margin: 0 10px 10px 0;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
}
.bebes .menu-abc ul li a {
    text-decoration: none;
    color: #636363;
    display: block;
    padding: 6px 0 0 0;
    height: 24px;
}
.bebes .menu-abc ul li a:hover {
    color: #fff;
    background: #3370d3;
}
.bebes .menu-abc.nene ul li {
    background: #F8FAFF;
}
.bebes .menu-abc.nena ul li {
    background: #FEF4FF;
}

/*mapa de red*/
.box-mapa {
        width: 100%;
        height: auto;
        background: #f1f1f1;
        clear: both;
        margin-bottom: 10px;
        position: relative;
        margin-top: 30px;
}
.box-mapa a {
        display: block;
        width: 100%;
        height: 60px;
}
.box-mapa span {
        float: left;
        height: 60px;
        width:60px;
        display: block;
        background: #4e56b4 url(/images/ico-plus.svg) center center no-repeat;
        background-size: 50% auto;
}
.box-mapa a h3 {
        font-size: 18px;
        text-transform: uppercase;
        font-weight: 700;
        background: url(/images/arrow-2.svg) 0 25px no-repeat;
        background-size: 5px auto;
        float: left;
        padding: 18px 0 0 15px;
        color:#5157b0;
}
.box-mapa h3 {
        font-size: 17px;
        text-transform: uppercase;
        font-weight: 700;
        float: left;
        padding: 18px 0 0 15px;
}
.box-mapa .mapa-despliegue {
        display: none;
        width: 100%;
        height: auto;
        overflow: hidden;
}
.box-mapa .mapa-despliegue.full {
        display: block;
        padding: 80px 0 40px 0;
}
.box-mapa .mapa-despliegue #map, .box-mapa .mapa-despliegue #box-mapa-home {
        width: 80%;
        padding: 0 5%;
        height: 450px;
        float: left;
}
.box-mapa .mapa-despliegue .filtro {
        float: right;
        width: 100%;
        height: auto;
}
.box-mapa .mapa-despliegue .filtro .tabs {
        position: absolute;
        top: 50px;
        right: 0;
        width: 100%;
}
.box-mapa .mapa-despliegue .filtro .tabs li {
        float: left;
        width: 49%;
        font-size: 12px;
        font-weight: 700;
        text-transform: uppercase;
        text-align: center;
}
.box-mapa .mapa-despliegue .filtro .tabs li a {
        color: #636363;
        display: inline-block;
        padding:0;
        text-decoration: none;
        height: 25px;
        width: auto;
}
.box-mapa .mapa-despliegue .filtro .tabs li a:hover {
        color: #4e56b4;
}
.box-mapa .mapa-despliegue .filtro .tabs .activeli a {
        color: #4e56b4;
}
.box-mapa .mapa-despliegue .filtro .lista {
        width: 90%;
        padding: 10px 5%;
}
.box-mapa .mapa-despliegue .filtro .lista h3 {
        font-weight: 700;
        text-transform: uppercase;
        padding: 0;
        float: none;
}
.box-mapa .mapa-despliegue .filtro .lista ul {
        padding: 20px 0;
}
.box-mapa .mapa-despliegue .filtro .lista ul li {
        background: rgba(0, 0, 0, 0) url("/images/arrow-5.svg") no-repeat scroll left 3px / 5px auto;
        font-size: 12px;
        font-weight: 700;
        padding: 0 0 10px 10px;
        text-transform: uppercase;
        
}
.box-mapa .mapa-despliegue .filtro .lista ul li a {
        height: auto;
        color: #636363;
        display: block;
        text-decoration: none;
}

/*click to call reserva horas*/
.btn-ctc-reserva {
    width: 50%;
    height: auto;
    background: #683282;
    color: #fff;
    clear: both;
    text-decoration: none;
    padding: 8px 0 8px 0;
    text-align: center;
    font-size: 12px;
    text-transform: uppercase;
    margin: 10px 0;
    display: block;
}

/**********RESPONSIVE**********/

@media screen and (min-width:569px) {
    .contenedor {
        max-width: 760px;
        min-width: 569px;
    }
    .tablet {
        display: block;
    }
    .mobile {
        display: none;
    }
    #header h1 {
        float: left;
        margin: 35px 0 20px 50px;
        width: 50%;
    }
    #header h1 a {
        width: 334px;
        height: 68px;
        background-size: 334px auto;
    }
    #header ul {
        float: right;
        padding-top: 35px;
        width: 33%;
    }
    #header ul li {
        float: left;
        border-right: 1px solid #ccc;
        padding: 0 12px;
    }
    #header ul .phone {
        width: auto;
        background:#fff;
        font-size: 14px;
        border: none;
        padding-bottom: 20px;
    }
    #header ul .phone a {
        font-size: 18px;
    }
    #header ul .phone p {
        font-size: 12px;
        padding: 0 0 5px 0;
    }
    #header ul .phone p a {
        font-size: 14px;
    }
    #header ul .redes {
        height: auto;
    }
    #header ul .redes a {
        width: 25px;
        height: 25px;
        margin-right: 5px;
    }
    #header ul .nav {
        float: left;
        width: 90px;
        background: #fff;
        padding: 2px 0 2px 5px;
        border: none;
    }
    #header ul .nav a {
        margin-top: 0;
    }
    #header ul .nav a.lupa {
        background-position: center 2px;
    }
    #header ul .nav a.burger {
        background-position: right 2px;
    }
    #header .box-lupa {
        background: #fff;
        top: 84px;
        right: 111px;
        width: 20%;
        height: 40px;
    }
    /*menu desplegable*/
    #header .menu-open {
        position: fixed;
        top: 0;
        left: 0;
        background:#F1F1F1;
        display: none;
        width: 100%;
        height: 100vh;
        z-index: 11;
    }
    #header .menu-open .contenedor {
        position: relative;
        padding: 0 0 10vh 0;
        height: 90vh;
    }
    #header .menu-open .menu {
        width: 26%;
        float: left;
        padding: 10vh 3% 0 0;
    }
    #header .menu-open .menu li {
        width: 100%;
        font-size: 16px;
        text-transform: uppercase;
        font-weight: 700;
        padding:0;
        border-bottom: 1px solid #d7d7d7;
        border-right: none;
        height: auto;
    }
    #header .menu-open .menu li a {
        text-decoration: none;
        display: block;
        padding: 2vh 0 2vh 40px;
        height: auto;
    }
    #header .menu-open .menu li:first-child a, #header .menu-open .menu li:first-child a:hover, #header .menu-open .menu .activeli:first-child a, #header .menu-open .menu li:nth-child(2) a, #header .menu-open .menu li:nth-child(2) a:hover, #header .menu-open .menu .activeli:nth-child(2) a, #header .menu-open .menu li:nth-child(3) a, #header .menu-open .menu li:nth-child(3) a:hover, #header .menu-open .menu .activeli:nth-child(3) a, #header .menu-open .menu li:nth-child(4) a, #header .menu-open .menu li:nth-child(4) a:hover, #header .menu-open .menu .activeli:nth-child(4) a, #header .menu-open .menu li:nth-child(5) a, #header .menu-open .menu li:nth-child(5) a:hover, #header .menu-open .menu .activeli:nth-child(5) a, #header .menu-open .menu li:nth-child(6) a, #header .menu-open .menu li:nth-child(6) a:hover, #header .menu-open .menu .activeli:nth-child(6) a {
        background-size: 30px auto;
    }
    #header .menu-open .menu li a:hover {
        background: #3370d3;
        color: #fff;
    }
    #header .menu-open .box {
        width: 31%;
        float: left;
        padding: 10vh 2% 0 2%;
    }
    #header .menu-open .box h4 {
        color: #4063c3;
        font-size: 16px;
        text-transform: uppercase;
        font-weight: 700;
        padding-bottom: 1vh;
    }
    #header .menu-open .box ul {
        width: 100%;
        padding: 0 0 2vh 0;
    }
    #header .menu-open .box ul li {
        width: 100%;
        font-size: 14px;
        border: none;
        padding: 0.2vh 0 0 0;
        height: auto;
    }
    #header .menu-open .box ul li a {
        color: #616161;
        text-decoration: none;
        display: block;
    }
    #header .menu-open .access {
        width: 100%;
        position: absolute;
        bottom: 0;
        left: 0;
        padding: 10px 0 20px 0;
        background: #e4e4e4;
        display: block;
    }
    #header .menu-open .access h3 {
        float: left;
        width: 17%;
        font-size: 24px;
        font-weight: 700;
        text-transform: uppercase;
        color: #636363;
        padding: 45px 0 0 3%;
        letter-spacing: -1px;
    }
    #header .menu-open .access ul {
        float: left;
        width: 80%;
        padding: 0;
    }
    #header .menu-open .access ul li {
        width: 23.5%;
        float: left;
        border: 1px solid #ccc;
        padding: 0;
        position: relative;
        height: 120px;
        margin-left: 1%;
    }
    #header .menu-open .access ul li a {
        display: block;
    }
    #header .menu-open .access ul li img {
        height: auto;
        width: 20%;
        position: absolute;
        top: -40px;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
    }
    #header .menu-open .access ul li h4 {
        position: absolute;
        width: 100%;
        bottom: 0;
        background: #4e56b4;
        color: #fff;
        text-align: center;
        font-size: 14px;
        text-transform: uppercase;
        font-weight: 700;
        line-height: 100%;
        padding: 5px 0;
        height: 35px;
    }
    #header .menu-open .access ul li h4 span {
        display: block;
        color: #d5d8ff;
        font-size: 10px;
        text-transform: lowercase;
        font-weight: 400;
        line-height: 80%;
    }
    #header .menu-open .access ul li .arrow {
        background: url(/images/arrow-4.svg) no-repeat;
        width: 14px;
        height: 9px;
        position: absolute;
        right: 0;
        left: 0;
        margin: auto;
        bottom: 43px;
        background-size: 100% auto;
    }
    #header .menu-open .barra-menu {
        width: 1260px;
        height: 21px;
        display: block;
        background: url(/images/barra-menu.png) center bottom no-repeat;
        position: absolute;
        left: 0;
        right: 0;
        margin: auto;
        bottom: -13px;
    }
    #header .menu-open a.close {
        background: url(/images/ico-close.svg) center 2px no-repeat;
        background-size: 16px auto;
        padding-bottom: 2px;
        position: absolute;
        top: 2.3vh;
        right:10px;
        height: 20px;
        width: 20px;
        display: block;
        text-indent: -9999px;
    }
    #header .menu-open .box-search {
        position: absolute;
        top: 2vh;
        right: 40px;
        width: 200px;
    }
    #header .menu-open .box-search input {
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        appearance: none;
        border: 1px solid #ccc;
        padding: 2px 10px;
        background: #fff url(/images/lupa.svg) 95% 4px no-repeat;
        background-size: 16px auto;
        width: 100%;
        float: right;
        font-size: 13px;
        height: 20px;
        color: #717171;
    }
    #header .menu-open .box form {
        padding: 2vh 0;
    }
    #header .menu-open .box form p {
        width: 100%;
        padding: 2vh 0;
    }
    #header .menu-open .box form p input {
        background: #fff;
        border:none;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        font-size: 12px;
        height: 20px;
        padding: 2px 2%;
        width: 71%;
        float: left;
        color: #575757;
        text-transform: uppercase;
    }
    #header .menu-open .box form p button {
        float: right;
        width: 21%;
        height: 25px;
        padding: 2px 2%;
        background: #4e56b4;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        display: block;
        font-size: 10px;
        text-transform: uppercase;
        color: #fff;
        font-weight: 700;
    }
    #header .menu-open .box form h4 {
        font-weight: 400;
        font-size: 14px;
        padding: 2vh 0 0 0;
    }
    #header .menu-open .box form p select {
        background: #fff;
        border: 1px solid #ccc;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        font-size: 12px;
        height: 25px;
        padding: 2px 2%;
        width: 76%;
        float: left;
        color: #575757;
        text-transform: uppercase;
        box-shadow: none;
    }
    #header .menu-open .menu-tabs {
        width: 65%;
        padding-top: 10vh;
    }
    #header .menu-open .menu-tabs li {
        float: left;
        width: auto;
        text-align: center;
        font-size: 12px;
        text-transform: uppercase;
        border: none;
        font-weight: 700;
        margin: 0;
    }
    #header .menu-open .menu-tabs li a {
        color: #636363;
        display: block;
        padding:0 0 1vh 0;
        text-decoration: none;
        border-bottom: 2px solid #4e56b4;
    }
    #header .menu-open .menu-tabs .activeli a {
        color: #4e56b4;
    }
    #header .menu-open .tab-2 .box {
        padding: 3vh 0 0 4%!important;
    }
    /**/
    .flexslider, .slider {
        height: 240px;
    }
    .flexslider .slides li .info {
        top: 30px;
        left: 80px;
        width: 40%;
    }
    .flexslider .slides li .info h2 {
        font-size: 30px;
        line-height: 100%;
    }
    .flexslider .slides li .info h3 {
        font-size: 15px;
        font-style: italic;
        margin-bottom: 5px;
    }
    .flexslider .slides li .info a {
        background: #683282;
        width: auto;
        text-indent: 0px;
        padding: 5px 5px 4px 5px;
        display: inline;
        float: left;
        
    }
    .flexslider .slides li .info .share {
        width: auto;
        float: left;
    }
    .flexslider .slides li .info .share li {
        width: auto;
        float: left;
    }
    .flexslider .slides li .info .share li a {
        display: block;
        width: 25px;
        height: 25px;
        float: left;
        text-indent: -9999px;
        margin-left: 5px;
        padding: 0;
    }
    .flexslider .slides li .info .share li a.face {
        background: url(/images/ico-facebook.svg) no-repeat;
        background-size: 100% auto;
    }
    .flexslider .slides li .info .share li a.tw {
        background: url(/images/ico-twitter.svg) no-repeat;
        background-size: 100% auto;
    }
    .flexslider .flex-direction-nav a::before {
        font-size: 40px;
    }
    .flexslider .flex-direction-nav a {
        width: 40px;
        height: 40px;
    }
    .accesos ul li {
        width: 48%;
        margin-right: 1%;
    }
    /*.accesos ul li:nth-child(4), .accesos ul li:nth-child(8), .accesos ul li:nth-child(12) {
        margin-right: 0;
        margin-left: 0;
    }*/
    .accesos ul li h3 {
        font-size: 13px;
        height: 40px;
        padding-bottom: 30px;
    }
    .accesos ul li h3 span {
        font-size: 11px;
        font-style: italic;
    }
    .accesos ul li h3 span a {
        font-size: 11px;
    }
    .accesos ul li img {
        width: 15%;
    }
    /*.accesos ul li img.ico-agenda {
        left: 8px;
    }
    .accesos ul li img.ico-rayos {
        left: 6px;
    }
    .accesos ul li img.ico-lab {
        left: 7px;
    }
    .accesos ul li img.ico-costo {
        left: 8px;
    }*/
    .accesos-v2 ul li {
        width: 23.9%;
        margin-right: 1%;
    }
    .accesos-v2 ul li:first-child {
        margin-left: 0;
        margin-right: 1%;
    }
    .accesos-v2 ul li:nth-child(4), .accesos-v2 ul li:nth-child(8), .accesos-v2 ul li:nth-child(12) {
        margin-right: 0;
        margin-left: 0;
    }
    .accesos-v2 ul li h3 {
        font-size: 13px;
    }
    .accesos-v2 ul li h3 span {
        font-size: 11px;
        font-style: italic;
    }
    .accesos-v2 ul li img {
        left: 5px;
    }
    /*.accesos-v2 ul li img.ico-agenda {
        left: 8px;
    }
    .accesos-v2 ul li img.ico-rayos {
        left: 6px;
    }
    .accesos-v2 ul li img.ico-lab {
        left: 7px;
    }
    .accesos-v2 ul li img.ico-costo {
        left: 8px;
    }*/
    .lb-accesos .mini-box {
        margin: 180px auto 0;
    }
    .lb-accesos .mini-box h3 {
        font-size: 16px;
    }
    .lb-accesos .mini-box ul li p {
        font-size: 14px;
    }
    .lb-accesos .mini-box p {
        font-size: 13px;
    }
    .banner-admin-1 img {
        margin-left: 0;
    }
    .banner-admin-1.w1 {
        width: 23.9%;
        height: 130px;
        border: 1px solid #fff;
    }
    .banner-admin-1.w1 img {
        width: 100%;
        height: auto;
    }
    .banner-admin-1.m1 {
        margin-left: 0%;
    }
    .banner-admin-2 {
        width: 49%;
        height: 130px;
        border: 1px solid #fff;
    }
    .banner-admin-2 img {
        width: 100%;
        height: auto;
    }
    .banner-admin-1.w2 {
        width: 32.3%;
        height: 170px;
        border: 1px solid #fff;
    }
    .banner-admin-1.w2 img {
        width: 100%;
        height: auto;
    }
    .banner-admin-1.m2 {
        margin:0 1%;
    }
    .banner-admin-1 .text h3 {
        font-size: 17px;
    }
    .banner-admin-1.w1 .text h3, .banner-admin-2 .text h3 {
        font-size: 13px;
    }
    .banner-admin-1 .text h4, .banner-admin-2 .text h4 {
        font-size: 11px;
        font-style: italic;
    }
    .banner-lateral .text h3 {
        font-size: 17px;
    }
    .banner-lateral .text h4 {
        font-size: 11px;
        font-style: italic;
    }
    .box-news {
        width: 99.5%;
        border: 1px solid #ccc;
        padding: 10px 0;
        clear: both;
        margin-bottom: 5px;
    }
    .box-news h3 {
        width: 29%;
        padding: 55px 0;
        text-transform: uppercase;
        padding-left: 5%;
        font-size: 30px;
        font-weight: 700;
        line-height: 100%;
        float: left;
    }
    .box-news h3 a {
        color: #673084;
        text-decoration: none;
    }
    .box-news h3 a span {
        font-size: 14px;
        color: #717171;
        text-transform: lowercase;
        display: block;
        font-style: italic;
        font-weight: 400;
        line-height: 100%;
    }
    .box-news .box {
        float: left;
        width: 32%;
        height: 168px;
        position: relative;
        margin-right: 1%;
        overflow: hidden;
    }
    .box-news .box a {
        text-decoration: none;
        display: block;
    }
    .box-news .box a img {
        width: 100%;
        height: auto;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 1;
    }
    .box-news .box a .text {
        position: absolute;
        bottom: 0;
        left: 0;
        z-index: 2;
        background: #673084;
        min-height: 50px;
        max-height: 90px;
        padding: 10px 5%;
        width: 90%;
    }
    .box-news .box a .text h4 {
        color: #fff;
        font-size: 14px;
        font-weight: 700;
        line-height: 100%;
    }
    .box-news .box a .text h5 {
        font-size: 11px;
        color: #a98aaf;
    }
    .migas .box {
        width: 40px;
    }
    .migas ul {
        padding: 10px 2% 6px 2%;
    }
    .migas ul li {
        font-size: 11px;
        font-weight: 700;
    }
    .col-interior .descripcion {
        height: auto;
        width: 86%;
        padding: 35px 7% 45px 7%;
    }
    .col-interior .descripcion h3 {
        font-size: 24px;
    }
    .centros .descripcion {
        height: 220px;
        width: 26%;
        padding: 35px 2% 45px 2%;
    }
    .centros .descripcion h3 {
        font-size: 24px;
    }
    .col-interior .descripcion .btn-cta, .centros .descripcion .btn-cta  {
        text-align: center;
    }
    .btn-cta {
        width: 50%;
        text-align: center;
    }
    .btn-cta-2 {
        width: 50%;
        text-align: center;
    }
    .centros .img-principal {
        height: 300px;
    }
    .img-principal {
        width: 70%;
        height: auto;
        margin-bottom: 10px;
    }
    .img-principal img {
        height: auto;
        width: 100%;
        max-height: 300px;
    }
    .col-interior {
        width: 30%;
        float: left;
    }
    .col-interior h4 {
        width: 90%;
        text-transform: uppercase;
        padding: 10px 0 0 10%;
        font-size: 14px;
        font-weight: 700;
        color: #5254b2;
        background: url(/images/arrow-2.svg) 10px 15px no-repeat;
        background-size: 5px auto;
    }
    .col-interior h4 a {
        text-decoration: none;
        color: #5254b2;
    }
    .col-interior ul {
        width: 100%;
        list-style: none;
        margin-top: 10px;
    }
    .col-interior ul li {
        text-transform: uppercase;
        font-size: 11px;
        text-transform: uppercase;
        font-weight: 700;
        padding: 7px 2% 7px 10%;
        width: 88%;
        background: url(/images/arrow-2.svg) 10px 10px no-repeat;
        background-size: 3px auto;
    }
    .col-interior ul li:nth-child(odd) {
        background-color: #efefef;
    }
    .col-interior ul li a {
        text-decoration: none;
        color: #636363;
    }
    .col-interior ul li > ul {
        display: none;
    }
    .col-interior ul li:hover ul {
        display: block
    }
    .col-interior ul li ul {}
    .col-interior ul li ul li {
        background-color: transparent;
        font-size: 10px;
        font-weight: 400;
    }
    .col-interior ul li ul li:nth-child(odd), .col-interior ul li ul li:nth-child(even) {
        background-color: transparent;
    }
    .texto {
        float: right;
        width: 64%;
    }
    .texto p {
        font-size: 12px;
    }
    .texto h1, .texto h2, .texto h3, .texto h4, .texto h5, .texto h6 {
        font-size: 16px;
    }
    .galeria {
	float: right;
    margin-left: 4%;
    margin-right: 6%;
    width: 56%;
    }
    .flexslider-2 .slides li .info h3 {
        font-size: 16px;
    }
    .flexslider-2 .marco-rn {
        background-size: auto auto;
    }
    .descarga-docs {
        float: right;
        width: 64%;
    }
    .descarga-docs h3 {
        font-size: 16px;
    }
    .descarga-docs ul li {
        width: 80%;
        font-size: 13px;
    }
    .descarga-docs ul li a.pdf, .descarga-docs ul li a.doc, .descarga-docs ul li a.excel, .descarga-docs ul li a.ppt {
        background-size: 20px auto;
    }
    .resultado-bsqd.v2 {
        width: 64%;
        margin: 0 5% 0 0;
        float: right;
    }
    .resultado-bsqd.v2 .box-bsqd {
        width: 99%;
    }
    .acordeon {
        width: 64%;
        float: right;
    }
    .acordeon h3 {
        font-size: 16px;
    }
    .acordeon h4 {
        font-size: 14px;
    }
    .acordeon div p {
        font-size: 12px;
    }
    .box-form  {
        width: 64%;
        float: right;
        padding: 0 20px 40px 20px;
    }
    .box-form form {
        padding: 0 0 40px 0;
        width: 100%;
    }
    .box-form form input, .box-form form select, .box-form form textarea, .box-form form label {
        font-size: 11px;
    }
    .box-form form .check {
        width: 5%;
    }
    .box-form form button {
        width: 25%;
    }
    .busqueda h3 {
        font-size: 22px;
        float: left;
        width: 20%;
        padding: 40px 0 0 5%;
    }
    .busqueda h3 span {
        font-size: 16px;
    }
    .busqueda .box-b  {
        padding: 10px 0;
        width: 35%;
        float: left;
        margin-bottom: 30px;
    }
    .resultado-bsqd {
        margin: 0 5%;
        width: 90%;
        clear: both;
    }
    .resultado-bsqd h3 {
        width: 100%!important;
        font-size: 16px;
        padding: 20px 0!important;
        float: none;
    }
    .resultado-bsqd .box-bsqd {
        width: 48%;
        float: left;
        padding: 0 1%;
        margin: 20px 0;
    }
    .resultado-bsqd .box-bsqd .text h4 {
        font-size: 14px;
    }
    .resultado-bsqd .box-bsqd .text h5 {
        font-size: 12px;
    }
    .resultado-bsqd .box-bsqd .text p {
        font-size: 10px;
    }
    .resultado-bsqd .box-bsqd .text p strong {
        font-size: 12px;
    }
    .resultado-bsqd .box-bsqd .btns li {
        font-size: 12px;
    }
    .resultado-bsqd .box-bsqd .btns li a {
        font-size: 11px;
    }
    .resultado-bsqd .box-bsqd.docs {
        width: 98%;
        margin: 20px 1% 10px 1%;
    }
    .resultado-bsqd .box-bsqd.docs .text {
        width: 65%;
        margin-left: 3%;
    }
    .resultado-bsqd .box-bsqd.docs .text p {
        font-size: 11px;
    }
    .resultado-bsqd .btn-cargar {
        font-size: 15px;
    }
    .centros .accesos-v2 {
        width: 100%;
        float: left;
    }
    .centros .ubicacion {
        width: 30%;
        margin-left: 1%;
        height: auto;
        padding: 0 2%;
    }
    .centros .ubicacion h3 {
        font-size: 17px;
        margin-bottom: 5px;
    }
    .centros .ubicacion h3 span {
        font-size: 12px;
    }
    .centros .map {
        width: 33%;
        height: 180px;
    }
    .centros .map.banner .text {
        width: 40%;
        top: 20%;
    }
    .centros .map.banner .text h3 {
        font-size: 17px;
    }
    .centros .map.banner .text h4 {
        font-size: 11px;
        font-style: italic;
    }
    .centros .box-news {
        margin-top: 10px;
        float: left;
    }
    .centros .box-news .box {
        width: 32%;
        height: 160px;
    }
    .centros .box-news .box a .text {
        min-height: 50px;
    }
    .centros .box-news .box a .text h4 {
        font-size: 14px;
    }
    .centros .accesos-v2 ul li img.ico-admision {
        top: 14px;
        left: 8px;
        width: 15%;
    }
    .centros .accesos-v2 ul li img.ico-money {
        left: 9px;
    }
    .centros .accesos-v2 ul li img.ico-horario {
        width: 17%;
        top: 15px;
    }
    .centros .descripcion .face {
        width: 30px;
        height: 30px;
    }
    .centros .descripcion .tw {
        width: 30px;
        height: 30px;
    }
    .ediciones-anteriores {
        float: right;
        width: 64%;
    }
    .ediciones-anteriores a {
        font-size: 16px;
        width: 96%;
    }
    .ediciones-anteriores ul li h4 {
        font-size: 14px;
    }
    .ediciones-anteriores ul li a {
        font-size: 12px;
    }
    .ediciones-anteriores ul li img {
        max-height: 194px;
    }
    .revista .cabecera .destacado {
        height: 440px;
        width: 40%;
    }
    .revista .cabecera .destacado h4 {
        font-size: 26px;
    }
    .revista .cabecera .destacado h4 span {
        font-size: 20px;
    }
    .revista .cabecera .descripcion {
        width: 30%;
        padding: 45px 0;
        margin-top: 20px;
    }
    .revista .cabecera .descripcion h3 {
        font-size: 24px;
    }
    .revista .cabecera .descripcion h4 {
        font-size: 14px;
    }
    .revista .cabecera .botones {
        width: 30%;
    }
    .revista .cabecera .botones .btn h3 {
        font-size: 16px;
    }
    .revista .cabecera .botones .btn h5 {
        font-size: 14px;
    }
    .box-news.edicion h3 {
        padding: 45px 0 45px 4%;
    }
    .form-generico {
        width: 64%;
        padding: 30px 0 30px 5%;
    }
    .form-generico h3 {
        font-size: 16px;
    }
    .form-generico h4 {
        font-size: 14px;
    }
    .form-generico form div input, .form-generico form div select, .form-generico form div textarea {
        font-size: 11px;
    }
    .form-generico form div input {
        height: auto;
    }
    .form-generico form div .boton {
        width: 25%;
    }
    .form-generico form div input.mini {
        margin-right: 0.7%;
    }
    .form-generico form p {
        font-size: 12px;
    }
    .form-generico p {
        font-size: 12px;
    }
    .listado-nb {
        width: 68%;
        
    }
    .listado-nb .box {
        width: 95%;
        padding: 0 5% 20px 0;
    }
    .listado-nb .box .text h4 {
        font-size: 18px;
    }
    .listado-nb .box .text p {
        font-size: 14px;
    }
    .listado-nb .box .text h5 {
        font-size: 12px;
    }
    .listado-nb .box .box-image {
        height: 180px;
        width: 30%;
    }
    .listado-nb .box .box-image img {
        width: auto;
        height: 100%;
    }
    .listado-nb .box .text {
        width: 64%;
    }
    .listado-nb-form {
        width: 66%;
        padding: 20px 1% 40px 1%;
        margin-bottom: 10px;
    }
    .listado-nb-form h3 {
        font-size: 22px;
    }
    .listado-nb-form form div input {
        height: auto;
    }
    .galeria-multimedia {
        width: 68%;
    }
    .galeria-multimedia .box {
        width: 32%;
        margin-right: 1%;
    }
    .galeria-multimedia .box a .text {
        min-height: 50px;
    }
    .pagination {
        padding: 10px 0;
        width: 100%;
    }
    /*mas ancho*/
    .mas-ancho .descripcion {
        width: 40%!important;
    }
    .mas-ancho .img-principal {
        width: 56%!important;
    }
    .grid {
        width: 64%;
        padding: 0 0 60px 0;
    }
    .grid .grid-width {
        width: 45%;
        margin-right: 5%;
    }
    .grid .grid-item {
        width: 45%;
        margin-right: 5%;
    }
    .grid .grid-item h3 {
        font-size: 16px;
    }
    .grid .grid-item ul li a {
        font-size: 14px;
    }
    .glosario {
        width: 64%;
        padding: 40px 0 0 0;
    }
    .glosario h3 {
        font-size: 16px;
    }
    .bebes {
        width: 64%;
        padding: 40px 0 0 0;
    }
    .bebes .menu-abc h3 {
        font-size: 16px;
    }
    .box-mapa .mapa-despliegue .filtro .tabs {
        top: 70px;
    }
    .box-mapa .mapa-despliegue .filtro .tabs li {
        width: 25%;
    }
    .col-interior .descripcion .face, .col-interior .descripcion .tw {
        width: 30px;
        height: 30px;
        margin-top: 20px;
    }
    .btn-ctc-reserva {
        width: 30%;
        font-size: 13px;
    }
    #footer .menu {
        height: auto;
        width: 100%;
        border-top: 8px solid #f1f1f1;
    }
    #footer .menu .box24 {
        width: 22%;
        float: left;
        padding: 110px 0 100px 2%;
    }
    #footer .menu .box24 h3 {
        font-size: 24px;
        font-weight: 700;
        text-transform: uppercase;
        line-height: 100%;
    }
    #footer .menu .box24 h3 a {
        color: #5e3b93;
        text-decoration: none;
    }
    #footer .menu .box24 h3 span {
        color: #717171;
        text-transform: capitalize;
        display: block;
        font-size: 13px;
        font-weight: 400;
        line-height: 100%;
    }
    #footer .menu .box24 .redes {
        width: 90%;
        border-top: 1px solid #eee;
        margin-top: 5px;
        padding-top: 10px;
    }
    #footer .menu .box24 .redes li {
        float: left;
        width: 20px;
        height: 20px;
        margin-right: 5px;
    }
    #footer .menu .box24 .redes li a {
        display: block;
        height: 20px;
        width: 20px;
        text-indent: -9999px;
    }
    #footer .menu .box24 .redes li a.face {
        background: url(/images/ico-facebook.svg) no-repeat;
        background-size: 100% auto;
    }
    #footer .menu .box24 .redes li a.tw {
        background: url(/images/ico-twitter.svg) no-repeat;
        background-size: 100% auto;
    }
    #footer .menu .box24 .redes li a.yt {
        background: url(/images/ico-youtube.svg) no-repeat;
        background-size: 100% auto;
    }
    #footer .menu .box24 .redes li a.mail {
        background: url(/images/ico-mail.svg) no-repeat;
        background-size: 100% auto;
    }
	
    #footer .menu .box19 {
        width: 17%;
        float: left;
        padding: 25px 2% 15px 0;
    }
    #footer .menu .box19 h3 {
        color: #5980cb;
        font-size: 12px;
        font-weight: 700;
        text-transform: uppercase;
        line-height: 100%;
        margin-bottom: 3px;
    }
    #footer .menu .box19 ul {
        width: 100%;
        margin-bottom: 15px;
    }
    #footer .menu .box19 ul li {
        color: #757575;
        font-size: 10px;
        text-transform: none;
        font-weight: 400;
        width: 100%;
        font-style: italic;
    }
    #footer .menu .box19 ul li a {
        color: #757575;
        text-decoration: none;
    }
    #footer .box-premios ul li img {
        width: auto;
    }
}
    
    
@media screen and (min-width:1025px), screen\9 {
    .contenedor {
        max-width: 1260px;
        min-width: 769px;
    }
    .desktop {
        display: block;
    }
    #header h1 {
        width: 40%;
    }
    #header h1 a {
        width: 398px;
        background-size: 398px auto;
        height: 80px;
    }
    #header ul {
        width: 620px;
        padding-top: 65px;
    }
    #header ul li {
        padding: 6px 12px;
    }
    #header ul .phone {
        font-size: 20px;
        border-right: 1px solid #ccc;
        padding: 0px 36px 12px 12px;
        line-height: 120%;
    }
    #header ul .phone a {
        font-size: 28px;
    }
    #header ul .phone p {
        font-size: 14px;
    }
    #header ul .phone p a {
        font-size: 18px;
    }
    #header ul .nav {
        padding:8px 0 2px 5px;
        background: none;
        position: relative;
        width: 120px;
    }
    #header ul .nav a.lupa {
        background-size: 20px auto;
        height: 20px;
    }
    #header ul .nav a.burger {
        background-size: 18px auto;
        height: 20px;
        font-size: 16px;
        padding-right: 15%;
        width: 55%;
    }
    #header ul .redes a {
        height: 30px;
        width: 30px;
        margin-right: 10px;
    }
    #header .box-lupa {
        top: 65px;
        right: 131px;
        width: 480px;
        height: 40px;
    }
    #header .box-lupa {
        top: 60px;
    }
    #header .box-lupa input {
        font-size: 14px;
        height: 30px;
    }
    /*menu desplegable*/
    #header .menu-open {
        position: fixed;
        top: 0;
        left: 0;
        background:#F1F1F1;
        display: none;
        width: 100%;
        height: 100vh;
        z-index: 11;
    }
    #header .menu-open .contenedor {
        position: relative;
        padding: 0 0 10vh 0;
        height: 90vh;
    }
    #header .menu-open .menu {
        width: 30%;
        float: left;
        padding: 10vh 3% 0 0;
    }
    #header .menu-open .menu li {
        width: 100%;
        font-size: 21px;
        text-transform: uppercase;
        font-weight: 700;
        padding:0;
        border-bottom: 1px solid #d7d7d7;
        border-right: none;
        height: auto;
    }
    #header .menu-open .menu li a {
        text-decoration: none;
        display: block;
        padding: 2vh 0 2vh 50px;
    }
    #header .menu-open .menu li:first-child a, #header .menu-open .menu li:first-child a:hover, #header .menu-open .menu .activeli:first-child a, #header .menu-open .menu li:nth-child(2) a, #header .menu-open .menu li:nth-child(2) a:hover, #header .menu-open .menu .activeli:nth-child(2) a, #header .menu-open .menu li:nth-child(3) a, #header .menu-open .menu li:nth-child(3) a:hover, #header .menu-open .menu .activeli:nth-child(3) a, #header .menu-open .menu li:nth-child(4) a, #header .menu-open .menu li:nth-child(4) a:hover, #header .menu-open .menu .activeli:nth-child(4) a, #header .menu-open .menu li:nth-child(5) a, #header .menu-open .menu li:nth-child(5) a:hover, #header .menu-open .menu .activeli:nth-child(5) a, #header .menu-open .menu li:nth-child(6) a, #header .menu-open .menu li:nth-child(6) a:hover, #header .menu-open .menu .activeli:nth-child(6) a {
        background-size: 35px auto;
    }
    #header .menu-open .box {
        width: 24%;
        float: left;
        padding: 0 3% 10vh 6%;
        height: auto;
        max-height: 40vh;
        overflow-y: auto;
        overflow-x: hidden;
        margin-top: 10vh;
    }
    #header .menu-open .box h4 {
        color: #4063c3;
        font-size: 18px;
        text-transform: uppercase;
        font-weight: 700;
        padding-bottom: 1vh;
    }
    #header .menu-open .box ul {
        width: 100%;
        padding: 0 0 2vh 0;
    }
    #header .menu-open .box ul li {
        width: 100%;
        font-size: 14px;
        border: none;
        padding: 0.2vh 0 0 0;
        height: auto;
    }
    #header .menu-open .box ul li a {
        color: #616161;
        text-decoration: none;
        display: block;
    }
    #header .menu-open .access {
        width: 100%;
        position: absolute;
        bottom: 0;
        left: 0;
        padding: 10px 0 20px 0;
        background: #e4e4e4;
    }
    #header .menu-open .access h3 {
        float: left;
        width: 27%;
        font-size: 35px;
        font-weight: 700;
        text-transform: uppercase;
        color: #636363;
        padding: 45px 0 0 3%;
        letter-spacing: -1px;
    }
    #header .menu-open .access ul {
        float: left;
        width: 70%;
        padding: 0;
    }
    #header .menu-open .access ul li {
        width: 18.5%;
        float: left;
        border: 1px solid #ccc;
        padding: 0;
        position: relative;
        height: 120px;
        margin-left: 1%;
    }
    #header .menu-open .access ul li a {
        display: block;
    }
    #header .menu-open .access ul li img {
        height: auto;
        width: 20%;
        position: absolute;
        top: -40px;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
    }
    #header .menu-open .access ul li h4 {
        position: absolute;
        width: 100%;
        bottom: 0;
        background: #4e56b4;
        color: #fff;
        text-align: center;
        font-size: 14px;
        text-transform: uppercase;
        font-weight: 700;
        line-height: 100%;
        padding: 5px 0;
        height: 35px;
    }
    #header .menu-open .access ul li h4 span {
        display: block;
        color: #d5d8ff;
        font-size: 10px;
        text-transform: lowercase;
        font-weight: 400;
        line-height: 80%;
    }
    #header .menu-open .access ul li .arrow {
        background: url(/images/arrow-4.svg) no-repeat;
        width: 14px;
        height: 9px;
        position: absolute;
        right: 0;
        left: 0;
        margin: auto;
        bottom: 43px;
        background-size: 100% auto;
    }
    #header .menu-open .barra-menu {
        width: 1260px;
        height: 21px;
        display: block;
        background: url(/images/barra-menu.png) center bottom no-repeat;
        position: absolute;
        left: 0;
        right: 0;
        margin: auto;
        bottom: -13px;
    }
    #header .menu-open a.close {
        background: url(/images/ico-close.svg) center 2px no-repeat;
        background-size: 16px auto;
        padding-bottom: 2px;
        position: absolute;
        top: 2.3vh;
        right:10px;
        height: 20px;
        width: 20px;
        display: block;
        text-indent: -9999px;
    }
    #header .menu-open .box-search {
        position: absolute;
        top: 2vh;
        right: 40px;
        width: 200px;
    }
    #header .menu-open .box-search input {
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        appearance: none;
        border: 1px solid #ccc;
        padding: 2px 10px;
        background: #fff url(/images/lupa.svg) 95% 4px no-repeat;
        background-size: 16px auto;
        width: 100%;
        float: right;
        font-size: 13px;
        height: 20px;
        color: #717171;
    }
    #header .menu-open .box form {
        padding: 2vh 0;
    }
    #header .menu-open .box form p {
        width: 100%;
        padding: 2vh 0;
    }
    #header .menu-open .box form p input {
        background: #fff;
        border:none;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        font-size: 12px;
        height: 20px;
        padding: 2px 2%;
        width: 71%;
        float: left;
        color: #575757;
        text-transform: uppercase;
    }
    #header .menu-open .box form p button {
        float: right;
        width: 21%;
        height: 25px;
        padding: 2px 2%;
        background: #4e56b4;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        display: block;
        font-size: 10px;
        text-transform: uppercase;
        color: #fff;
        font-weight: 700;
    }
    #header .menu-open .box form h4 {
        font-weight: 400;
        font-size: 14px;
        padding: 2vh 0 0 0;
    }
    #header .menu-open .box form p select {
        background: #fff;
        border: 1px solid #ccc;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        font-size: 12px;
        height: 25px;
        padding: 2px 2%;
        width: 76%;
        float: left;
        color: #575757;
        text-transform: uppercase;
        box-shadow: none;
    }
    #header .menu-open .menu-tabs {
        width: 65%;
        padding-top: 10vh;
        margin-bottom: -5vh;
    }
    #header .menu-open .menu-tabs li {
        float: left;
        width: auto;
        text-align: center;
        font-size: 13px;
        text-transform: uppercase;
        border: none;
        font-weight: 700;
        margin: 0 2%;
    }
    #header .menu-open .menu-tabs li a {
        color: #636363;
        display: block;
        padding:0 0 1vh 0;
        text-decoration: none;
        border-bottom: 2px solid #4e56b4;
    }
    #header .menu-open .menu-tabs .activeli a {
        color: #4e56b4;
    }
    #header .menu-open .tab-2 .box {
        padding: 3vh 0 0 6%!important;
    }
    /**/
    .flexslider, .slider {
        height: 480px;
    }
    .slider {
        width: 70%;
        float: left;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .flexslider .slides img {
        height: 100%;
        width: auto;
    }
    .flexslider .flex-control-nav {
        display: block;
        width: 20px;
        position: absolute;
        bottom: 0;
        top: 0;
        margin: auto;
        height: 100px;
        left: 20px;
    }
    .flexslider .flex-control-paging li {
        margin: 0;
    }
    .flexslider .flex-control-paging li a {
        border: 3px solid #592264;
        background: none;
        height: 5px;
        width: 5px;
        box-shadow: none;
    }
    .flexslider .flex-control-paging li a.flex-active, .flexslider .flex-control-paging li a:hover {
        background:#592264; 
    }
    .flexslider .flex-direction-nav {
        display: none;
    }
    .flexslider .slides li .info {
        top: 160px;
        width: 40%;
    }
    .flexslider .slides li .info h2 {
        font-size: 40px;
    }
    .flexslider .slides li .info h3 {
        font-size: 18px;
        width: 80%;
    }
    .accesos {
        width: 29%;
        float: left;
        height: 480px;
        padding-left: 1%;
        margin-bottom: 10px;
        
    }
    .accesos ul {
        height: 100%;
    }
    .accesos ul li {
        width: 100%;
        margin-right:0;
        margin-left: 0;
        height: 19%;
        margin-bottom: 1%;
        overflow: hidden;
    }
    .accesos ul li:last-child {
        margin-bottom: 0;
    }
    .accesos ul li h3 {
        height: 83%;
        padding: 4% 5% 10% 5%;
        font-size: 18px;
    }
    .accesos ul li h3 span {
        font-size: 14px;
    }
    .accesos ul li h3 span a {
        font-size: 12px;
    }
    .accesos ul li .arrow {
        top: 45%;
    }
    .accesos ul li img {
        top: 15px;
    }
    /*.accesos ul li img.ico-agenda {
        width: 16%;
        left: 16px;
        top: 15px;
    }
    .accesos ul li img.ico-rayos {
        left: 19px;
        top: 20px;
        width: 14%;
    }
    .accesos ul li img.ico-lab {
        width: 13%;
        top:20px;
        left: 20px;
    }
    .accesos ul li img.ico-costo {
        top: 20px;
        left: 22px;
        width: 12%;
    }
    .accesos ul li img.ico-clinica {
        top: 18px;
        left: 18px;
        width: 14%;
    }*/
    .lb-accesos {
        position: absolute;
        width: 100%;
        height: 100vh;
        background: rgba(45,46,56,0.7);
        display: none;
        z-index: 100;
    }
    .lb-accesos .mini-box {
        width: 40%;
        min-height: 200px;
        padding-bottom: 20px;
        background: #fff;
        margin: 180px auto 0;
        position: relative;
    }
    .lb-accesos .mini-box h3 {
        text-transform: uppercase;
        color: #525aae;
        font-size: 24px;
        text-align: center;
        font-weight: 700;
        padding: 25px 0 15px 0;
    }
    .lb-accesos .mini-box h4 {
        font-size: 16px;
        text-align: center;
        color: #616161;
        padding-bottom: 10px;
    }
    .lb-accesos .mini-box ul {
        width: 80%;
        margin: 0 auto;
        padding-bottom: 20px;
        border-bottom: 1px solid #ececec;
    }
    .lb-accesos .mini-box ul li {
        width: 100%;
        background: #ececec;
        height: 50px;
        margin-bottom: 5px;
    }
    .lb-accesos .mini-box ul li .box-ico {
        width: 50px;
        height: 50px;
        float: left;
        background: #525aae;
        text-align: center;
    }
    .lb-accesos .mini-box ul li .box-ico img {
        width: 75%;
        margin-top: 5px;
        
    }
    .lb-accesos .mini-box ul li p {
        display: block;
        float: left;
        padding: 15px 10px 0 15px;
        color: #616161;
        font-size: 16px;
    }
    .lb-accesos .mini-box .close {
        position: absolute;
        right: 10px;
        top: 10px;
        width: 20px;
        height: 20px;
        background: #ececec;
        text-align: center;
        text-decoration: none;
        color: #bbbbbb;
    }
    .banner-admin-1.w1 {
        height: 225px;
    }
    .banner-admin-2 {
        height: 225px;
        width: 49.6%;
    }
    .banner-admin-1.w1 .text h3, .banner-admin-2 .text h3, .banner-admin-1.w2 .text h3 {
        font-size: 22px;
    }
    .banner-admin-1 .text h4, .banner-admin-2 .text h4 {
        font-size: 16px;
    }
    .banner-lateral {
        height: 280px;
    }
    .banner-lateral img {
        width: auto;
        height: auto;
    }
    .banner-lateral .text h3 {
        font-size: 22px;
    }
    .banner-lateral .text h4 {
        font-size: 16px;
    }
    .banner-admin-2 .text h4 {
        width: 80%;
    }
    .box-news {
        width: 99.8%;
    }
    .box-news h3 {
        font-size: 40px;
        padding: 75px 0 75px 5%;
        width: 19.9%;
    }
    .box-news h3 a span {
        font-size: 16px;
    }
    .box-news .box {
    background-size: 100% auto;
    height: 265px;
    width: 24%;
    }
    .box-news .box a .text {
        min-height: 60px;
        max-height: 120px;
    }
    .box-news .box a .text h4 {
        font-size: 18px;
    }
    .box-news .box a .text h5 {
        font-size: 14px;
    }
    .banner-admin-1.w2 {
        width: 24.05%;
        height: 225px;
    }
    .banner-admin-1.m1 {
        margin-right: 1%;
        margin-left: 0;
    }
    .box-mapa {
        width: 100%;
        height: auto;
        background: #f1f1f1;
        clear: both;
        margin-bottom: 60px;
        position: relative;
        margin-top: 10px;
    }
    .box-mapa a {
        display: block;
        width: 100%;
        height: 60px;
    }
    .box-mapa span {
        float: left;
        height: 60px;
        width:60px;
        display: block;
        background: #4e56b4 url(/images/ico-plus.svg) center center no-repeat;
        background-size: 50% auto;
    }
    .box-mapa a h3 {
        font-size: 18px;
        text-transform: uppercase;
        font-weight: 700;
        background: url(/images/arrow-2.svg) 0 25px no-repeat;
        background-size: 5px auto;
        float: left;
        padding: 18px 0 0 15px;
    }
    .box-mapa h3 {
        font-size: 18px;
        text-transform: uppercase;
        font-weight: 700;
        float: left;
        padding: 18px 0 0 15px;
    }
    .box-mapa .mapa-despliegue {
        display: none;
        width: 100%;
        height: 600px;
        overflow: hidden;
    }
    .box-mapa .mapa-despliegue.full {
        display: block;
        padding: 20px 0 0 0;
    }
    .box-mapa .mapa-despliegue #map, .box-mapa .mapa-despliegue #box-mapa-home {
        width: 75%;
        height: 600px;
        float: left;
        padding: 0;
    }
    .box-mapa .mapa-despliegue .filtro {
        float: right;
        width: 25%;
        height: 600px;
    }
    .box-mapa .mapa-despliegue .filtro .tabs {
        position: absolute;
        top: 20px;
        right: 0;
        width: 70%;
    }
    .box-mapa .mapa-despliegue .filtro .tabs li {
        float: left;
        width: 25%;
        font-size: 14px;
        font-weight: 700;
        text-transform: uppercase;
        text-align: center;
    }
    .box-mapa .mapa-despliegue .filtro .tabs li a {
        color: #636363;
        display: inline-block;
        padding:0;
        text-decoration: none;
        height: 25px;
        width: auto;
    }
    .box-mapa .mapa-despliegue .filtro .tabs li a:hover {
        color: #4e56b4;
    }
    .box-mapa .mapa-despliegue .filtro .tabs .activeli a {
        color: #4e56b4;
    }
    .box-mapa .mapa-despliegue .filtro .lista {
        width: 80%;
        padding: 10px 10%;
    }
    .box-mapa .mapa-despliegue .filtro .lista h3 {
        font-weight: 700;
        text-transform: uppercase;
        padding: 0;
        float: none;
    }
    .box-mapa .mapa-despliegue .filtro .lista ul {
        padding: 20px 0;
    }
    .box-mapa .mapa-despliegue .filtro .lista ul li {
        background: rgba(0, 0, 0, 0) url("/images/arrow-5.svg") no-repeat scroll left 3px / 5px auto;
        font-size: 12px;
        font-weight: 700;
        padding: 0 0 10px 10px;
        text-transform: uppercase;
        
    }
    .box-mapa .mapa-despliegue .filtro .lista ul li a {
        height: auto;
        color: #636363;
        display: block;
        text-decoration: none;
    }
    .migas {
        margin-bottom: 10px;
    }
    .migas .box {
        height: 60px;
        width: 60px;
    }
    .migas ul {
        padding-top: 20px;
    }
    .migas ul li {
        font-size: 15px;
    }
    .col-interior .descripcion {
        height: auto;
        padding-top: 45px;
    }
    .col-interior .descripcion h3 {
        font-size: 31px;
    }
    .col-interior .descripcion p {
        font-size: 16px;
        font-style: italic;
    }
    .centros .descripcion {
        height: 280px;
        padding-top: 45px;
    }
    .centros .descripcion h3 {
        font-size: 28px;
    }
    .centros .descripcion p {
        font-size: 16px;
        font-style: italic;
    }
    .col-interior .descripcion .btn-cta, .centros .descripcion .btn-cta {
        width: 41%;
        margin-right: 2%;
        padding: 5px 2%;
        font-size: 13px;
        margin-top: 20px;
    }
    .col-interior .descripcion .btn-cta.dos, .centros .descripcion .btn-cta {
        float: right;
        padding: 5px 0;
        font-size: 13px;
        width: 46%;
    }
    .btn-cta {
        width: 25%;
        font-size: 13px;
        padding: 5px 2%;
    }
    .btn-cta-2 {
        width: 25%;
        font-size: 13px;
        padding: 5px 2%;
    }
    .centros .img-principal {
        height: 370px;
    }
    .img-principal {
        height: auto;
        height: 300px;
    }
    .img-principal img {
        height: auto;
        min-height: 400px;
        width: 100%;
    }
    .col-interior h4 {
        padding: 15px 0 15px 10%;
        font-size: 20px;
        background-position: 10px 22px
    }
    .col-interior ul li {
        font-size: 13px;
        background-size: 4px auto;
    }
    .col-interior ul li ul li {
        font-size: 12px;
    }
    .texto p {
        font-size: 16px;
    }
    .texto h1, .texto h2, .texto h3, .texto h4, .texto h5, .texto h6 {
        font-size: 24px;
    }
    .texto ul li, .texto ol li {
        font-size: 16px;
    }
    .texto table th {
        font-size: 18px;
    }
    .texto table td {
        font-size: 16px;
    }
    .texto iframe {
	min-height: 650px;
	height: auto!important;	
    }
    .descarga-docs h3 {
        font-size: 24px;
    }
    .descarga-docs ul li {
        font-size: 16px;
        margin-bottom: 10px;
        width: 96%;
    }
    .descarga-docs ul li a {
        padding: 15px 20px 15px 0;
    }
    .descarga-docs ul li a.pdf, .descarga-docs ul li a.doc, .descarga-docs ul li a.excel, .descarga-docs ul li a.ppt {
        background-size: 30px auto;
    }
    .resultado-bsqd.v2 {
        margin: 0 20px 0 0;
    }
    .resultado-bsqd.v2 .box-bsqd {
        width: 48%;
    }
    .acordeon {
        padding-bottom: 100px;
    }
    .acordeon h3 {
        font-size: 24px;
    }
    .acordeon h4 {
        font-size: 18px;
        padding: 10px 0;
    }
    .acordeon div {
        padding: 20px 10px;
        font-size: 16px;
    }
    .acordeon div p {
        font-size: 16px;
    }
    .acordeon div ul li {
        font-size: 16px;
        padding: 5px 0 5px 0;
    }
    .box-form form input, .box-form form select, .box-form form textarea, .box-form form label {
        font-size: 13px;
    }
    .busqueda h3 {
        font-size: 30px;
        padding: 70px 0 0 5%;
    }
    .busqueda h3 span {
        font-size: 24px;
    }
    .busqueda .box-b {
        padding: 40px 0;
        
    }
    .busqueda .box-b form h4 {
        font-size: 14px;
        padding: 10px 0 5px 0;
    }
    .busqueda .box-b form p button {
        font-size: 12px;
    }
    .resultado-bsqd h3 {
        font-size: 24px;
    }
    .resultado-bsqd .box-bsqd {
        margin: 20px 0 40px 0;
    }
    .resultado-bsqd .box-bsqd .text h4 {
        font-size: 16px;
    }
    .resultado-bsqd .box-bsqd .text h5 {
        font-size: 14px;
    }
    .resultado-bsqd .box-bsqd .text p {
        font-size: 12px;
    }
    .resultado-bsqd .box-bsqd .btns li a {
        font-size: 14px;
        font-weight: 400;
    }
    .resultado-bsqd .box-bsqd .text p strong {
        font-size: 14px;
    }
    .resultado-bsqd .btn-cargar {
        font-size: 18px;
    }
    .resultado-bsqd .box-bsqd img {
        height:  150px;
    }
    .resultado-bsqd .box-bsqd.docs .text p {
        font-size: 12px;
    }
    .centros .accesos-v2 {
        width: 100%;
        padding: 10px 0 10px 0;
        height: auto;
    }
    .centros .accesos-v2 ul {
        width: 100%;
        padding: 0;
    }
    .centros .accesos-v2 ul li {
        width: 24%;
        float: left;
        border: 1px solid #ccc;
        padding: 0;
        position: relative;
        height: 160px;
        margin-left: 0;
        margin-right: 1.1%;
    }
    .centros .accesos-v2 ul li:nth-child(4), .centros .accesos-v2 ul li:nth-child(8), .centros .accesos-v2 ul li:nth-child(12)  {
        margin-right: 0;
    }
    .centros .accesos-v2 ul li a {
        display: block;
        width: 100%;
        height: 100%;
    }
    .centros .accesos-v2 ul li img {
        height: auto;
        width: 16%;
        position: absolute;
        top: -70px;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
    }
    .centros .accesos-v2 ul li h3 {
        position: absolute;
        width: 96%;
        bottom: 0;
        background: #4e56b4;
        color: #fff;
        text-align: center;
        font-size: 18px;
        text-transform: uppercase;
        font-weight: 700;
        line-height: 100%;
        padding: 10px 2% 5px 2%;
        height: 51px;
    }
    .centros .accesos-v2 ul li h3 span {
        display: block;
        color: #d5d8ff;
        font-size: 10px;
        text-transform: lowercase;
        font-weight: 400;
        line-height: 80%;
    }
    .centros .accesos-v2 ul li .arrow {
        background: url(/images/arrow-4.svg) no-repeat;
        width: 20px;
        height: 9px;
        position: absolute;
        right: 0;
        left: 0;
        margin: auto;
        bottom: 46px;
        background-size: 100% auto;
    }
    .centros .ubicacion {
        width: 20%;
        padding: 0 2%;
    }
    .centros .ubicacion h3 {
        font-size: 22px;
        padding: 15px 0 0 30px;
    }
    .centros .ubicacion h3.geo {
        background-size: 20px auto;
        background-position: left 15px;
    }
    .centros .ubicacion h3.fono {
        background-size: 24px auto;
        background-position: left 15px;
    }
    .centros .map {
        width: 43.6%;
    }
    .centros .map.banner img {
        width: 100%;
        height: auto;
    }
    .centros .map.banner .text h3 {
        font-size: 22px;
    }
    .centros .map.banner .text h4 {
        font-size: 16px;
    }
    .centros .box-news .box {
        width: 24%;
        height: 220px;
    }
    .centros .box-news .box a .text {
        min-height: 70px;
        padding-top: 15px;
    }
    .centros .box-news .box a .text h4 {
        font-size: 18px;
    }
    .centros .box-news .box a .text h5 {
        font-size: 14px;
    }
    .centros .accesos-v2 ul li img.ico-money, .centros .accesos-v2 ul li img.ico-admision, .centros .accesos-v2 ul li img.ico-horario {
        top: -65px;
    }
    .centros .accesos-v2 ul li.image-banner img {
        height: auto;
        width: 100%;
    }
    .centros .accesos-v2 ul li.image-banner h3 {
        width: 96%;
    }
    .interior.revista .descripcion h3 {
        font-size: 38px
    }
    .col-interior .btn {
        margin-top: 10px;
    }
    .col-interior .btn h3 {
        font-size: 18px;
    }
    .interior.revista {
        border-bottom: 1px solid #ebebeb;
    }
    .ediciones-anteriores a {
        font-size: 20px;
        width: 96%;
    }
    .ediciones-anteriores ul li h4 {
        font-size: 17px;
    }
    .ediciones-anteriores ul li a {
        font-size: 13px;
    }
    .ediciones-anteriores ul li img {
        max-height: 322px;
    } 
    .revista .cabecera .destacado {
        height: 550px;
    }
    .revista .cabecera .destacado h4 {
        font-size: 26px;
    }
    .revista .cabecera .destacado h4 span {
        font-size: 20px;
    }
    .revista .cabecera .descripcion {
        width: 30%;
        padding: 45px 0;
    }
    .revista .cabecera .descripcion h3 {
        font-size: 40px;
    }
    .revista .cabecera .descripcion h4 {
        font-size: 18px;
    }
    .revista .cabecera .botones {
        width: 30%;
    }
    .revista .cabecera .botones .btn h3 {
        font-size: 26px;
    }
    .revista .cabecera .botones .btn h5 {
        font-size: 14px;
    }
    .box-news.edicion h3 {
        padding: 65px 0 65px 5%
    }
    .form-generico h3 {
        font-size: 24px;
    }
    .form-generico h4 {
        font-size: 16px;
    }
    .form-generico form div input.mini {
        margin-right: 0.8%;
    }
    .form-generico form div input, .form-generico form div select, .form-generico form div textarea, .form-generico form div label {
        font-size: 13px;
    }
    .form-generico form div .boton {
        font-size: 13px;
    }
    .form-generico p {
        font-size: 16px;
        font-style: italic;
    }
    .interior.lnb-seccion .descripcion {
        margin-top: 0;
    }
    .listado-nb {
        padding-top: 0;
    }
    .listado-nb .box {
        width: 100%;
        padding: 0 0 10px 0;
    }
    .listado-nb-form h3 {
        font-size: 30px;
    }
    .listado-nb-form form div label, .listado-nb-form form div input, .listado-nb-form form div select, .listado-nb-form form .boton {
        font-size: 13px;
    }
    .listado-nb-form form div input {
        height: auto;
    }
    .galeria-multimedia {
        margin-top: 0;
        padding-bottom: 60px;
    }
    .galeria-multimedia .box {
        height: 230px;
    }
    .galeria-multimedia .box a .text h4 {
        font-size: 18px;
    }
    .galeria-multimedia .box a .text h5 {
        font-size: 14px;
    }
    /*mas ancho*/
    .mas-ancho .descripcion {
        width: 28%!important;
    }
    .mas-ancho .img-principal {
        width: 68%!important;
    }
    .grid .grid-width {
        width: 30%;
        margin-right: 3%;
    }
    .grid .grid-item {
        width: 30%;
        margin-right: 3%;
    }
    .grid .grid-item h3 {
        font-size: 24px;
    }
    .grid .grid-item ul li a {
        font-size: 16px;
    }
    .glosario h3 {
        font-size: 24px;
    }
    .glosario .menu-abc ul li {
        width: 50px;
        font-size: 21px;
        height: 50px;
    }
    .glosario .menu-abc ul li a {
        height: 38px;
        padding: 12px 0 0;
    }
    .bebes .menu-abc h3 {
        font-size: 24px;
    }
    .bebes .menu-abc ul li {
        width: 50px;
        font-size: 21px;
        height: 50px;
    }
    .bebes .menu-abc ul li a {
        height: 38px;
        padding: 12px 0 0;
    }
    .btn-ctc-reserva {
        width: 25%;
        font-size: 14px;
    }

	
    #footer .menu {
        border: none;
    }
    #footer .menu .box24 h3 {
        font-size: 40px;
    }
    #footer .menu .box24 h3 span {
        font-size: 22px;
        font-style: italic;
    }
    #footer .menu .box24 .redes li {
        height: 30px;
        width: 30px;
        margin-right: 10px;
    }
    #footer .menu .box24 .redes li a {
        height: 30px;
        width: 30px;
    }
    #footer .menu .box19 h3 {
        font-size: 17px;
    }
    #footer .menu .box19 ul li {
        font-size: 12px;
        line-height: 150%;
    }
    #footer .box-premios ul {
        padding: 40px 0 50px 5px;
    }
    #footer .box-premios ul li {
        width: auto;
        margin: 0 5px;
    }
    #footer .box-premios .copy {
        font-size: 15px;
        padding: 30px 20px 20px 0;
    }
    #footer .box-premios .link-footer {
        font-size: 12px;
    }
    
}


.guias {
    width: 100%;
    height: 1200px;
    background: rgba(79, 91, 180, 0.8) url(/images/guias-new-site-movil.png) top center no-repeat;
    opacity: 1;
    transition: 1.5s;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
    cursor: pointer;
   
    }
    .guias.op-zero {
    opacity: 0;
    top: 2000px;
    height: 0;
   
    }
    /*tablet*/
    @media screen and (min-width:569px) {
    .guias {
        width: 100%;
        height: 1800px;
        background: rgba(79, 91, 180, 0.8) url(/images/guias-new-site-tablet.png) top center no-repeat;
    }
   
    }
    /*desktop*/
    @media screen and (min-width:1025px), screen\9 {
    .guias {
        width: 100%;
        height: 2000px;
        background: rgba(79, 91, 180, 0.8) url(/images/guias-new-site.png) top center no-repeat;
    }
   
    }

	