body {
    margin-top: 25px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
}

h1, h2, h3, h5 {
    font-weight: 700;
    text-shadow: 2px 2px 1px #444;
}

h4, h6 {
    font-weight: 700;
    text-shadow: 1px 1px 1px #999;
}

p, div {
    font-weight: 400;
}

strong {
    font-weight: 600;
}

img {
    border: 0;
}

.clear {
    clear: both;
}

.clear-completo {
    clear: both;
    padding: 0px;
    width: 1250px;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
}

.menusuperior {
    padding: 0px;
    width: 1250px;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
}

.menusuperior-logo {
    width: 225px;
    margin: 0px;
    float: left;
    height: 51px;
    text-align: left;
    padding-top: 10px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}

.menusuperior-pestanias {
    padding: 0px;
    width: 1025px;
    margin: 0px;
    float: left;
    height: 61px;
}

.menusuperior-pestanias ul {
    margin: 0px;
    float: left;
    list-style-type: none;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 4px;
}

.menusuperior-pestanias ul li {
    padding: 0px;
    float: left;
    list-style-type: none;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 15px;
}

.cabecera-slider {
    padding: 0px;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    overflow: hidden;
    height: 340px;
    width: auto;
    background: url(cabecera-slider.jpg) no-repeat center;

}

.carousel {
    position: relative;
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.carousel-inner > .item {
    position: relative;
    display: none;
    -webkit-transition: 0.6s ease-in-out left;
    transition: 0.6s ease-in-out left;
}

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
    display: block;
    height: auto;
    line-height: 1;
    min-width: 100% !important;
}

.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
    display: block;
}

.carousel-inner > .active {
    left: 0;
}

.carousel-inner > .next,
.carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%;
}

.carousel-inner > .next {
    left: 100%;
}

.carousel-inner > .prev {
    left: -100%;
}

.carousel-inner > .next.left,
.carousel-inner > .prev.right {
    left: 0;
}

.carousel-inner > .active.left {
    left: -100%;
}

.carousel-inner > .active.right {
    left: 100%;
}

.carousel-control {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 15%;
    font-size: 20px;
    color: #ffffff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.carousel-control.left {
    background-image: -webkit-gradient(linear, 0 top, 100% top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
    background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.5) 0), color-stop(rgba(0, 0, 0, 0.0001) 100%));
    background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}

.carousel-control.right {
    right: 0;
    left: auto;
    background-image: -webkit-gradient(linear, 0 top, 100% top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
    background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.0001) 0), color-stop(rgba(0, 0, 0, 0.5) 100%));
    background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}

.carousel-control:hover,
.carousel-control:focus {
    color: #ffffff;
    text-decoration: none;
    opacity: 0.9;
    filter: alpha(opacity=90);
}

.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 5;
    display: inline-block;
}

.carousel-control .icon-prev,
.carousel-control .icon-next {
    width: 20px;
    height: 20px;
    margin-top: -10px;
    margin-left: -10px;
    font-family: serif;
}

.carousel-control .icon-prev:before {
    content: '\2039';
}

.carousel-control .icon-next:before {
    content: '\203a';
}

.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none;
}

.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    border: 1px solid #ffffff;
    border-radius: 10px;
}

.carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 0;
    background-color: #ffffff;
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #ffffff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.carousel-caption .btn {
    text-shadow: none;
}

@media screen and (min-width: 768px) {
    .carousel-control .icon-prev,
    .carousel-control .icon-next {
        width: 30px;
        height: 30px;
        margin-top: -15px;
        margin-left: -15px;
        font-size: 30px;
    }

    .carousel-caption {
        right: 20%;
        left: 20%;
        padding-bottom: 30px;
    }

    .carousel-indicators {
        bottom: 20px;
    }
}

.cabecera-form {
    padding: 0px;
    width: 1250px;
    margin-top: -376px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    height: 376px;
    position: relative;
    z-index: 100;
}

.cabecera-form-interior {
    width: 1050px;
    height: 276px;
    position: relative;
    z-index: 100;
    margin: 0px;
    float: left;
    padding-top: 50px;
    padding-right: 100px;
    padding-bottom: 50px;
    padding-left: 100px;
}

.cabecera-form-interior-buscar {
    position: relative;
    z-index: 100;
    margin: 0px;
    float: left;
    width: 950px;
    padding-top: 150px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 100px;
    height: 100px;
    text-align: right;
}

.cabecera-form-interior-buscar input {
    position: relative;
    z-index: 100;
    margin: 0px;
    float: right;
    width: 230px;
    height: 35px;
    font-size: 14px;
    line-height: 35px;
    padding-top: 2px;
    padding-right: 10px;
    padding-bottom: 2px;
    padding-left: 10px;
    border: 3px solid #ADC52E;
    /*explorer*/
    border-radius: 8px;
    /*firefox*/
    -moz-border-radius: 8px;
    /*safari*/
    -webkit-border-radius: 8px;
}

.cuerpo {
    margin-top: 40px;
}

.cuerpo-base {
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    background: url(fondo-footer.png) no-repeat center bottom;
    padding: 0px;
    height: 205px;
    clear: both;
}

.cuerpo-home-left {
    margin-top: 20px;
    position: relative;
}

.cuerpo-home-left-destacados {
    margin: 0px;
    padding: 0px;
    float: left;
    width: 802px;
}

.cuerpo-home-left-destacados-interno {
    position: relative;
    margin-top: 20px !important;
    margin-right: 40px !important;
    margin-bottom: 10px !important;
    margin-left: 50px !important;
    padding: 0px;
}

.cuerpo-home-left-destacados-interno-left {
    float: left;
    width: 310px;
    height: 270px;
    margin: 0px;
    padding: 0px;
}

.cuerpo-home-left-destacados-interno-right {
    float: right;
    width: 380px;
    height: 270px;
    margin: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 10px;
}

.cuerpo-home-left-destacados-interno-right-textos {
    float: left;
    width: 380px;
    height: 170px;
    text-align: justify;
    padding: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
}

.cuerpo-home-left-destacados-interno-right-textos-cian {
    float: left;
    width: 380px;
    height: 175px;
    text-align: justify;
    padding: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
}

.cuerpo-home-left-destacados-interno-right-textos-vc {
    float: left;
    width: 380px;
    height: 210px;
    text-align: justify;
    padding: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
}

.cuerpo-home-left-destacados-interno-right-textos-magenta {
    float: left;
    width: 380px;
    height: 225px;
    text-align: justify;
    padding: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
}

.cuerpo-home-left-destacados-interno-right-masinfo {
    float: left;
    width: 100px;
    height: 50px;
    margin: 0px;
    text-align: left;
    padding-top: 35px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 110px;
}

.cuerpo-home-left-destacados-interno-right-precio {
    float: right;
    width: 150px;
    height: 88px;
    text-align: left;
    padding: 0px;
    margin: 0px;
}

.cuerpo-home-left-destacados-interno-right-precio h5 {
    padding: 0px;
    margin: 0px;
    text-align: right;
    font-size: 40px;
    color: #FFF;
    line-height: 60px;
}

.cuerpo-home-left-destacados-interno-right-precio h6 {
    padding: 0px;
    margin: 0px;
    text-align: right;
    font-size: 16px;
    color: #FFF;
    line-height: 26px;
    font-weight: bold;
}

.cuerpo-home-left-destacados-interno-right-precio h6 a {
    text-align: right;
    color: #FFF;
    text-decoration: none;
}

.cuerpo-home-left-destacados-interno h2 {
    padding: 0px;
    font-size: 36px;
    color: #FFF;
    text-transform: uppercase;
    line-height: 38px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
    text-align: left;
}

.cuerpo-home-left-destacados-interno h3 {
    padding: 0px;
    font-size: 24px;
    color: #FFF;
    line-height: 38px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
    text-transform: uppercase;
}

.cuerpo-home-left-destacados-interno p {
    padding: 0px;
    font-size: 14px;
    color: #FFF;
    line-height: 18px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 5px;
    margin-left: 0px;
    font-weight: bold;
}

.cuerpo-home-left-destacado-amarillo {
    float: left;
    width: 802px;
    background-image: url(cuadros-home_01.png);
    background-repeat: no-repeat;
    height: 315px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
    padding: 0px;
    position: relative;

}

.cuerpo-home-left-destacado-cian {
    float: left;
    width: 802px;
    background-image: url(cuadros-home_02.png);
    background-repeat: no-repeat;
    height: 315px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
    padding: 0px;
    position: relative;
}

.cuerpo-home-left-destacado-verde-claro {
    float: left;
    width: 802px;
    background-image: url(cuadros-home_03.png);
    background-repeat: no-repeat;
    height: 345px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
    padding: 0px;
    position: relative;
}

.cuerpo-home-left-destacado-magenta {
    float: left;
    width: 802px;
    background-image: url(cuadros-home_04.png);
    background-repeat: no-repeat;
    height: 345px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
    padding: 0px;
    position: relative;
}

.cuerpo-home-left-destacados-noticias {
    float: left;
    width: 802px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
    padding: 0px;
}

.cuerpo-home-left-destacados-noticias-titulo {
    float: left;
    width: 782px;
    height: 91px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
    background-image: url(noticias-despedidas_02.png);
    background-repeat: no-repeat;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 50px;
    background-position: 50px;
}

.cuerpo-home-left-destacados-noticias-textos {
    float: left;
    width: 730px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 50px;
    padding: 0px;
    text-align: justify;
}

.cuerpo-home-left-destacados-noticias-separadora {
    float: left;
    margin-top: 5px;
    margin-right: 50px;
    margin-bottom: 20px;
    margin-left: 50px;
    padding: 0px;
    text-align: left;
    clear: both;
    height: 2px;
    width: 730px;
    background-color: #F6A92F;
}

.cuerpo-home-left-destacados-noticias-titulo h2 {
    margin: 0px;
    font-size: 40px;
    line-height: 70px;
    text-transform: uppercase;
    color: #FFF;
    padding-top: 10px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}

.cuerpo-home-left-destacados-noticias-titulo h2 a {
    color: #FFF;
    text-decoration: none;
}

.cuerpo-home-left-destacados-noticias-titulo h2 a:hover {
    color: #C89222;
    text-decoration: none;
}

.cuerpo-home-left-destacados-noticias-textos h2 {
    padding: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
    font-size: 24px;
    line-height: 30px;
    text-transform: uppercase;
    color: #000;
    text-shadow: 0px 0px 0px #FFF;
    text-align: center;
}

.cuerpo-home-left-destacados-noticias-todas h3 {
    padding: 0px;
    margin-top: 0px;
    margin-right: 25px;
    margin-bottom: 0px;
    margin-left: 0px;
    font-size: 13px;
    line-height: 21px;
    text-transform: uppercase;
    color: #666;
    text-shadow: 0px 0px 0px #FFF;
    text-align: right;
}

.cuerpo-home-left-destacados-noticias-todas h3 a {
    padding: 0px;
    margin-top: 0px;
    margin-right: 25px;
    margin-bottom: 0px;
    margin-left: 0px;
    color: #C89222;
    text-shadow: 0px 0px 0px #FFF;
    text-decoration: none;
}

.cuerpo-home-left-destacados-noticias-todas h3 a:hover {
    padding: 0px;
    margin-top: 0px;
    margin-right: 25px;
    margin-bottom: 0px;
    margin-left: 0px;
    color: #000;
    text-shadow: 0px 0px 0px #FFF;
    text-decoration: none;
}

.cuerpo-home-left-destacados-noticias-textos p {
    padding: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
    font-size: 14px;
    line-height: 18px;
    color: #000;
    text-align: justify;
}

.cuerpo-home-left-destacados-noticias-textos img {
    padding: 0px;
    margin-top: 0px;
    margin-right: 10px;
    margin-bottom: 10px;
    margin-left: 0px;
    float: left;
}

.cuerpo-home-right {
    margin-top: 20px;
}

.cuerpo-home-right-contenedor {
    min-height: 400px;
    padding: 0px;
    float: left;
    width: 320px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 110px;
}

.cuerpo-home-right-contacto {
    float: left;
    width: 305px;
    padding: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
    background-image: url(cuadros-laterales-contacto_01.png);
    background-repeat: no-repeat;
}

.cuerpo-home-right-contacto-titulo {
    margin: 0px;
    padding: 0px;
    float: left;
    width: 300px;
    height: 60px;
}

#forminfo {
    margin-top: -10px;
}

.margin_lat {
    margin-left: 40px;
}

.cuerpo-home-right-contacto-tellamamos-texto {
    padding: 0px;
    float: left;
    width: 180px;
    height: 30px;
    margin-top: 3px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
}

.cuerpo-home-right-contacto-tellamamos-boton {
    margin: 0px;
    padding: 0px;
    float: left;
    width: 120px;
    height: 30px;
}

.cuerpo-home-right-contacto-tellamamos-boton input {
    margin: 0px;
    padding: 0px;
    height: 32px;
    width: 82px;
}

.cuerpo-home-right-contacto-numero {
    float: left;
    width: 300px;
    height: 40px;
    padding: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
}

.cuerpo-home-right-contacto-numero input {
    padding: 0px;
    color: #000;
    font-size: 14px;
    line-height: 20px;
    border: 1px solid #FFF;
    height: 25px;
    width: 200px;
    margin-top: 7px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
}

.cuerpo-home-right-contacto h3 {
    padding: 0px;
    color: #FFF;
    font-size: 26px;
    text-transform: uppercase;
    line-height: 60px;
    margin: 0px;
}

.cuerpo-home-right-contacto h4 {
    padding: 0px;
    color: #FFF;
    font-size: 28px;
    text-transform: uppercase;
    line-height: 30px;
    margin: 0px;
}

.cuerpo-home-right-contacto h5 {
    padding: 0px;
    color: #000;
    font-size: 23px;
    line-height: 23px;
    margin: 0px;
    text-shadow: 0px 0px 0px #FFF;
}

.cuerpo-home-right-botones {
    float: left;
    width: 305px;
    padding: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 4px;
    margin-left: 0px;
}

.cuerpo-home-right-masinfo {
    float: left;
    width: 305px;
    margin-right: 0px;
    margin-bottom: 15px;
    background-image: url(cuadros-laterales-contacto_07.png);
    background-repeat: no-repeat;
    padding-top: 3px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}

.cuerpo-home-right-masinfo h3 {
    padding: 0px;
    color: #FFF;
    font-size: 26px;
    text-transform: uppercase;
    line-height: 60px;
    margin: 0px;
}

.cuerpo-home-right-masinfo-formulario {
    float: left;
    padding: 5px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 20px;
    margin-left: 0px;
    background-image: url(cuadros-laterales-contacto_09.png);
    background-repeat: no-repeat;
}

.cuerpo-home-right-masinfo-formulario-form {
    margin: 0px;
    padding: 0px;
    float: left;
    width: 295px;
}

.cuerpo-home-right-masinfo-formulario-titulo {
    margin: 0px;
    padding: 0px;
    float: left;
    width: 180px;
    height: 40px;
}

.cuerpo-home-right-masinfo-formulario-boton {
    margin: 0px;
    padding: 0px;
    float: right;
    width: 90px;
    height: 40px;
}

.cuerpo-home-right-masinfo-formulario p {
    padding: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
    font-size: 13px;
    line-height: 16px;
    font-weight: bold;
}

.cuerpo-home-right-masinfo-formulario h3 {
    font-size: 24px;
    line-height: 24px;
    font-weight: bold;
    color: #FF3000;
    text-align: left;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 5px;
    margin: 0px;
    text-shadow: 0px 0px 0px #FFF;
}

.cuerpo-home-right-masinfo-interior {
    float: right;
    text-align: right;
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 0px;
    padding-left: 0px;
    width: 295px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 5px;
}

.cuerpo-home-right-masinfo-interior-filas {
    margin: 0px;
    padding: 0px;
    float: left;
    width: 290px;
    height: 47px;
}

.cuerpo-home-right-masinfo-interior-textos {
    padding: 0px;
    float: left;
    width: 120px;
    height: 45px;
    margin: 1px 5px 0 10px;
    text-align: left;
}

.cuerpo-home-right-masinfo-interior-textos p {
    padding: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 5px;
    margin-left: 0px;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 35px;
}

.cuerpo-home-right-masinfo-interior-forms {
    padding: 0px;
    float: left;
    width: 145px;
    height: 35px;
    margin-top: 5px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
}

.cuerpo-home-right-masinfo-interior-forms input {
    padding: 0px;
    width: 135px;
    height: 25px;
    margin: 0px;
    border: 1px solid #FFF;
}

.cuerpo-home-right-masinfo input {
    padding: 0px;
    border: 1px solid #FFF;
    margin: 0px;
}

.cuerpo-home-right-destacados {
    float: left;
    width: 305px;
    padding: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 10px;
    height: 310px;
}

.cuerpo-home-right-destacados-despedidas h3 {
    padding: 0px;
    color: #FFF;
    font-size: 26px;
    text-transform: uppercase;
    line-height: 70px;
    margin: 0px;
}

.cuerpo-home-right-destacados-actividades h3 {
    padding: 0px;
    color: #FFF;
    font-size: 26px;
    text-transform: uppercase;
    line-height: 70px;
    margin: 0px;
}

.cuerpo-home-right-destacados-alojamientos h3 {
    padding: 0px;
    color: #FFF;
    font-size: 26px;
    text-transform: uppercase;
    line-height: 70px;
    margin: 0px;
}

.cuerpo-home-right-destacados-ofertas h3 {
    padding: 0px;
    color: #FFF;
    font-size: 26px;
    text-transform: uppercase;
    line-height: 70px;
    margin: 0px;
}

.cuerpo-home-right-destacados-despedidas {
    background-image: url(cuadros-laterales-home_01.png);
    background-repeat: no-repeat;
    margin: 0px;
    float: left;
    height: 301px;
    width: 305px;
    padding: 0px;
}

.cuerpo-home-right-destacados-actividades {
    background-image: url(cuadros-laterales-home_03.png);
    background-repeat: no-repeat;
    margin: 0px;
    float: left;
    height: 301px;
    width: 305px;
    padding: 0px;
}

.cuerpo-home-right-destacados-alojamientos {
    background-image: url(cuadros-laterales-home_07.png);
    background-repeat: no-repeat;
    margin: 0px;
    float: left;
    height: 301px;
    width: 305px;
    padding: 0px;
}

.cuerpo-home-right-destacados-ofertas {
    background-image: url(cuadros-laterales-home_09.png);
    background-repeat: no-repeat;
    margin: 0px;
    float: left;
    height: 301px;
    width: 305px;
    padding: 0px;
}

.cuerpo-home-right-destacados-b-mas-info {
    padding: 0px;
    margin-top: -50px;
    margin-right: 20px;
    margin-bottom: 0px;
    position: relative;
    z-index: 100;
    float: right;
    margin-left: 0px;
}

.cuerpo-home-right-destacados-foto {
    padding: 0px;
    position: relative;
    z-index: 100;
    text-align: center;
    margin-top: 10px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 20px;
    float: left;
}

.cuerpo-actividades-left {
    margin: 0px;
    float: left;
    width: 780px;
    min-height: 400px;
    padding-top: 20px;
    padding-right: 0px;
    padding-bottom: 10px;
    padding-left: 30px;
}

.destacado-titulo {
    margin: 0px;
    padding: 0px;
}

.destacado-actividades {
    margin: 20px;
    padding: 10px;
    float: left;
    min-height: 490px;
    width: 310px;
    background-color: #ff3068;
}

.destacado-textos {
    margin: 0px;
    float: left;
    overflow: hidden;
    padding-top: 0px;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 5px;
    padding-left: 10px;
}

.destacado-actividades-foto {
    margin-top: 5px;
    margin-bottom: 15px;
}

.destacado-actividades h2 {
    padding: 0px;
    font-size: 24px;
    color: #FFF;
    text-transform: uppercase;
    line-height: 32px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
    text-align: center;
}

.destacado-actividades h3 {
    padding: 0px;
    font-size: 26px;
    color: #FFF;
    text-transform: uppercase;
    line-height: 30px;
    margin-top: 10px;
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
}

.destacado-actividades p {
    padding: 0px;
    font-size: 13px;
    color: #FFF;
    line-height: 16px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
    text-align: justify;
}

.destacado-actividades-mas-info {
    padding: 0px;
    float: left;
    margin-top: 10px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    width: 100px;
    text-align: left;
    height: 35px;
}

.destacado-actividades-precio {
    padding: 0px;
    float: right;
    margin-top: 0px;
    margin-right: -16px;
    margin-bottom: 0px;
    margin-left: 0px;
    width: 157px;
    text-align: right;
    height: 54px;
    background-image: url(desde.png);
    background-repeat: no-repeat;
}

.destacado-actividades-precio h3 {
    margin: 0px;
    text-align: right;
    padding-top: 5px;
    padding-right: 10px;
    padding-bottom: 5px;
    padding-left: 0px;
}

.destacado-fucsia {
    margin: 20px;
    padding: 10px;
    float: left;
    height: 440px;
    width: 310px;
    background-color: #FF74CD;
}

.destacado-fucsia-foto {
    margin-top: 5px;
    margin-bottom: 15px;
}

.destacado-fucsia h2 {
    padding: 0px;
    font-size: 28px;
    color: #FFF;
    text-transform: uppercase;
    line-height: 32px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
}

.destacado-fucsia h3 {
    padding: 0px;
    font-size: 26px;
    color: #FFF;
    text-transform: uppercase;
    line-height: 30px;
    margin-top: 10px;
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
}

.destacado-fucsia p {
    padding: 0px;
    font-size: 13px;
    color: #FFF;
    line-height: 16px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
    text-align: justify;
}

.destacado-fucsia-mas-info {
    padding: 0px;
    float: left;
    margin-top: 10px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    width: 100px;
    text-align: left;
    height: 35px;
}

.destacado-fucsia-precio {
    padding: 0px;
    float: right;
    margin-top: 0px;
    margin-right: -16px;
    margin-bottom: 0px;
    margin-left: 0px;
    width: 157px;
    text-align: right;
    height: 54px;
    background-image: url(desde.png);
    background-repeat: no-repeat;
}

.destacado-fucsia-precio h3 {
    margin: 0px;
    text-align: right;
    padding-top: 5px;
    padding-right: 10px;
    padding-bottom: 5px;
    padding-left: 0px;
}

.destacado-gris {
    margin: 20px;
    padding: 10px;
    float: left;
    height: 440px;
    width: 310px;
    background-color: #BABABA;
}

.destacado-gris-foto {
    margin-top: 5px;
    margin-bottom: 15px;
}

.destacado-gris h2 {
    padding: 0px;
    font-size: 28px;
    color: #FFF;
    text-transform: uppercase;
    line-height: 32px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
}

.destacado-gris h3 {
    padding: 0px;
    font-size: 26px;
    color: #FFF;
    text-transform: uppercase;
    line-height: 30px;
    margin-top: 10px;
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
}

.destacado-gris p {
    padding: 0px;
    font-size: 13px;
    color: #FFF;
    line-height: 16px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
    text-align: justify;
}

.destacado-gris-mas-info {
    padding: 0px;
    float: left;
    margin-top: 10px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    width: 100px;
    text-align: left;
    height: 35px;
}

.destacado-gris-precio {
    padding: 0px;
    float: right;
    margin-top: 0px;
    margin-right: -16px;
    margin-bottom: 0px;
    margin-left: 0px;
    width: 157px;
    text-align: right;
    height: 54px;
    background-image: url(desde.png);
    background-repeat: no-repeat;
}

.destacado-gris-precio h3 {
    margin: 0px;
    text-align: right;
    padding-top: 5px;
    padding-right: 10px;
    padding-bottom: 5px;
    padding-left: 0px;
}

.destacado-rojo {
    margin: 20px;
    padding: 10px;
    float: left;
    height: 440px;
    width: 310px;
    background-color: #FF4131;
}

.destacado-rojo-foto {
    margin-top: 5px;
    margin-bottom: 15px;
}

.destacado-rojo h2 {
    padding: 0px;
    font-size: 28px;
    color: #FFF;
    text-transform: uppercase;
    line-height: 32px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
}

.destacado-rojo h3 {
    padding: 0px;
    font-size: 26px;
    color: #FFF;
    text-transform: uppercase;
    line-height: 30px;
    margin-top: 10px;
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
}

.destacado-rojo p {
    padding: 0px;
    font-size: 13px;
    color: #FFF;
    line-height: 16px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
    text-align: justify;
}

.destacado-rojo-mas-info {
    padding: 0px;
    float: left;
    margin-top: 10px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    width: 100px;
    text-align: left;
    height: 35px;
}

.destacado-rojo-precio {
    padding: 0px;
    float: right;
    margin-top: 0px;
    margin-right: -16px;
    margin-bottom: 0px;
    margin-left: 0px;
    width: 157px;
    text-align: right;
    height: 54px;
    background-image: url(desde.png);
    background-repeat: no-repeat;
}

.destacado-rojo-precio h3 {
    margin: 0px;
    text-align: right;
    padding-top: 5px;
    padding-right: 10px;
    padding-bottom: 5px;
    padding-left: 0px;
}

.destacado-magenta {
    margin: 20px;
    padding: 10px;
    float: left;
    height: 440px;
    width: 310px;
    background-color: #FF01A2;
}

.destacado-magenta-foto {
    margin-top: 5px;
    margin-bottom: 15px;
}

.destacado-magenta h2 {
    padding: 0px;
    font-size: 28px;
    color: #FFF;
    text-transform: uppercase;
    line-height: 32px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
}

.destacado-magenta h3 {
    padding: 0px;
    font-size: 26px;
    color: #FFF;
    text-transform: uppercase;
    line-height: 30px;
    margin-top: 10px;
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
}

.destacado-magenta p {
    padding: 0px;
    font-size: 13px;
    color: #FFF;
    line-height: 16px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
    text-align: justify;
}

.destacado-magenta-mas-info {
    padding: 0px;
    float: left;
    margin-top: 10px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    width: 100px;
    text-align: left;
    height: 35px;
}

.destacado-magenta-precio {
    padding: 0px;
    float: right;
    margin-top: 0px;
    margin-right: -16px;
    margin-bottom: 0px;
    margin-left: 0px;
    width: 157px;
    text-align: right;
    height: 54px;
    background-image: url(desde.png);
    background-repeat: no-repeat;
}

.destacado-magenta-precio h3 {
    margin: 0px;
    text-align: right;
    padding-top: 5px;
    padding-right: 10px;
    padding-bottom: 5px;
    padding-left: 0px;
}

.destacado-naranja {
    margin: 20px;
    padding: 10px;
    float: left;
    width: 310px;
    background-color: #FF7514;
    min-height: 430px;
}

.destacado-naranja-foto {
    margin-top: 5px;
    margin-bottom: 15px;
}

.destacado-naranja h2 {
    padding: 0px;
    font-size: 28px;
    color: #FFF;
    text-transform: uppercase;
    line-height: 32px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
}

.destacado-naranja h3 {
    padding: 0px;
    font-size: 26px;
    color: #FFF;
    text-transform: uppercase;
    line-height: 30px;
    margin-top: 10px;
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
}

.destacado-naranja p {
    padding: 0px;
    font-size: 13px;
    color: #FFF;
    line-height: 16px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
    text-align: justify;
}

.destacado-naranja-mas-info {
    padding: 0px;
    float: left;
    margin-top: 10px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    width: 100px;
    text-align: left;
    height: 35px;
}

.destacado-naranja-precio {
    padding: 0px;
    float: right;
    margin-top: 0px;
    margin-right: -16px;
    margin-bottom: 0px;
    margin-left: 0px;
    width: 157px;
    text-align: right;
    height: 54px;
    background-image: url(desde.png);
    background-repeat: no-repeat;
}

.destacado-naranja-precio h3 {
    margin: 0px;
    text-align: right;
    padding-top: 5px;
    padding-right: 10px;
    padding-bottom: 5px;
    padding-left: 0px;
}

.destacado-amarillo {
    margin: 20px;
    padding: 10px;
    float: left;
    min-height: 490px;
    width: 310px;
    background-color: #ff8000
}



.destacado-amarillo-foto {
    margin-top: 5px;
    margin-bottom: 15px;
}

.destacado-amarillo h2 {
    padding: 0px;
    font-size: 24px;
    color: #FFF;
    text-transform: uppercase;
    line-height: 32px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
    text-align: center;
}

.destacado-amarillo h3 {
    padding: 0px;
    font-size: 26px;
    color: #FFF;
    text-transform: uppercase;
    line-height: 30px;
    margin-top: 10px;
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
}

.destacado-amarillo p {
    padding: 0px;
    font-size: 13px;
    color: #FFF;
    line-height: 16px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
    text-align: justify;
}

.destacado-amarillo-mas-info {
    padding: 0px;
    float: left;
    margin-top: 10px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    width: 100px;
    text-align: left;
    height: 35px;
}

.destacado-amarillo-precio {
    padding: 0px;
    float: right;
    margin-top: 0px;
    margin-right: -16px;
    margin-bottom: 0px;
    margin-left: 0px;
    width: 157px;
    text-align: right;
    height: 54px;
    background-image: url(desde.png);
    background-repeat: no-repeat;
}

.destacado-amarillo-precio h3 {
    margin: 0px;
    text-align: right;
    padding-top: 5px;
    padding-right: 10px;
    padding-bottom: 5px;
    padding-left: 0px;
}

.destacado-verdeclaro {
    margin: 20px;
    padding: 10px;
    float: left;
    height: 440px;
    width: 310px;
    background-color: #85C883;
}

.destacado-verdeclaro-foto {
    margin-top: 5px;
    margin-bottom: 15px;
}

.destacado-verdeclaro h2 {
    padding: 0px;
    font-size: 28px;
    color: #FFF;
    text-transform: uppercase;
    line-height: 32px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
}

.destacado-verdeclaro h3 {
    padding: 0px;
    font-size: 26px;
    color: #FFF;
    text-transform: uppercase;
    line-height: 30px;
    margin-top: 10px;
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
}

.destacado-verdeclaro p {
    padding: 0px;
    font-size: 13px;
    color: #FFF;
    line-height: 16px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
    text-align: justify;
}

.destacado-verdeclaro-mas-info {
    padding: 0px;
    float: left;
    margin-top: 10px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    width: 100px;
    text-align: left;
    height: 35px;
}

.destacado-verdeclaro-precio {
    padding: 0px;
    float: right;
    margin-top: 0px;
    margin-right: -16px;
    margin-bottom: 0px;
    margin-left: 0px;
    width: 157px;
    text-align: right;
    height: 54px;
    background-image: url(desde.png);
    background-repeat: no-repeat;
}

.destacado-verdeclaro-precio h3 {
    margin: 0px;
    text-align: right;
    padding-top: 5px;
    padding-right: 10px;
    padding-bottom: 5px;
    padding-left: 0px;
}

.destacado-cyan {
    margin: 20px;
    padding: 10px;
    float: left;
    height: 440px;
    width: 310px;
    background-color: #63CBFF;
}

.destacado-cyan-foto {
    margin-top: 5px;
    margin-bottom: 15px;
}

.destacado-cyan h2 {
    padding: 0px;
    font-size: 28px;
    color: #FFF;
    text-transform: uppercase;
    line-height: 32px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
}

.destacado-cyan h3 {
    padding: 0px;
    font-size: 26px;
    color: #FFF;
    text-transform: uppercase;
    line-height: 30px;
    margin-top: 10px;
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
}

.destacado-cyan p {
    padding: 0px;
    font-size: 13px;
    color: #FFF;
    line-height: 16px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
    text-align: justify;
}

.destacado-cyan-mas-info {
    padding: 0px;
    float: left;
    margin-top: 10px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    width: 100px;
    text-align: left;
    height: 35px;
}

.destacado-cyan-precio {
    padding: 0px;
    float: right;
    margin-top: 0px;
    margin-right: -16px;
    margin-bottom: 0px;
    margin-left: 0px;
    width: 157px;
    text-align: right;
    height: 54px;
    background-image: url(desde.png);
    background-repeat: no-repeat;
}

.destacado-cyan-precio h3 {
    margin: 0px;
    text-align: right;
    padding-top: 5px;
    padding-right: 10px;
    padding-bottom: 5px;
    padding-left: 0px;
}

.destacado-cyan-oscuro {
    margin: 20px;
    padding: 10px;
    float: left;
    height: 440px;
    width: 310px;
    background-color: #3098C9;
}

.destacado-cyan-oscuro-foto {
    margin-top: 5px;
    margin-bottom: 15px;
}

.destacado-cyan-oscuro h2 {
    padding: 0px;
    font-size: 28px;
    color: #FFF;
    text-transform: uppercase;
    line-height: 32px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
}

.destacado-cyan-oscuro h3 {
    padding: 0px;
    font-size: 26px;
    color: #FFF;
    text-transform: uppercase;
    line-height: 30px;
    margin-top: 10px;
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
}

.destacado-cyan-oscuro p {
    padding: 0px;
    font-size: 13px;
    color: #FFF;
    line-height: 16px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
    text-align: justify;
}

.destacado-cyan-oscuro-mas-info {
    padding: 0px;
    float: left;
    margin-top: 10px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    width: 100px;
    text-align: left;
    height: 35px;
}

.destacado-cyan-oscuro-precio {
    padding: 0px;
    float: right;
    margin-top: 0px;
    margin-right: -16px;
    margin-bottom: 0px;
    margin-left: 0px;
    width: 157px;
    text-align: right;
    height: 54px;
    background-image: url(desde.png);
    background-repeat: no-repeat;
}

.destacado-cyan-oscuro-precio h3 {
    margin: 0px;
    text-align: right;
    padding-top: 5px;
    padding-right: 10px;
    padding-bottom: 5px;
    padding-left: 0px;
}

.destacado-alila {
    margin: 20px;
    padding: 10px;
    float: left;
    height: 440px;
    width: 310px;
    background-color: #676EE0;
}

.destacado-alila-foto {
    margin-top: 5px;
    margin-bottom: 15px;
}

.destacado-alila h2 {
    padding: 0px;
    font-size: 28px;
    color: #FFF;
    text-transform: uppercase;
    line-height: 32px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
}

.destacado-alila h3 {
    padding: 0px;
    font-size: 26px;
    color: #FFF;
    text-transform: uppercase;
    line-height: 30px;
    margin-top: 10px;
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
}

.destacado-alila p {
    padding: 0px;
    font-size: 13px;
    color: #FFF;
    line-height: 16px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
    text-align: justify;
}

.destacado-alila-mas-info {
    padding: 0px;
    float: left;
    margin-top: 10px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    width: 100px;
    text-align: left;
    height: 35px;
}

.destacado-alila-precio {
    padding: 0px;
    float: right;
    margin-top: 0px;
    margin-right: -16px;
    margin-bottom: 0px;
    margin-left: 0px;
    width: 157px;
    text-align: right;
    height: 54px;
    background-image: url(desde.png);
    background-repeat: no-repeat;
}

.destacado-alila-precio h3 {
    margin: 0px;
    text-align: right;
    padding-top: 5px;
    padding-right: 10px;
    padding-bottom: 5px;
    padding-left: 0px;
}

.cuerpo-actividades-right {
    background-color: #CCC;
    float: left;
    width: 360px;
    min-height: 400px;
    margin-top: 0px;
    margin-right: 10px;
    margin-bottom: 0px;
    margin-left: 10px;
    padding-top: 20px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
}

.destacado-masinfo {
    margin: 20px;
    float: left;
    width: 680px;
    background-color: #ACC939;
    text-align: justify;
    padding: 20px;
}

.destacado-masinfo-scrollable {
    overflow: auto;
}

.destacado-masinfo-foto {
    margin-top: 5px;
    margin-bottom: 15px;
}

.destacado-masinfo h1 {
    padding: 0px;
    font-size: 32px;
    color: #FFF;
    text-transform: uppercase;
    line-height: 42px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
}

.destacado-masinfo h3 {
    padding: 0px;
    font-size: 26px;
    color: #FFF;
    text-transform: uppercase;
    line-height: 30px;
    margin-top: 10px;
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
}

.destacado-masinfo p {
    padding: 0px;
    font-size: 13px;
    color: #333;
    line-height: 16px;
    margin-top: 0px;
    margin-right: 30px;
    margin-bottom: 10px;
    margin-left: 0px;
    text-align: justify;
}

.destacado-masinfo-mas-info {
    padding: 0px;
    float: left;
    margin-top: 15px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 220px;
    width: 175px;
    text-align: left;
    height: 70px;
}

.destacado-masinfo-precio {
    padding: 0px;
    float: right;
    margin-top: 0px;
    margin: 0 -27px 0 0;
    width: 280px;
    text-align: right;
    height: 113px;
    background-image: url(precio-big.png);
    background-repeat: no-repeat;
}

.destacado-masinfo-precio h3 {
    margin: 0px;
    text-align: right;
    padding-top: 30px;
    padding-right: 30px;
    padding-bottom: 10px;
    padding-left: 0px;
    font-size: 60px;
}

.destacado-masinfo-rojo {
    margin: 20px;
    float: left;
    width: 680px;
    background-color: #CC3300;
    text-align: justify;
    padding-top: 20px;
    padding-right: 10px;
    padding-bottom: 30px;
    padding-left: 30px;
}

.destacado-masinfo-rojo-foto {
    margin-top: 5px;
    margin-bottom: 15px;
}

.destacado-masinfo-rojo h1 {
    padding: 0px;
    font-size: 32px;
    color: #FFF;
    text-transform: uppercase;
    line-height: 42px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
}

.destacado-masinfo-rojo h3 {
    padding: 0px;
    font-size: 26px;
    color: #FFF;
    text-transform: uppercase;
    line-height: 30px;
    margin-top: 10px;
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
}

.destacado-masinfo-rojo p {
    padding: 0px;
    font-size: 13px;
    color: #FFF;
    line-height: 16px;
    margin-top: 0px;
    margin-right: 30px;
    margin-bottom: 10px;
    margin-left: 0px;
    text-align: justify;
}

.destacado-masinfo-mas-info-rojo {
    padding: 0px;
    float: left;
    margin-top: 15px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 220px;
    width: 175px;
    text-align: left;
    height: 70px;
}

.destacado-masinfo-rojo-precio {
    padding: 0px;
    float: right;
    margin-top: 0px;
    margin-right: -25px;
    margin-bottom: 0px;
    margin-left: 0px;
    width: 280px;
    text-align: right;
    height: 113px;
    background-image: url(precio-big.png);
    background-repeat: no-repeat;
}

.destacado-masinfo-rojo-precio h3 {
    margin: 0px;
    text-align: right;
    padding-top: 30px;
    padding-right: 30px;
    padding-bottom: 10px;
    padding-left: 0px;
    font-size: 60px;
}

.paginas {
    margin: 20px;
    float: left;
    width: 680px;
    background-color: #ACC939;
    text-align: justify;
    padding-top: 20px;
    padding-right: 10px;
    padding-bottom: 30px;
    padding-left: 30px;
}

.paginas-foto {
    margin-top: 5px;
    margin-bottom: 15px;
}

.paginas h1 {
    padding: 0px;
    font-size: 32px;
    color: #FFF;
    text-transform: uppercase;
    line-height: 42px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
}

.paginas h3 {
    padding: 0px;
    font-size: 26px;
    color: #FFF;
    text-transform: uppercase;
    line-height: 30px;
    margin-top: 10px;
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
}

.paginas p {
    padding: 0px;
    font-size: 13px;
    color: #FFF;
    line-height: 16px;
    margin-top: 0px;
    margin-right: 30px;
    margin-bottom: 10px;
    margin-left: 0px;
    text-align: justify;
}

.destacado-amarillo-horizontal {
    float: left;
    width: 710px;
    text-align: justify;
    background-image: url(destacado-amarillo.png);
    background-repeat: no-repeat;
    height: 255px;
    background-position: center top;
    padding-top: 30px;
    padding-right: 20px;
    padding-bottom: 30px;
    padding-left: 40px;
    overflow: hidden;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: -10px;
}

.destacado-amarillo-horizontal-left {
    margin: 0px;
    padding: 0px;
    float: left;
    width: 320px;
}

.destacado-amarillo-horizontal-right {
    margin: 0px;
    padding: 0px;
    float: left;
    width: 390px;
}

.destacado-amarillo-horizontal-foto {
    margin-top: 5px;
    margin-bottom: 15px;
    float: left;
    margin-right: 20px;
}

.destacado-amarillo-horizontal h1 {
    padding: 0px;
    font-size: 32px;
    color: #FFF;
    text-transform: uppercase;
    line-height: 42px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
}

.destacado-amarillo-horizontal h2 {
    padding: 0px;
    font-size: 26px;
    color: #FFF;
    text-transform: uppercase;
    line-height: 30px;
    margin-top: 10px;
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
}

.destacado-amarillo-horizontal p {
    padding: 0px;
    font-size: 13px;
    color: #FFF;
    line-height: 16px;
    margin-top: 0px;
    margin-right: 30px;
    margin-bottom: 10px;
    margin-left: 0px;
    text-align: justify;
}

.destacado-amarillo-horizontal-mas-info {
    float: right;
    width: 175px;
    text-align: left;
    margin: 0px;
    padding-top: 45px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}

.destacado-amarillo-horizontal-precio {
    padding: 0px;
    float: right;
    width: 190px;
    text-align: right;
    margin: 0px;
}

.destacado-amarillo-horizontal-precio h3 {
    margin: 0px;
    text-align: right;
    padding-top: 15px;
    padding-right: 15px;
    padding-bottom: 0px;
    padding-left: 0px;
    font-size: 50px;
    color: #FFF;
    line-height: 50px;
}

.destacado-amarillo-horizontal-precio h4 {
    margin: 0px;
    text-align: right;
    padding-top: 10px;
    padding-right: 15px;
    padding-bottom: 0px;
    padding-left: 0px;
    font-size: 20px;
    color: #FFF;
    line-height: 25px;
}

.destacado-amarillo-horizontal-precio h4 a {
    color: #FFF;
    text-decoration: none;
}

.destacado-amarillo-horizontal-precio h4 a:hover {
    color: #000;
    text-decoration: none;
}

.destacado-celeste-horizontal {
    float: left;
    width: 710px;
    text-align: justify;
    background-image: url(destacado-celeste.png);
    background-repeat: no-repeat;
    height: 255px;
    background-position: center top;
    padding-top: 30px;
    padding-right: 20px;
    padding-bottom: 30px;
    padding-left: 40px;
    overflow: hidden;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: -10px;
}

.destacado-celeste-horizontal-left {
    margin: 0px;
    padding: 0px;
    float: left;
    width: 320px;
}

.destacado-celeste-horizontal-right {
    margin: 0px;
    padding: 0px;
    float: left;
    width: 390px;
}

.destacado-celeste-horizontal-foto {
    margin-top: 5px;
    margin-bottom: 15px;
    float: left;
    margin-right: 20px;
}

.destacado-celeste-horizontal h1 {
    padding: 0px;
    font-size: 32px;
    color: #FFF;
    text-transform: uppercase;
    line-height: 42px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
}

.destacado-celeste-horizontal h2 {
    padding: 0px;
    font-size: 26px;
    color: #FFF;
    text-transform: uppercase;
    line-height: 30px;
    margin-top: 10px;
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
}

.destacado-celeste-horizontal p {
    padding: 0px;
    font-size: 13px;
    color: #FFF;
    line-height: 16px;
    margin-top: 0px;
    margin-right: 30px;
    margin-bottom: 10px;
    margin-left: 0px;
    text-align: justify;
}

.destacado-celeste-horizontal-mas-info {
    float: right;
    width: 175px;
    text-align: left;
    margin: 0px;
    padding-top: 45px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}

.destacado-celeste-horizontal-precio {
    padding: 0px;
    float: right;
    width: 190px;
    text-align: right;
    margin: 0px;
}

.destacado-celeste-horizontal-precio h3 {
    margin: 0px;
    text-align: right;
    padding-top: 15px;
    padding-right: 15px;
    padding-bottom: 0px;
    padding-left: 0px;
    font-size: 50px;
    color: #FFF;
    line-height: 50px;
}

.destacado-celeste-horizontal-precio h4 {
    margin: 0px;
    text-align: right;
    padding-top: 10px;
    padding-right: 15px;
    padding-bottom: 0px;
    padding-left: 0px;
    font-size: 20px;
    color: #FFF;
    line-height: 25px;
}

.destacado-celeste-horizontal-precio h4 a {
    color: #FFF;
    text-decoration: none;
}

.destacado-celeste-horizontal-precio h4 a:hover {
    color: #000;
    text-decoration: none;
}

.pie {
    padding: 0px;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    background: url(footer.jpg);
    background-position: right;
}

.pie h4 {
    font-size: 16px;
    line-height: 20px;
    padding: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
}

.pie p {
    font-size: 14px;
    line-height: 20px;
    padding: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 5px;
    margin-left: 0px;
    color: #FFF;
}

.pie p a {
    color: #FFF;
    text-decoration: none;
}

.pie p a:hover {
    color: #000;
    text-decoration: none;
}

.pie-left {
    padding: 15px;
}

.pie-center {
    padding: 15px;
}

.pie-right {
    padding: 15px;
}

.pie-clear {
    width: 1250px;
    margin: 0px;
    float: left;
    padding: 0px;
}

.paginacion {
    margin: 0px;
    float: left;
    width: 780px;
    padding-top: 0px;
    padding-right: 10px;
    padding-bottom: 0px;
    padding-left: 10px;
}

.paginacion p {
    margin: 5px;
    padding: 0px;
    font-size: 14px;
    line-height: 16px;
    font-weight: bold;
    letter-spacing: 5px;
}

.paginacion p a {
    color: #E16000;
    text-decoration: none;
}

.paginacion p a:hover {
    color: #000000;
    text-decoration: none;
}

.slideofertas {
    margin: 0px;
    padding: 0px;
    height: 215px;
    width: 285px;
    overflow: hidden;
}

.paginas input {
    /*explorer*/
    border-radius: 5px;
    /*firefox*/
    -moz-border-radius: 5px;
    /*safari*/
    -webkit-border-radius: 5px;
    border: 1px solid #5B6B1D;
    margin: 0px;
    padding: 5px;
    color: #666;
    background-color: #FFF;
}

.paginas select {
    /*explorer*/
    border-radius: 5px;
    /*firefox*/
    -moz-border-radius: 5px;
    /*safari*/
    -webkit-border-radius: 5px;
    border: 1px solid #5B6B1D;
    margin: 0px;
    padding: 5px;
    color: #666;
}

.paginas textarea {
    /*explorer*/
    border-radius: 5px;
    /*firefox*/
    -moz-border-radius: 5px;
    /*safari*/
    -webkit-border-radius: 5px;
    border: 1px solid #5B6B1D;
    margin: 0px;
    padding: 5px;
    color: #666;
}

.paginas-form-etiquetas {
    margin: 2px;
    float: left;
    width: 270px;
    padding-top: 10px;
    padding-right: 0px;
    padding-bottom: 8px;
    padding-left: 0px;
}

.paginas-form-etiquetas-largo {
    margin: 2px;
    float: left;
    width: 345px;
    padding-top: 10px;
    padding-right: 0px;
    padding-bottom: 8px;
    padding-left: 0px;
}

.paginas-form-etiquetas-largo-tres-cuarto {
    margin: 2px;
    float: left;
    width: 500px;
    padding-top: 10px;
    padding-right: 0px;
    padding-bottom: 8px;
    padding-left: 0px;
}

.paginas-form-campos {
    margin: 2px;
    padding: 5px;
    float: left;
    width: 350px;
}

.paginas-form-campos-mitad {
    margin: 2px;
    padding: 5px;
    float: left;
    width: 175px;
}

.paginas-form-campos-tres-cuarto {
    margin: 2px;
    padding: 5px;
    float: left;
    width: 225px;
}

.paginas-form-campos-cuarto {
    float: left;
    width: 50px;
    margin-top: 12px;
    margin-right: 2px;
    margin-bottom: 0px;
    margin-left: 25px;
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 0px;
    padding-left: 5px;
}

.paginas-form-etiquetas-completo {
    margin: 2px;
    float: left;
    width: 625px;
    padding-top: 10px;
    padding-right: 0px;
    padding-bottom: 8px;
    padding-left: 0px;
}

.paginas-form-etiquetas-completo a {
    color: #F0F5DC;
    text-decoration: none;
}

.paginas-form-etiquetas-completo a:hover {
    color: #FFFFFF;
    text-decoration: none;
}

.paginas-form-campos-cuarto p {
    margin: 0px;
    padding: 0px;
}

.botonformularios {
}

.botonformularios:hover {
    color: #FFFFFF;
    background-color: #667720;
}

.campomuycorto {
    width: 40px;
}

.fotogaleria {
    padding: 0px;
    float: left;
    width: 200px;
    margin-top: 5px;
    margin-right: 5px;
    margin-bottom: 10px;
    margin-left: 5px;
    /*explorer*/
    border-radius: 5px;
    /*firefox*/
    -moz-border-radius: 5px;
    /*safari*/
    -webkit-border-radius: 5px;
    border: 1px solid #829829;
}

.fotogaleriai {
    margin: 0px;
    padding: 0px;
    float: left;
    height: 125px;
    width: 200px;
    overflow: hidden;
}

.fotogaleriai img {
    min-width: 200px;
    min-height: 125px;
    width: 200px;
    /*explorer*/
    border-radius: 5px;
    /*firefox*/
    -moz-border-radius: 5px;
    /*safari*/
    -webkit-border-radius: 5px;
}

.fotogaleriatextos {
    float: left;
    height: 40px;
    width: 200px;
    margin: 0px;
    padding: 0px;
    background-color: #91A92E;
}

.fotogaleriatextos p {
    margin: 0px;
    padding-top: 10px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
}

.fotogaleriatextos p a {
    color: #FFF;
    text-decoration: none;
}

.fotogaleriatextos p a:hover {
    text-decoration: underline;
}

.beadcrum {
    font-size: 75%;
}

.beadcrum a {
    color: #49600F;
    text-decoration: none;
}

.beadcrum a:hover {
    text-decoration: underline;
}

.responsive-form .form-group {
    margin-bottom: 10px !important;
}

.responsive-form label {
    color: white;
    width: 250px;
    text-align: left;
    font-weight: normal;
}

.responsive-form input[type="text"],
.responsive-form select,
.responsive-form textarea {
    width: 370px !important;
}
.responsive-form .input-group input[type="text"] {
    width: 100% !important;
}
.responsive-form h4 {
    color: #ffffff;
}
.responsive-form small {
    display: block;
    color: #ffffff;
}
.responsive-form .input-group {
    position: relative;
    width: 150px !important;
}

@media (max-width: 1200px) {
    .responsive-form input[type="text"],
    .responsive-form select,
    .responsive-form textarea {
        width: 530px !important;
    }
}
@media (max-width: 992px) {
    .responsive-form input[type="text"],
    .responsive-form select,
    .responsive-form textarea {
        width: 350px !important;
    }
}
@media (max-width: 768px) {
    .responsive-form input[type="text"],
    .responsive-form select,
    .responsive-form textarea {
        width: 100%!important;
    }
    .responsive-form .input-group {
        width: 100% !important;
    }
}

#g-recaptcha{
transform: scale(0.97);
transform-origin: 0 0;
margin-top:10px;
}

.logo-correo{
width: 53px;
position: absolute;
margin-top: -30px;
}

.panel-heading p{
font-size:24px !important;
}

.panel-danger .panel-heading{
background-color: #d80e15 !important;
color: white !important;
}