


    /*AYUDA*/
    div#nav{
        margin:auto;
        height: 44px;
        width: 95%;
     /*   border:1px solid blue;*/


        font-family: 'Ubuntu', sans-serif;
        font-size: 14px;
        color: #86888C;
        text-align: center;

        }
    div#tour{
        height: 44px;
        width: 33%;
       /*background-color: red;*/
        float:left;
        }

    div#faq{
        height: 44px;
        width: 33%;
       /*background-color: blue;*/
        float:left;
        }

    div#contacto{
        height: 44px;
        width: 33%;
      /*  background-color: yellow;*/
        float:left;
        }

.muestraMenu{
    cursor: pointer;
    text-decoration: underline;
    font-weight: bold;
    font-size: 18px;
    color:#c6579A;
}
.NOmuestraMenu{
    cursor: pointer;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    color: #50535A;
}
    div .linea{
        margin: auto;
        float: left;
        width: 95%;
        height: 1px;
        background-color: gray;
        margin-left: 2.5%;
        margin-bottom: 10px;
        }
/*div#p1{        margin-top: 10px;}*/

    div .t{
  /*     border:1px solid purple;*/
        width: 95%;
        float: left;
    }
    div .i{
  /*      border:1px solid pink; */
        width: 5%;
        float: right;
    }
    div .respuesta{
        margin: auto;
        width: 90%;
        padding-bottom: 10px;
        font-family: 'Ubuntu', sans-serif;
        font-size: 14px;
        color: #86888C;
        text-align: left;
    }


    .elementoVisible {display:block;}
    .elementoOculto {display:none;}
    .linkContraido {
        margin: auto;
        cursor: pointer;
        width: 95%;
        height: 44px;
      /*  margin-top: 10px;
        padding-bottom: 10px;*/
      /*  border:1px solid yellowgreen;*/


        font-family: 'Ubuntu', sans-serif;
        font-size: 14px;
        color: #86888C;
        text-align: left;
   }
   .linkExpandido {
        margin: auto;
        cursor: pointer;
        width: 95%;
        height: 44px;
        /*margin-top: 10px;
        padding-bottom: 25px;*/

        font-family: 'Ubuntu', sans-serif;
        font-weight: bold;
        font-size: 14px;
        color: #50535A;
        text-align: left;
   }
/*********** CONTACTO ****************/
   div#pagCONTACTO{
    margin: auto;
    width: 90%;
    margin-top:15px;
    padding-bottom: 10px;
    font-family: 'Ubuntu', sans-serif;
    font-size: 14px;
    color: #86888C;
    text-align: left;
   }

.contacto{
    background-color: white;
    height: 70px;
    border: 1px solid #86888C;
    border-radius: 22px 22px 22px 22px;
    box-shadow: 4px 4px 5px 0px rgba(134,136,140,0.75);
}
.mail{
    padding-top: 15px;
    text-align: center;
}
.telefono{
    padding-top: 5px;
    text-align: center;
}

   /********************** TOUR ***********************/
   div#pagTOUR{
    margin: auto;
    width: 90%;
    margin-top:15px;
    padding-bottom: 10px;
    font-family: 'Ubuntu', sans-serif;
    font-size: 14px;
    color: #86888C;
    text-align: left;
   }
   div .lineaT{
    margin: auto;
    float: left;
    width: 95%;
    height: 1px;
    background-color: #E1E1E1;
    margin-left: 2.5%;
    margin-bottom: 10px;
    }
/*div#p1{        margin-top: 10px;}*/

div .t{
    width: 95%;
    float: left;
    margin-top: 2px;
}
div .i{
    width: 5%;
    float: right;
}

.opcion {
    margin: auto;
    cursor: pointer;
    width: 95%;
    height: 44px;
    font-family: 'Ubuntu', sans-serif;
    font-size: 14px;
    color: #50535A;
    text-align: left;
}