/****** GENERAL ******/
* {
    margin: 0;
}

#wrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%;
}

#main {
    margin-bottom: 30px;
    width: 100%;
    height: 100%;
    position: relative;
    overflow:hidden;
}

.box-border {
    border-style: solid;
    border-width: 20px 20px;
    -moz-border-image: url(../img/ico-borde.png) 20 20 repeat;
    -webkit-border-image: url(../img/ico-borde.png) 20 20 repeat;
    -o-border-image: url(../img/ico-borde.png) 20 20 repeat;
    border-image: url(../img/ico-borde.png) 20 20 fill repeat;   
    position: relative;
}
    .box-border .border {
        border: 1px solid #ccc;
        height: 100%;
    }
#footer, .push {
    height: 270px;
}
   
body {
    color: #333;
    font-family: sourcenormal, Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 1.42857;
}

a:hover, a:focus {
    color: #004579;
    text-decoration: none;
}

#pUsuario li a {
    color: #fff;
}

.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
    background: #004579;
    color: #fff;
}

.nav > li > a:focus, .nav > li > a:hover {
    background: #1c75bc;
    color: #fff;
}

.logo {
    font-size: 1em;
    margin: 0;
    font-weight: bold;
}

h2 {
    color: #4b5357;
    font-weight: bold;
}

/****** HEADER *****/
header {
    text-align: left;
    margin: 0;
    padding: 0;
    position: relative;
}

header {
    padding-top: 15px;
}

    header img {
        float: left;
    }
.logo em {
    display: inline-block;
    float: left;
    padding-left: 20px;
    padding-top: 15px;
    color: #594c44;
}
.navbar {
    margin-bottom: 0;
    background-color: #fff;
    z-index: 6;
}

.bg-header {
    background-color: #D9D4CC;
}

.reg {
    text-align: right;
    position: relative;
    padding: 0;
}

    .reg > input, #dominios input, #dominios select, .group > input {
        padding: 4px 3px;
        border: 1px solid #ccc;
        vertical-align: middle;
        font-size: 0.85em;
    }

    .reg label {
        display: block;
        margin: 0;
        position: relative;
    }

    /*.reg span {
        position: absolute;
        right: 150px;
        top: 15px;
    }*/

    .reg > .btn {
        padding: 5px;
        border-radius: 0;
        font-size: 0.8em;
    }

    .reg ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
        font-size: 1em;
    }

    .reg li {
        display: inline-block;
        color: #ccc;
        padding: 7px 10px;
    }

        .reg li a {
            /*! color: #fff; */
        }

    .reg .btn-button {
        font-family: sourcenormal;
        border: 0;
        border-radius: 0 !important;
        transition: all 0.5s ease-out 0s;
        -webkit-transition: all 0.5s ease-out 0s;
        display: inline;
        text-transform: uppercase;
        bottom: 0;
        width: 15%;
        position: static;
        padding: 5px 15px;
        font-size: inherit;
    }

/****** MENU ******/
ul.menu {
    list-style-type: none;
    padding: 0;
    margin-top: 20px;
    font-family: sourcelight;
    font-size: 1em;
    letter-spacing: 0px;
    font-weight: bold;
    position: relative;
    text-transform: uppercase;
    text-align: right;
}

    /*** FIN ***/
    ul.menu li {
        display: inline-block;        
    }

        ul.menu li a {
            border-bottom: 4px solid transparent;
            color: #878787;
            font-weight: normal;
            transition: all 0.5s ease-out 0s;
            padding: 7px 10px 2px;
        }

            ul.menu li a:hover {
                color: #fff;
                background-color: #5A4F4A;
            }

    ul.menu a.activo {
        background-color: #5A4F4A;
        color: #ffffff;
    }

/*** DROPDOWN ****/
.menu .dropdown-menu > li {
    width: 100%;
    padding: 0;
}

.dropdown-menu li a {
    padding: 15px 15px;
}

.dropdown-menu .divider {
    margin: 0;
}

.open .dropdown a {
    padding-left: 0;
    font-weight: normal;
    display: block;
    min-width: 120px;
}

.dropdown {
    vertical-align: top;
    font-family: sourcenormal;
    font-size: 1em;
}

.open .dropdown {
    text-transform: initial;
    margin-right: -88px;
    margin-left: 0;
    font-family: sourcenormal;
    font-size: 1em;
    display: block;
    text-align: left;
    white-space: normal;
    color: #ffcbcb;
    width: 150px;
}

.reg .dropdown-menu li a {
    padding: 5px 10px;
}

    .reg .dropdown-menu li a:hover {
        color: #fff;
    }

.reg .dropdown-menu > li > a:focus, .reg .dropdown-menu > li > a:hover {
    background-color: #1c75bc;
    text-decoration: none;
    text-shadow: none;
    transition: all 0.5s ease-out 0s;
    color: #fff;
}

.nav.nav-pills.nav-stacked .dropdown-menu {
    border: 0;
    border-radius: 0;
    box-shadow: none;
    font-family: sourcenormal;
    font-size: 1em;
    padding: 0;
    position: relative;
    text-align: left;
    color: #333333;
    width: 100%;
}

.dropdown-menu li::after {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    padding: 0;
}

.dropdown-submenu > .dropdown-menu > li {
    font-family: 'sourcenormal';
    font-size: 0.85em;
}

/***** BREADCRUM *****/
.path {
    font-size: 0.85em;
    padding: 0;
    background-color: #E3E3E3;
    margin-bottom: 60px;
    height: 2px;
}
.path span {
    display: inline-block;
    padding-top: 5px;
}
.breadcrumb {
    /*! font-size: 0.9em !important; */
    background: none;
    margin-bottom: 0;
    padding: 0;
}

    .breadcrumb a {
        color: #999999;
    }

    .breadcrumb > li {
        color: #999999;
    }

    .breadcrumb > .active {
        color: #999999;
    }
/***** CONTACTO ******/
.contacta p {
    line-height: 1.2 !important;
    padding: 15px;
}

.contacta ul {
    padding: 0;
    list-style-type: none;
}

.contacta li, .contacta li a {
    color: #05488E;
    text-align: left;
}

.contacta li {
    display: inline-block;
    padding-right: 5px;
    list-style-type: none;
    padding-left: 30px;
    word-wrap: break-word;
}

.ico-tel, .ico-fax, .ico-mail {
    padding-left: 30px;
}

.contacta .ico-tel {
    background: transparent url(../img/ico-tel.png) no-repeat scroll 0 70%;
}

.contacta .ico-mail {
    background: transparent url(../img/ico-mail.png) no-repeat scroll 0 70%;
}

.form-group label {
    min-width: 70px;
}
.detalle ul {
    background-color: #F2EDE4;
    padding: 15px 35px;
}
/***** ATTCLIENTE ****/
.attcliente {
    padding: 0;
    text-align: center;
    overflow: hidden;
    position: relative;
    width: 100%;
    background: #133353;
}

.box-attcliente {
    margin: 0;
    padding: 0;
    list-style-type: none;
    overflow: hidden;
}

    .box-attcliente li {
        border-radius: 50%;
        height: 100px;
        margin: 5px 0;
        padding-top: 5px;
        vertical-align: middle;
        display: inline-block;
        transform: scale(.8);
        -webkit-transform: scale(.8);
    }

    .box-attcliente span {
        color: #999;
        font-family: sourcenormal;
        font-weight: bold;
        text-align: center;
        padding: 40px 15px 0;
        vertical-align: middle;
        font-size: 0.865em;
        position: relative;
        left: 0%;
        top: 0%;
        transform: translate(0%, -0%);
        -webkit-transform: translate(0%, 0%);
        width: 100%;
        -webkit-transition: all 0.5s ease-out 0s;
        transition: all 0.5s ease-out 0s;
    }

.ico-entrega {
    background: transparent url(../img/ico-entrega.png) no-repeat scroll 50% 100%;
    display: block;
}

.ico-rapido {
    background: transparent url("../img/ico-rapido.png") no-repeat scroll 50% 100%;
    display: block;
}

.ico-pago {
    background: transparent url("../img/ico-pago.png") no-repeat scroll 50% 100%;
    display: block;
}

/***** FOOTER ******/
#footer .block {
    background-color: #5A4F4A;
    padding-top: 8px;
}
#footer section:first-child {
    padding-top:15px;
}

footer section {
    background:#73655D url(../img/bg-lascaleras.png)no-repeat scroll 100% 60px;
}

footer nav {
    margin: 0;
    float: left;
    color: #cccccc;
}

footer figure {
    float: left;
}

footer figcaption {
    margin-top: 10px;
    color: #05488e;
}

footer address span {
    padding: 0 5px;
}

    footer address span a:hover {
        color: #ffffff;
    }

footer address {
    color: #ccc;
    display: inline;
}

    footer address a {
        color: #cccccc;
    }

        footer address a:hover {
            color: #ffffff;
        }

    footer address ul {
        margin: 0;
        padding: 10px 0;
        list-style-type: none;
    }

    footer address li {
        display: block;
    }

        footer address li span {
            display: block;
            color: #cccccc;
        }

footer p {
    color: #999999;
}

.ico-tel {
    background: transparent url(../img/ico-tel.png) no-repeat scroll 0 70%;
    width: 80%;
}

footer .ico-tel {
    background: transparent url(../img/ico-tel.png) no-repeat scroll 0 8px;
    width: 80%;
}

footer .ico-fax {
    background: transparent url(../img/ico-fax.png) no-repeat scroll 0 50%;
    width: 80%;
}

.ico-mail {
    background: transparent url(../img/ico-mail.png) no-repeat scroll 0 -32px;
    width: 80%;
    text-transform:lowercase;
}
.bg-header span a:hover {
    background-color:transparent!important;
}
footer .ico-mail {
    background: transparent url(../img/ico-mail.png) no-repeat scroll 0 8px;
    width: 80%;
}

.ico-web {
    background: transparent url(../img/ico-web.png) no-repeat scroll 0 70%;
    width: 80%;
}
.ico-loc {
    background: transparent url(../img/ico-loc.png) no-repeat scroll 0 0;
    width: 80%;
    padding-left:20px;
    text-transform: initial;
}
footer .ico-loc {
    background: transparent url(../img/ico-loc.png) no-repeat scroll 0 8px;
    width: 80%;
    
}

footer .ico-tel, footer .ico-fax, footer .ico-mail, footer .ico-loc {
    padding: 7px 30px 0;
}

/***** MENU FOOTER *****/
ul.menufooter {
    list-style-type: none;
    margin: 0;
    padding: 0;
    font-family: Arial, helvetica, Sans-Serif;
    text-transform: uppercase;
    text-align: right;
}

    ul.menufooter li {
        display: inline-block;
    }

        ul.menufooter li ul {
            padding-left: 25px;
            width: 100%;
        }

            ul.menufooter li ul li {
                width: inherit;
            }

        ul.menufooter li a {
            text-decoration: none;
            font-weight: bold;
            padding-left: 25px;
            color: #9ED8F4;
            -webkit-transition: all 0.5s ease-out 0s;
            transition: all 0.5s ease-out 0s;
        }

        ul.menufooter li li a {
            color: #ccc;
        }

        ul.menufooter li:first-child a {
            padding: 0;
        }

        ul.menufooter li a:hover, ul.menufooter li a:focus {
            color: #ffffff;
        }
.menufooter + a img {
    float:right;
    padding: 0 15px;
}


/***** REDES *****/
ul.redes {
    list-style-type: none;
    padding: 25px 5px;
    margin: 0 15px;
    float: right;
}

footer ul.redes {
    margin: 0;
    padding: 5px 0 0;
}

ul.redes li {
    display: inline;
}

    ul.redes li a {
        display: inline-block;
        text-indent: -9999px;
    }

.facebookred {
    background: url(../img/redes/redfacebook.png) no-repeat 0 0;
    width: 27px;
    height: 26px;
    position: relative;
}

.twitterred {
    background: url(../img/redes/redtwitter.png) no-repeat 0 0;
    width: 27px;
    height: 26px;
    position: relative;
}

.googleplusred {
    background: url(../img/redes/redgoogle.png) no-repeat 0 0;
    width: 27px;
    height: 26px;
    position: relative;
}

.flickrred {
    background: url(../img/redes/redflirck.png) no-repeat 0 0;
    width: 27px;
    height: 26px;
    position: relative;
}

.youtubered {
    background: url(../img/redes/redyoutube.png) no-repeat 0 0;
    width: 27px;
    height: 26px;
    position: relative;
}

.instagramred {
    background: url(../img/redes/redinstagram.png) no-repeat 0 0;
    width: 27px;
    height: 26px;
    position: relative;
}

    .facebookred:hover:after, .twitterred:hover:after, .googleplusred:hover:after, .flickrred:hover:after, .youtubered:hover:after, .instagramred:hover:after {
        opacity: 1;
    }

.facebookred:after {
    background: url(../img/redes/redfacebook.png) no-repeat -30px 0;
    opacity: 0;
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    top: 0;
    width: 27px;
    height: 27px;
    transition: opacity 0.5s ease 0s;
}

.twitterred:after {
    background: url(../img/redes/redtwitter.png) no-repeat -30px 0;
    opacity: 0;
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    top: 0;
    width: 27px;
    height: 27px;
    transition: opacity 0.5s ease 0s;
}

.googleplusred:after {
    background: url(../img/redes/redgoogle.png) no-repeat -30px 0;
    opacity: 0;
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    top: 0;
    width: 27px;
    height: 27px;
    transition: opacity 0.5s ease 0s;
}

.flickrred:after {
    background: url(../img/redes/redflirck.png) no-repeat -30px 0;
    opacity: 0;
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    top: 0;
    width: 27px;
    height: 27px;
    transition: opacity 0.5s ease 0s;
}

.youtubered:after {
    background: url(../img/redes/redyoutube.png) no-repeat -30px 0;
    opacity: 0;
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    top: 0;
    width: 27px;
    height: 27px;
    transition: opacity 0.5s ease 0s;
}

.instagramred:after {
    background: url(../img/redes/redinstagram.png) no-repeat -30px 0;
    opacity: 0;
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    top: 0;
    width: 27px;
    height: 27px;
    transition: opacity 0.5s ease 0s;
}

footer nav address {
    float: left;
    margin: 0;
    color: #999999;
    line-height: 4;
}
/**** LEGAL *****/
.legal {
    float: right;
}

    .legal ul li:nth-child(n+1)::after {
        content: "|";
        padding-left: 5px;
        color: #999999;
    }

    .legal ul li:last-child::after {
        content: "";
    }

    .legal li {
        display: inline-block;
    }

        .legal li a {
            color: #ccc;
        }

            .legal li a:hover {
                color: #fff;
            }

    .legal span {
        padding: 0 5px;
    }


/******DEFAULT ******/
/****** CAROUSEL ******/
.bg-carousel {
    height: 200px;
    width: 100%;
    position: absolute;
    z-index: 5;
    top: 0;
    left: 0;
    background: -moz-linear-gradient(top, rgba(23,37,67,0.65) 0%, rgba(0,0,0,0) 100%);
    background: -webkit-linear-gradient(top, rgba(23,37,67,0.65) 0%,rgba(0,0,0,0) 100%);
    background: linear-gradient(to bottom, rgba(23,37,67,0.65) 0%,rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 );
}
#carousel {
    top: -125px;
}

#carousel {
    display: block;
    height: auto;
    position: relative;
    z-index: 3;
    max-width: 1920px;
    width: 100%;
    margin: 0 auto;
}

    #carousel .carousel-inner {
        height: auto;
    }

    #carousel figure {
        overflow: hidden;
        /*padding-top: 49.62%;*/
        position: relative;
    }

    #carousel .item img {
        width: 100%;
    }


.caption {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    width: 80%;
}

    .caption h2 span {
        color: #ffffff;
        font-family: sourcenormal;
        padding: 10px;
        float: none;
        text-align: center;
        display: inline-block;
        width: 100%;
        text-shadow: 2px 2px 15px #000;
        font-size: calc( 16px + (30 - 16)* (100vw - 320px)/(1920 - 320));
    }

    .caption h1 {
        font-family: sourcenormal;
        font-size: 42px;
        margin: 0;
        text-shadow: 0 2px 2px #000000;
    }

    .caption p {
        font-size: 20px;
        text-shadow: 0 2px 2px #000000;
    }

.arrow-wrap {
    position: absolute;
    z-index: 4;
    left: 50%;
    bottom: 100px;
    margin-left: -5em;
    background: rgba(0,0,0,0.8);
    width: 10em;
    height: 10em;
    padding: 4em 2em;
    border-radius: 50%;
    font-size: 0.3em;
    display: block;
    opacity: 0.5;
    color: #ffffff;
}

.curved {
    position: relative;
    z-index: 9;
    bottom: -10px;
}

.onda {
    position: relative;
    opacity: .5;
    bottom: -110px;
    z-index: 8;
}

.curvedinm {
    position: absolute;
    bottom: 0;
    padding: 5% 0;
}
/****** SOLUCIONES ******/
#soluciones {
    display: block;
    text-align: center;
    width: 100%;
    padding: 30px;
}

    #soluciones h1 {
        text-align: left;
    }

    #soluciones blockquote {
        color: #333333;
        border: 0;
        font-size: 1.4em;
    }

.btn-button {
    font-family: sourcenormal;
    border: 0;
    border-radius: 0 !important;
    padding-left: 15px;
    padding-right: 15px;
    position: absolute;
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
    display: block;
    text-transform: uppercase;
    bottom: 0;
    transform: translate(-50%,50%);
    -webkit-transform: translate(-50%,50%);
    left: 50%;
    width: 15%;
}

.reg .ofer {
    float: initial;
}

.ofer {
    background: #9ed8f4;
    color: #233c48;
    border-radius: 0;
    text-shadow: 0px 0px 1px #fff, 0px 0px 1px #fff,0px 0px 1px #fff;
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
}

a.ofer:hover {
    background: #9ed8f4;
    color: #ffffff;
    text-shadow: none;
}

.btn-primary:hover {
    background: #004579;
    color: #ffffff;
}
/***** HOSTSERVICIOS *****/
.Hostservicios h2 {
    color: #1E71B8;
    margin: 30px 0;
    text-align: center;
    font-family: sourcenormal;
    font-weight: bold;
    font-size: 36px;
}

.Hostservicios p {
    color: #333333;
    max-height: 70px;
    min-height: 70px;
    overflow: hidden;
}

    .Hostservicios p:empty {
        min-height: 0;
    }

        .Hostservicios p:empty:not(:focus)::before {
            content: attr(data-placeholder);
        }

.Hostservicios h3 {
    color: #666;
    font-weight: bold;
    text-transform: uppercase;
    max-height: 50px;
    min-height: 50px;
    overflow: hidden;
    text-align: center;
}

.Hostservicios ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.Hostservicios li a:hover {
    text-decoration: underline;
}

.Hostservicios .box {
    background-color: #FFFFFF;
    padding: 30px 0px 240px;
    margin-bottom: 30px;
    min-height: 245px;
    box-shadow: 0 0 12px #ADADAD;
    border-radius: 12px;
    overflow: hidden;
}

.Hostservicios ul, #dominios ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.Hostservicios li, #dominios li {
    display: inline-block;
    text-align: center;
}

    .Hostservicios li a, #dominios li a {
        color: #013495;
        float: left;
        font-weight: 800;
    }

        .Hostservicios li a:hover, #dominios li a:hover {
            text-decoration: none;
        }

.Hostservicios li {
    color: #013495;
    font-weight: 800;
}

.Hostservicios .btn-noticias, .dest .btn-noticias {
    font-family: sourcenormal;
    border: 0;
    border-radius: 0 !important;
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
    text-transform: uppercase;
    bottom: 0;
    position: relative;
    font-size: inherit;
    color: #fff;
    min-width: 50%;
    text-align: center;
    margin: 0 auto 30px;
    display: table;
}
.dest {
    display: inline-block;
    float: none;
    margin: -1px;
    vertical-align: middle;
}
.detalle {
    display: table-cell;
    text-align: left;
    vertical-align: middle;
    width: 100%;
}
.dest .btn-noticias {
    float: right;
    min-width: 20%;
}

.box-articulo h2 {
    margin: 0;
}

.box-articulo time {
    color: #808080;
    display: block;
    margin: 15px 0;
    font-size: 16px;
    height: 19px;
}

.calendar {
    background: transparent url(../img/ico-calendar.png) no-repeat scroll 0 50%;
    width: 21px;
    display: inline-block;
    height: 19px;
    margin-right: 15px;
}

.Hostservicios .box-articulo time {
    text-align: center;
    background-position: 38% 50%;
}

.box-articulo .fecha {
    color: #808080;
    background: transparent url(../img/ico-calendar.png) no-repeat scroll 0 50%;
    display: block;
    margin: 15px 0;
    font-size: 16px;
    height: 22px;
    padding-left: 30px;
}

.box-articulo .hora {
    color: #808080;
    background: transparent url(../img/ico-hora.png) no-repeat scroll 0 50%;
    display: block;
    margin: 15px 0;
    font-size: 16px;
    height: 22px;
    padding-left: 30px;
}

.box-articulo .centro {
    color: #808080;
    background: transparent url(../img/ico-centro.png) no-repeat scroll 0 50%;
    display: block;
    margin: 15px 0;
    font-size: 16px;
    height: 22px;
    padding-left: 30px;
}

.box-articulo .nivel {
    color: #808080;
    background: transparent url(../img/ico-nivel.png) no-repeat scroll 0 50%;
    display: block;
    margin: 15px 0;
    font-size: 16px;
    /*height: 22px;*/
    padding-left: 30px;
}

.box-articulo span {
    color: #1C75BC;
}

.precio i {
    color: #808080;
    font-size: 0.565em;
}

.iconos {
    float: right;
}

.num {
    position: absolute;
    top: 5%;
    right: 5%;
    width: 40px;
    height: 40px;
    border: 2px solid red;
    padding: 6px 5px;
    text-align: center;
    vertical-align: middle;
    overflow: hidden;
    display: block;
    border-radius: 50%;
    background-color: rgba(255,0,0,1);
    color: #ffffff;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
}

.box-articulo figure {
    height: auto;
    overflow: hidden;
    max-height: 145px;
    width: 100%;
    min-height: 145px;
    line-height: 145px;
}

    .box-articulo figure img {
        display: inline;
        text-align: center;
        margin: 0 auto;
        width: 100%;
        vertical-align: middle;
    }
/******LOGIN******/
.panel-danger {
    border-color: #1c75bc;
    padding: 15px;
    background-color: transparent;
    border-style: hidden;
}

    .panel-danger p {
        padding-left: 10px;
    }

.bgaro {
    background: #f2ede4;
    border: 10px double #fff;
    border-radius: 20px;
    margin-bottom: 20px;
}

.form-control {
    border: 2px solid #9ed8f4; 
    display: inline;
    font-size: 1em;
    height: 42px;
    padding: 5px;
    width: 340px;
}

.input-group {
    margin-bottom: 15px;
}

.login {
    background: transparent url("../img/login.png") no-repeat scroll 8% 50%;
    padding-left: 25px;
    color: #0766ca;
}

h1.login {
    text-align: center;
    color: #73655d;  
}

.ico-perfil {
    background: transparent url(../img/ico-perfil.png)no-repeat scroll 0 50%;
    padding: 5px 35px;
}

.ico-inmersiones {
    background: transparent url(../img/ico-inmersiones.png)no-repeat scroll 0 50%;
    padding: 5px 35px;
    background-size: auto 100%;
}

.ico-material {
    background: transparent url(../img/ico-material.png)no-repeat scroll 0 50%;
    padding: 5px 35px;
    background-size: auto 100%;
}

.ico-comentarios {
    background: transparent url(../img/ico-comentarios.png)no-repeat scroll 0 50%;
    padding: 5px 35px;
    background-size: auto 100%;
}

.ico-cursos {
    background: transparent url(../img/ico-cursos.png)no-repeat scroll 0 50%;
    padding: 5px 35px;
    background-size: auto 100%;
}

.ico-viajes {
    background: transparent url(../img/ico-viajes.png)no-repeat scroll 0 50%;
    padding: 5px 35px;
    background-size: auto 100%;
}

.ico-pwd {
    background: transparent url(../img/ico-pwd.png)no-repeat scroll 0 50%;
    padding: 5px 35px;
}

.ico-del {
    background: transparent url(../img/ico-del.png)no-repeat scroll 0 50%;
    padding: 5px 35px;
    background-size: auto 100%;
}

.ico-marca {
    background: transparent url(../img/ico-marcas.png)no-repeat scroll 0 50%;
    background-size: auto;
    padding: 5px 35px;
    background-size: auto 100%;
}

.ico-talla {
    background: transparent url(../img/ico-tallas.png)no-repeat scroll 0 50%;
    background-size: auto;
    padding: 5px 35px;
    background-size: auto 100%;
}

.ico-ud {
    background: transparent url(../img/ico-ud.png)no-repeat scroll 0 50%;
    background-size: auto;
    padding: 5px 35px;
    background-size: auto 100%;
}

    .ico-marca span, .ico-talla span, .ico-ud span {
        font-weight: bold;
        padding-right: 5px;
    }

.radioButtonList {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .radioButtonList.horizontal li {
        display: inline;
    }

    .radioButtonList label {
        display: inline;
    }

.precio {
    color: #000000;
    font-family: sourcenormal;
    font-size: 2em;
    text-align: left;
    width: 100%;
}

.seccion-inmersiones h2, .seccion-material h2, .seccion-cursos h2, .seccion-viajes h2 {
    text-align: center;
    padding-top: 53%;
    position: relative;
    z-index: 3;
}

.seccion-inmersiones {
    background: transparent url("../imagenes/inmersiones/thumb/1541163994525(3).jpg") no-repeat scroll 50% 0;
}

.seccion-material {
    background: transparent url("../imagenes/materiales/thumb/1541163994525(3).jpg") no-repeat scroll 50% 0;
}

.seccion-cursos {
    background: transparent url("../imagenes/cursos/thumb/1541163994525(3).jpg") no-repeat scroll 50% 0;
}

.seccion-viajes {
    background: transparent url("../imagenes/viajes/thumb/1541163994525(3).jpg") no-repeat scroll 50% 0;
}
/*** BUSCADOR ****/
aside#buscador {
    background-color: #004579;
}

    aside#buscador li a span.glyphicon {
        color: #fff;
        display: inline-block;
        float: right;
        padding: 3px 0;
    }

ul.menuleft {
    width: 100%;
    margin: 0;
    padding: 0;
    list-style-type: none;
    font-family: sourcenormal;
}

    ul.menuleft li {
        list-style: none;
    }

.nav > li > a:target {
    background-color: #FFE9C6;
}

aside#buscador h2 {
    background-color: #07788f;
    color: #ffffff;
    font-family: Arial,helvetica,sans-serif;
    font-size: 1.05em;
    font-weight: bold;
    margin-bottom: 0;
    padding: 5px;
    text-align: center;
    text-transform: inherit;
    margin: 0;
}

aside#buscador h3 {
    font-size: 1.05em;
    margin-top: 15px;
}

.path-blanco {
    font-size: 0.85em;
    padding: 10px 0;
    background-color: #ffffff;
    margin-bottom: 30px;
}

/***** COMENTARIOS *****/
section.comentarios blockquote {
    background-color: #F5EFEF;
    overflow: hidden;
    border-left: none;
    border-radius: 5px;
    padding: 15px;
    margin-top: 30px;
}

    section.comentarios blockquote img {
        float: left;
        max-width: 68px;
        border: 3px solid #ffffff;
        margin-right: 15px;
        border-radius: 50%;
    }

div.comentarios {
    overflow: hidden;
    padding: 15px 0;
    border-bottom: 1px solid #e7bfab;
}

    div.comentarios:last-child {
        border: 0;
    }

    div.comentarios img {
        margin: 0 auto;
        margin-right: auto;
        text-align: center;
        border-radius: 50%;
        border: 3px solid #ffffff;
    }

    div.comentarios span {
        color: #1C75BC;
        display: block;
        padding-top: 8px;
    }

.hrborder {
    border-bottom: 2px dotted #d2d0d0;
    height: 1px;
    margin: 15px 0;
}

section.comentarios blockquote p {
    font-size: 0.85em;
    padding: 0;
    margin-left: 82px;
}

section.comentarios p {
    padding: 0 10%;
    font-size: 1.2em;
}

section.comentarios blockquote span {
    color: #1C75BC;
    display: block;
    padding-top: 15px;
}

    section.comentarios blockquote span::before, section.comentarios blockquote span::after {
        content: " - ";
    }

/****** FLEX ****/
.wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    /**/
    flex-flow: column wrap;
    -webkit-flex-flow: column wrap;
    -webkit-flex-direction: column;
    -webkit-flex-wrap: wrap;
}

.flex {
    padding: 0 15px;
    -webkit-flex-basis: 33.33333333%; /* Safari 6.1+ */
    max-width: 33%;
    flex-basis: 33.33333333%;
    -ms-flex-preferred-size: 30%;
    display: inline-block;
    vertical-align: top;
}

.foto > img {
    display: block !important;
}
@media (max-width: 480px) {
    .flex {
        max-width: 100%;
        flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
    }
}
.covid-img {
    position: absolute;
    top: 70px;
    z-index: 111;
    right: 40px;
    transform: scale(0.3);
    transform-origin: right top;
    -webkit-transform: scale(0.3);
    -webkit-transform-origin: right top;
    float:none;
}
.tarifas_baja, .tarifas_alta, tarifas_puente {
    border-collapse: collapse;
    border: 1px solid black;
    text-align:center;
}
table, tr, td {
    background-color: transparent;
    border-collapse: collapse;
    border: 1px solid black;
}