/* ******************************************************************************************************************************************** */
/* ******************************************************************************************************************************************** */
/* ******************************************************************************************************************************************** */
/* ******************************************************************************************************************************************** */
/*                                    1280                                      */
/* ******************************************************************************************************************************************** */
/* ******************************************************************************************************************************************** */
/* ******************************************************************************************************************************************** */
/* ******************************************************************************************************************************************** */

/* ******************************************************************************************************* */
/*                                    BASICOS                                      */
/* ******************************************************************************************************* */
* {
    box-sizing: border-box;
    vertical-align: baseline;
    font-weight: inherit;
    font-family: inherit;
    font-style: inherit;
    font-size: 100%;
    border: 0 none;
    outline: 0;
    padding: 0;
    margin: 0;
}

.body{
    margin: 0;
    padding: 0;
}

/* ******************************************************************************************************* */
/*                                    TIPOGRAFIAS Y TITULOS                                      */
/* ******************************************************************************************************* */

@font-face{ font-family: swiss721_cn_bt; src: url(../fonts/swiss721_cn_bt.ttf) format("truetype"); }
@font-face{ font-family: swiss721_LtEx_bt; src: url(../fonts/swiss721_ltex_bt.ttf) format("truetype"); }
@font-face{ font-family: swiss721_Blk_cn; src: url(../fonts/swiss721_Blk_cn.ttf) format("truetype"); }

h1{ font-family: "swiss721_cn_bt", arial; font-size: 52px; }
h2{ font-family: "swiss721_cn_bt", arial; font-size: 46px; }
h3{ font-family: "swiss721_cn_bt", arial; font-size: 30px; }
h4{ font-family: "swiss721_cn_bt", arial; font-size: 17px; }
h5{ font-family: "swiss721_cn_bt", arial; font-size: 14px; }
h6{ font-family: "swiss721_cn_bt", arial; font-size: 10px; }
p{ font-family: "swiss721_LtEx_bt", arial; font-size: 12px; }

/* ******************************************************************************************************* */
/*                                    ESTRUCTURA BASICA                                      */
/* ******************************************************************************************************* */

#contenedor{
    width: 100%;
    height: auto;
}

#linea_superior{
    width: 100%;
    height: 6px;
    background-color: #8edf36;
}

#cuerpo_central{
    width: 100%;
    height: 1200px;
    background-color: #f2f2f2;
}


/*****************************************   ENCABEZADO    ***************************************************/

#encabezado{
    position: relative;
    width: 100%;
    height: 370px;
    background-image: url(../images/cielo.jpg);
    background-repeat: repeat-x;
    z-index: 5000;
}

#castillo{
    width: 100%;
    height: 310px;
    background-image: url(../images/castillo.png);
    background-position: center center;
    background-repeat: no-repeat;
    z-index: 6000;
}



/*****************************************   MARCA    ***************************************************/

#contenedor_marca{
    float: center;
    position: absolute;
    width: 100%;
    height: 310px;
    z-index: 7000;
}

#marca{
    width: 342px;
    height: 502px;
    margin: 0 auto;
    z-index: 7000;
    background-image: url(../images/marca.png);
    background-repeat: no-repeat;
}










/*****************************************   MENU    ***************************************************/

#menu_cel{
    display: none;    
}

#menu{
    width: 100%;
    height: 60px;
    background-image: url(../images/fondo_menu.jpg);
    background-repeat: repeat-x;
}

#nav-mobile{
    display: none;
    background: url(../images/nav.png) no-repeat center center;
    float: left;
    width: 60px;
    height: 60px;
    left: 0;
    top: 0;
    opacity: .6;
}

#nav-mobile.nav-active{
    opacity: 1;
}

#menu ul {
    width: 900px;
    height: 25px;
    margin: 0 auto;
    margin-top: 0px;
    padding-left: 0px;
}

#menu ul li{
    float: left;
    list-style-type: none;
    margin-top: 18px;
}

#menu ul li a{
    display: block;
    font-family: "swiss721_cn_bt", arial;
    font-size: 18px;
    color: #ffffff;
    text-decoration: none;
}

#menu ul li a:hover{
    color: #ffcc00;
}

#menu ul li a strong{
    color: #ffcc00;
}

.linea_division_menu{
    display: block;
    font-family: "swiss721_cn_bt", arial;
    font-size: 13px;
    color: #ffffff;
    padding-left: 11px;
    padding-right: 11px;
}

#separacion{
    margin-left: 410px;    
}

.submenu{
    display:none;
    position: absolute;
    min-width: 120px;
    margin-top: 0px;
}

#menu ul li ul{
    margin-top: 0px;
    margin-left: -20px;
}

#menu ul li ul li{
    float: none;
    width: 200px;
    background-color: #663333;
    padding: 15px 0px 15px 15px;
    border-bottom: 1px solid rgba(320,320,320,0.3);
    margin: 0;
    background-image: none;
    background-color: #066c92;
}

#menu ul li:hover > .submenu{
    display: block;
}





/*****************************************   SLIDE    ***************************************************/

#conteiner_slide_cel{
    display: none;
}

#conteiner_slide_pc{
    float: left;
    display: block;
    width: 100%;
    height: 650px;
    background-color: aquamarine;
}

#imgs_slide{
    width: 100%;
    height: 650px;
}


#container{
    position: absolute;
    top: 0px;
    width: 100%;
    height: auto;
    z-index: -10;
    margin: 0 auto;
    background-color: aqua
}

#slideshow{
    width: 100%;
    height: 100%;
}

#slides li{
    width: 100%;
    height: 650px;
    display: block;
    list-style-type: none;
}

#promo_1{
    background-image: url(../images/img_home_1.jpg);
    background-position: center top;
}

#promo_2{
    background-image: url(../images/img_home_2.jpg);
    background-position: center top;
}

#promo_3{
    background-image: url(../images/img_home_3.jpg);
    background-position: center top;
}

#promo_4{
    background-image: url(../images/img_home_4.jpg);
    background-position: center top;
}

#promo_5{
    background-image: url(../images/img_home_5.jpg);
    background-position: center top;
}

#promo_6{
    background-image: url(../images/img_home_6.jpg);
    background-position: center top;
}

#promo_7{
    background-image: url(../images/img_home_7.jpg);
    background-position: center top;
}

#promo_8{
    background-image: url(../images/img_home_8.jpg);
    background-position: center top;
}

#promo_9{
    background-image: url(../images/img_home_9_cel.jpg);
    background-position: center top;
}

#promo_10{
    background-image: url(../images/img_home_10.jpg);
    background-position: center top;
}















#promo_1_cel{
    background-image: url(../images/img_home_1_cel.jpg);
    background-position: center top;
}

#promo_2_cel{
    background-image: url(../images/img_home_2_cel.jpg);
    background-position: center top;
}

#promo_3_cel{
    background-image: url(../images/img_home_3_cel.jpg);
    background-position: center top;
}

#promo_4_cel{
    background-image: url(../images/img_home_4_cel.jpg);
    background-position: center top;
}

#promo_5_cel{
    background-image: url(../images/img_home_5_cel.jpg);
    background-position: center top;
}

#promo_6_cel{
    background-image: url(../images/img_home_6_cel.jpg);
    background-position: center top;
}

#promo_7_cel{
    background-image: url(../images/img_home_7_cel.jpg);
    background-position: center top;
}

#promo_8_cel{
    background-image: url(../images/img_home_8_cel.jpg);
    background-position: center top;
}

#promo_9_cel{
    background-image: url(../images/img_home_9_cel.jpg);
    background-position: center top;
}

#promo_10_cel{
    background-image: url(../images/img_home_10_cel.jpg);
    background-position: center top;
}




/*****************************************   CARTEL    ***************************************************/

#cartel{
    float: left;
    position: absolute;
    margin-top: 580px;
    width: 100%;
    height: 427px;
    background-image: url(../images/cartel.png);
    background-repeat: no-repeat;
    background-position: center;
    z-index: 8000; 
}





/*****************************************   PRE PIE    ***************************************************/

#pre_pie{
    width: 100%;
    height: 563px;
    background-image: url(../images/hada.png);
    background-color: #f2f2f2;
    background-repeat: no-repeat;
    background-position: center;
    margin-top: 0px;
}

#pre_pie_princesa{
    width: 100%;
    height: 330px;
    background-image: url(../images/princesa.png);
    background-color: #f2f2f2;
    background-repeat: no-repeat;
    background-position: center center;
    margin-top: 0px;
}

#pre_pie_hada{
    width: 100%;
    height: 450px;
    background-image: url(../images/hada_2.png);
    background-color: #f2f2f2;
    background-repeat: no-repeat;
    background-position: top center;
    margin-top: 0px;
}

#pre_pie_castillo{
    width: 100%;
    height: 450px;
    background-image: url(../images/castillo_2.png);
    background-color: #f2f2f2;
    background-repeat: no-repeat;
    background-position: top center;
    margin-top: 0px;
}

/*****************************************   PIE    ***************************************************/

#pie{
    width: 100%;
    height: 225px;
}

#resumen_servicios{
    width: 100%;
    height: auto;
    background-color: #05667a;
    padding: 0 150px;
}

#copyright{
    width: 100%;
    height: 140px;
    background-color: #058cab;
}

.textos_resumen_servicios{
    display: block;
    width: 100%;
    height: auto;
    font-family: "swiss721_Blk_cn", arial;
    font-size: 18px;
    color: #ffffff;
    text-align: center;
    padding: 50px 0px;
}

#contenido_copy{
    width: 100%;
    height: 140px;
    margin: 0 auto;
    padding: 0 200px;
}

#marca_copy{
    float: left;
    width: 354px;
    height: 140px;
    background-image: url(../images/marca_copy.png);
    background-repeat: no-repeat;
    background-position: center center;
}

#marca_mc{
    float: right;
    width: 127px;
    height: 140px;
    background-repeat: no-repeat;
    background-position: right center;
    padding-top: 32px;
}













#img_1{
    width: 100%;
    height: 250px;
    background-image: url(../images/img_1.jpg);
    background-repeat: no-repeat;
    background-position: center center;
}

#img_2{
    width: 100%;
    height: 250px;
    background-image: url(../images/img_2.jpg);
    background-repeat: no-repeat;    
    background-position: center center;
}

#img_3{
    width: 100%;
    height: 250px;
    background-image: url(../images/img_3.jpg);
    background-repeat: no-repeat;
    background-position: center center;
}

#img_4{
    width: 100%;
    height: 250px;
    background-image: url(../images/img_4.jpg);
    background-repeat: no-repeat;
    background-position: center center;
}

#img_5{
    width: 100%;
    height: 250px;
    background-image: url(../images/img_5.jpg);
    background-repeat: no-repeat;
    background-position: center center;
}

#img_6{
    width: 100%;
    height: 250px;
    background-image: url(../images/img_6.jpg);
    background-repeat: no-repeat;
    background-position: center center;
}

#img_7{
    width: 100%;
    height: 250px;
    background-image: url(../images/img_7.jpg);
    background-repeat: no-repeat;
    background-position: center center;
}

#img_8{
    width: 100%;
    height: 250px;
    background-image: url(../images/img_8.jpg);
    background-repeat: no-repeat;
    background-position: center center;
}

#img_9{
    width: 100%;
    height: 250px;
    background-image: url(../images/img_9.jpg);
    background-repeat: no-repeat;
    background-position: center center;
}

#img_10{
    width: 100%;
    height: 250px;
    background-image: url(../images/img_10.jpg);
    background-repeat: no-repeat;
    background-position: center center;
}

/*****************************************   SECCION EL JARDIN    ***************************************************/

#cuerpo_central_secciones{
    width: 100%;
    height: auto;
    background-color: #f2f2f2;
    background-image: url(../images/gradiente_1.jpg);
    background-repeat: repeat-x;
}

#contenido{
    width: 1000px;
    height: auto;
    margin: 0 auto;
    padding: 50px 0 50px 0;
}

#titulo_seccion_jardin{
    display: block;
    width: 100%;
    height: 85px;
    padding-top: 40px;
    font-family: "swiss721_cn_bt", arial;
    font-size: 40px;
    color: #dd0808;
    border-bottom: 1px solid #dd0808;
}

.texto_qs{
    display: block;
    width: 100%;
    height: auto;
    font-family: "swiss721_LtEx_bt", arial;
    font-size: 20px;
    color: #666666;
    text-align: justify;
    padding-top: 40px;
}

.entretitulo{
    display: block;
    width: 100%;
    height: auto;
    font-family: "swiss721_cn_bt", arial;
    font-size: 26px;
    color: #000000;
    text-align: center;
    font-weight: bold;
}

.texto_destacado{
    display: block;
    width: 100%;
    height: 80px;
    font-family: "swiss721_cn_bt", arial;
    font-size: 22px;
    color: #333333;
    text-align: justify;
    font-weight: bold;
    background-color: #e6e6e6;
    border: 1px solid #b2b2b2;
    padding: 25px 30px;
    text-align: center;
}


.entretitulo_negrita{
    font-family: "swiss721_cn_bt", arial;
    font-size: 22px;
    color: #000000;
    text-align: justify;
    font-weight: bold; 
}

.lista_salas{
    width: 100%;
    height: auto;
    padding-left: 50px;
    margin-bottom: 150px;
}

.lista_salas li{
    font-family: "swiss721_LtEx_bt", arial;
    font-size: 20px;
    color: #666666;
}



/*****************************************   VIDEO   ***************************************************/

#contenedor_video{
    width: 100%;
    height: 563px;
    background-color: #dddddd;
    z-index: 7000;
    margin-top: 50px;
    padding: 0px 0;
}

#video{
    width: 1000px;
    height: 563px;
    margin: 0 auto;
}














/*****************************************   INSTALACIONES    ***************************************************/


#titulo_seccion_instalaciones{
    display: block;
    width: 100%;
    height: 85px;
    padding-top: 40px;
    font-family: "swiss721_cn_bt", arial;
    font-size: 40px;
    color: #309893;
    border-bottom: 1px solid #309893;
}

#contenidos_instalaciones_cel{
    display: none;
}

#contenidos_instalaciones_pc{
    display: block;
    width: 100%;
    height: 4600px;
    margin-top: 40px
}

.foto_super_ancha{
    float: left;
    width: 998px;
    height: 498px;
    background-color: firebrick;
    margin: 1px;
}

.foto_ancha{
    float: left;
    width: 498px;
    height: 248px;
    background-color: firebrick;
    margin: 1px;
}

.foto_angosta{
    float: left;
    width: 248px;
    height: 248px;
    background-color: #4eb222;
    margin: 1px;
}

.titulo_instalacion{
    display: block;
    width: 100%;
    height: auto;
    font-family: "swiss721_cn_bt", arial;
    font-weight: bold;
    font-size: 30px;
    color: #000000;
    padding: 50px 0 10px 0;
}


/*****************************************   SERVICIOS    ***************************************************/

#servicios_cel{
    display: none;
}

#titulo_seccion_servicios{
    display: block;
    width: 100%;
    height: 85px;
    padding-top: 40px;
    font-family: "swiss721_cn_bt", arial;
    font-size: 40px;
    color: #403098;
    border-bottom: 1px solid #403098;
}

#contenidos_servicios{
    display: block;
    width: 100%;
    height: 3250px;
    margin-top: 40px;
}

.foto_servicio{
    float: left;
    width: 748px;
    height: 298px;
    background-color: firebrick;
    margin: 1px 1px 15px 1px;
    
}

.servicio_texto{
    float: left;
    width: 248px;
    height: 298px;
    margin: 1px 1px 15px 1px;
    
}

.servicio_texto p{
    display: block;
    width: 100%;
    height: auto;
    font-family: "swiss721_cn_bt", arial;
    font-size: 34px;
    color: #ffffff;
    padding: 30px 10px 40px 40px;
}

#triangulo_der{
    float: left;
    width: 25px;
    height: 37px;
    background-image: url(../images/triangulo_der.png);
    margin-top: 32px;
}

#triangulo_izq{
    float: right;
    width: 25px;
    height: 37px;
    background-image: url(../images/triangulo_izq.png);
    margin-top: 32px;
}

#cuadro_servicios_1{
    background-color: #32c9d7;
}

#cuadro_servicios_2{
    background-color: #42d732;
}

#cuadro_servicios_3{
    background-color: #edb407;
}

#cuadro_servicios_4{
    background-color: #dd0ddf;
}

#cuadro_servicios_5{
    background-color: #b02eec;
}

#cuadro_servicios_6{
    background-color: #2e9eec;
}

#cuadro_servicios_7{
    background-color: #32c9d7;
}

#cuadro_servicios_8{
    background-color: #edb407;
}

#cuadro_servicios_9{
    background-color: #b02eec;
}

#cuadro_servicios_10{
    background-color: #dd0ddf;
}




/*****************************************   NOTICIAS    ***************************************************/





#titulo_seccion_noticias{
    display: block;
    width: 100%;
    height: 85px;
    padding-top: 40px;
    font-family: "swiss721_cn_bt", arial;
    font-size: 40px;
    color: #eca22e;
    border-bottom: 1px solid #eca22e;
}





/*****************************************   CONTACTO    ***************************************************/


#parte_contacto{
    width: 100%;
    height: 750px;
    margin-top: 80px;
}

#direccion{
    float: left;
    width: 35%;
    height: auto;
    border-right: 1px solid #cccccc;
    padding-right: 35px;
    padding-bottom: 170px;
}

#direccion p{
    font-family: "swiss721_LtEx_bt", arial;
    font-size: 16px;
}

#direccion p strong{
    font-family: "swiss721_Blk_cn", arial;
    color: #333333;
}

#formulario{
    float: right;
    width: 65%;
    height: auto;
    padding-left: 45px;
}

.form{
    display: block;
    width: 100%;
    height: auto;
    font-family: "swiss721_Blk_cn", arial;
    font-size: 16px;
    color: #333333;
    padding: 0px 0px
}

form{
    width: 100%;
    height: auto;
    margin-top: 40px;
}



lebel{
    display: block;
    width: 100%;
    font-family: "swiss721_bt", arial;
    font-size: 16px;
    padding: 5px 0;
}

.campos_input{
    width: 550px;
    height: 30px;
    background-color: #ffffff;
    border: 1px solid #eceaea;
    font-family: "swiss721_bt", arial;
    font-size: 12px;
    padding: 5px 0;
}

.campos_textarea{
    width: 550px;
    height: 120px;
    background-color: #ffffff;
    border: 1px solid #eceaea;
    font-family: "swiss721_bt", arial;
    font-size: 12px;
    padding: 5px 0;
}

#mapa{
    width: 100%;
    height: 450px;
    margin-top: 30px;
    margin-bottom: 150px;
}




































































































@media screen and (max-width: 800px) and (min-width: 320px){
    
    
    /* ******************************************************************************************************* */
    /*                                    ESTRUCTURA BASICA                                      */
    /* ******************************************************************************************************* */
    
    #contenedor{
        width: 100%;
        height: auto;
    }
    
    #linea_superior{
        position: fixed;
        width: 100%;
        height: 60px;
        background-color: #df9e36;
        z-index: 9999;
    }
    
    #cuerpo_central{
        width: 100%;
        height: 650px;
        background-color: #f2f2f2;
    }
    
    /*****************************************   ENCABEZADO    ***************************************************/
    
    #encabezado{
        position: relative;
        width: 100%;
        height: 310px;
        background-image: url(../images/cielo_cel.jpg);
        background-repeat: repeat-x;
        z-index: 5000;
        top: 60px;
    }
    
    #castillo{
        width: 100%;
        height: 310px;
        background-image: url(../images/castillo_cel.png);
        background-position: center center;
        background-repeat: no-repeat;
        z-index: 6000;
    }
    
    
    /*****************************************   MARCA    ***************************************************/
    
    #contenedor_marca{
        float: center;
        position: absolute;
        width: 100%;
        height: 310px;
        top: 60px;
        z-index: 7000;
    }
    
    #marca{
        width: 239px;
        height: 350px;
        margin: 0 auto;
        z-index: 7000;
        background-image: url(../images/marca_cel.png);
        background-repeat: no-repeat;
    }
    
    
   
    /*****************************************   MENU    ***************************************************/
    
    #menu_pc{
        display: none;    
    }
    
    #menu_cel{
        display: block;
        width: 100%;
        height: 60px;
    }
    
    #nav-mobile{
        display: block;
        margin-left: 20px;
    }
    
    #menu {
        float: none;
        width: 100%;
        height: 500px;
        margin: 0 auto;
        padding-top: 0px;
        z-index: 9000;
        background-image: none;
    }
    
    #menu ul{
        width: 100%;
        height: auto;
        margin-top: 0px;
        padding-left: 0px;
        padding-top: 0px;
        max-height: 0;
        overflow: hidden;
    }
    
    #menu ul li{
        float: none;
        margin: 0;
    }    
    
    #menu ul li a{
        display: block;
        font-family: "swiss721_bt", arial;
        font-size: 24px;
        color: #E6E6E6;
        text-decoration: none;
        width: 100%;
        text-align: center;
        background-color: rgba(0,0,0,.8);
        border-bottom: 1px solid rgba(255,255,255,.5);
        padding-top: 9px;
        padding-bottom: 9px;
    }    
   
    #menu ul.open-menu{
        max-height: 520px;
        -webkit-transition: max-height .4s;
        -moz-transition: max-height .4s;
        -ms-transition: max-height .4s;
        -o-transition: max-height .4s;
        transition: max-height .4s;
    } 
    
    
    
    /*****************************************   SLIDE    ***************************************************/
    
    #conteiner_slide_pc{
        display: none;
    }
    
    #conteiner_slide_cel{
        float: left;
        display: block;
        width: 100%;
        height: 300px;
        background-color: #f07fff;
        margin-top: 60px;
    }
    
    
  
    
    /*****************************************   CARTEL    ***************************************************/
    
    #cartel{
        float: left;
        position: absolute;
        margin-top: 130px;
        width: 100%;
        height: 620px;
        background-image: url(../images/cartel_cel.png);
        background-repeat: no-repeat;
        background-position: center;
        z-index: 8000; 
    }
    
    /*****************************************   PRE PIE    ***************************************************/
    
    #pre_pie{
        width: 100%;
        height: 320px;
        background-image: url(../images/hada_cel.png);
        background-color: #f2f2f2;
        background-repeat: no-repeat;
        background-position: center;
        margin-top: 0px;
    }
    
    #pre_pie_princesa{
        width: 100%;
        height: 330px;
        background-image: url(../images/princesa.png);
        background-color: #f2f2f2;
        background-repeat: no-repeat;
        background-position: center center;
        margin-top: 0px;
    }
    
    #pre_pie_hada{
        width: 100%;
        height: 380px;
        background-image: url(../images/hada_2.png);
        background-color: #f2f2f2;
        background-repeat: no-repeat;
        background-position: center center;
        margin-top: 0px;
    }
    
    #pre_pie_castillo{
        width: 100%;
        height: 450px;
        background-image: url(../images/castillo_2.png);
        background-color: #f2f2f2;
        background-repeat: no-repeat;
        background-position: top center;
        margin-top: 0px;
    }
    
    
    /*****************************************   PIE    ***************************************************/
    
    #pie{
        width: 100%;
        height: auto;
    }
    
    #resumen_servicios{
        width: 100%;
        height: auto;
        background-color: #05667a;
        padding: 20px;
    }
    
    #copyright{
        width: 100%;
        height: 280px;
        background-color: #058cab;
    }
    
    .textos_resumen_servicios{
        display: block;
        width: 100%;
        height: auto;
        font-family: "swiss721_Blk_cn", arial;
        font-size: 16px;
        color: #ffffff;
        text-align: center;
    }
    
    #contenido_copy{
        width: auto;
        height: 140px;
        margin: 0 auto;
        padding: 0 0px;
    }
    
    #marca_copy{
        width: 320px;
        height: 100px;
        background-repeat: no-repeat;
        background-position: center center;        
        background-image: url(../images/marca_copy_cel.png);
        margin-top: 20px;
        margin-left: 20px;
    }
    
    #marca_mc{
        width: 127px;
        height: 140px;
        background-repeat: no-repeat;
        background-position: center center;
        padding: 20 auto;
    }
    
    
    /*****************************************   SECCION EL JARDIN    ***************************************************/
    
    #img_jardin{
        width: 100%;
        height: 250px;
        background-image: url(../images/img_jardin_cel.jpg);
        background-repeat: no-repeat;
    }
    
    #cuerpo_central_secciones{
        width: 100%;
        height: auto;
        background-color: #f2f2f2;
        background-image: url(../images/gradiente_1.jpg);
        background-repeat: repeat-x;
    }
    
    #contenido{
        width: 100%;
        height: auto;
        margin: 0 auto;
        padding: 50px 25px 50px 25px;
    }
    
    #titulo_seccion_jardin{
        display: block;
        width: 100%;
        height: 125px;
        padding-top: 40px;
        font-family: "swiss721_cn_bt", arial;
        font-size: 36px;
        color: #dd0808;
        border-bottom: 1px solid #dd0808;
    }
    
    .texto_qs{
        display: block;
        width: 100%;
        height: auto;
        font-family: "swiss721_LtEx_bt", arial;
        font-size: 18px;
        color: #666666;
        text-align: justify;
        padding-top: 40px;
    }
    
    .entretitulo{
        display: block;
        width: 100%;
        height: auto;
        font-family: "swiss721_cn_bt", arial;
        font-size: 26px;
        color: #000000;
        text-align: center;
        font-weight: bold;
    }
    
    .texto_destacado{
        display: block;
        width: 100%;
        height: auto;
        font-family: "swiss721_cn_bt", arial;
        font-size: 22px;
        color: #333333;
        text-align: justify;
        font-weight: bold;
        background-color: #e6e6e6;
        border: 1px solid #b2b2b2;
        padding: 12px 30px;
        text-align: center;
    }
    
    .entretitulo_negrita{
        font-family: "swiss721_cn_bt", arial;
        font-size: 22px;
        color: #000000;
        text-align: justify;
        font-weight: bold; 
    }
    
    .lista_salas{
        width: 100%;
        height: auto;
        padding-left: 50px;
        margin-bottom: 150px;
    }
    
    .lista_salas li{
        font-family: "swiss721_LtEx_bt", arial;
        font-size: 20px;
        color: #666666;
    }
    
    
    /*****************************************   VIDEO   ***************************************************/

#contenedor_video{
    width: 100%;
    height: auto;
    background-color: #dddddd;
    z-index: 7000;
    margin-top: 50px;
    padding: 0px 0;
}

#video{
    width: 100%;
    height: auto;
    margin: 0 auto;
}
    
    
    
    /*****************************************   INSTALACIONES    ***************************************************/
    
    #titulo_seccion_instalaciones{
        display: block;
        width: 100%;
        height: 85px;
        padding-top: 40px;
        font-family: "swiss721_cn_bt", arial;
        font-size: 36px;
        color: #309893;
        border-bottom: 1px solid #309893;
    }
    
    #contenidos_instalaciones_pc{
        display: none;
    }
    
    #contenidos_instalaciones_cel{
        display: block;
        width: 100%;
        height: auto;
        margin-top: 50px;
    }
    
    .foto_celular img{
        width: 100%;
        height: auto;
        margin-top: 10px;
    }
    
    
    
    
    
    
    
    /*****************************************   SERVICIOS    ***************************************************/
    
    #servicios_pc{
        display: none;
    }
    
    #servicios_cel{
        display: block;
    }
    
    #titulo_seccion_servicios{
        display: block;
        width: 100%;
        height: 85px;
        padding-top: 40px;
        font-family: "swiss721_cn_bt", arial;
        font-size: 40px;
        color: #403098;
        border-bottom: 1px solid #403098;
    }
    
    #contenidos_servicios{
        display: block;
        width: 100%;
        height: auto;
        margin-top: 40px;
    }
    
    .foto_servicio_cel img{
        width: 100%;
        height: auto;
        background-color: firebrick;
        margin: 0px 0px 0px 0px;
    }
    
    .servicio_texto{
        width: 100%;
        height: auto;
        margin: 25px 0px 0px 0px;
    }
    
    .servicio_texto p{
        display: block;
        width: 100%;
        height: auto;
        font-family: "swiss721_cn_bt", arial;
        font-size: 30px;
        color: #ffffff;
        padding: 20px 15px 20px 15px;
        text-align: center;
    }
    
    #triangulo_der{
        float: left;
        width: 25px;
        height: 37px;
        background-image: url(../images/triangulo_der.png);
        margin-top: 32px;
    }
    
    #triangulo_izq{
        float: right;
        width: 25px;
        height: 37px;
        background-image: url(../images/triangulo_izq.png);
        margin-top: 32px;
    }
    
    #triangulo_izq{
        width: 37px;
        height: 25px;
        background-image: url(../images/triangulo_up.png);
        margin-top: 32px;
    }
    
    #cuadro_servicios_1{
        background-color: #32c9d7;
    }
    
    #cuadro_servicios_2{
        background-color: #42d732;
    }
    
    #cuadro_servicios_3{
        background-color: #edb407;
    }
    
    #cuadro_servicios_4{
        background-color: #dd0ddf;
    }
    
    #cuadro_servicios_5{
        background-color: #b02eec;
    }
    
    #cuadro_servicios_6{
        background-color: #2e9eec;
    }
    
    #cuadro_servicios_7{
        background-color: #32c9d7;
    }
    
    #cuadro_servicios_8{
        background-color: #edb407;
    }
    
    #cuadro_servicios_9{
        background-color: #b02eec;
    }
    
     #cuadro_servicios_10{
        background-color: #dd0ddf;
    }
    
    
    
    /*****************************************   CONTACTO    ***************************************************/
    
    #parte_contacto{
        width: 100%;
        height: 1550px;
        margin-top: 60px;
    }
    
    #direccion{
        width: 100%;
        height: auto;
        border-right: 0;
        padding-right: 35px;
        padding-bottom: 50px;
        border-bottom: 1px solid #cccccc;
    }
    
    #direccion p{
        font-family: "swiss721_LtEx_bt", arial;
        font-size: 20px;
    }
    
    #direccion p strong{
        font-family: "swiss721_Blk_cn", arial;
        color: #333333;
    }
    
    #formulario{
        width: 100%;
        height: auto;
        padding-left: 0px;
        margin-top: 60px;
    }
    
    .form{
        display: block;
        width: 100%;
        height: auto;
        font-family: "swiss721_Blk_cn", arial;
        font-size: 22px;
        color: #333333;
        padding: 0px 0px
    }
    
    form{
        width: 100%;
        height: auto;
        margin-top: 40px;
    }
    
    lebel{
        display: block;
        width: 100%;
        font-family: "swiss721_bt", arial;
        font-size: 22px;
        padding: 5px 0;
    }
    
    .campos_input{
        width: 100%;
        height: 50px;
        background-color: #ffffff;
        border: 1px solid #eceaea;
        font-family: "swiss721_bt", arial;
        font-size: 20px;
        padding: 5px 0;
    }
    
    .campos_textarea{
        width: 100%;
        height: 120px;
        background-color: #ffffff;
        border: 1px solid #eceaea;
        font-family: "swiss721_bt", arial;
        font-size: 20px;
        padding: 5px 0;
    }
    
    #mapa{
        width: 100%;
        height: 450px;
        margin-top: 30px;
        margin-bottom: 150px;
    }
    
    
    
    
    
    
    
    
    
    
}






























