*{
	margin: 0;
	padding: 0;

}
@font-face{
   font-family: futura;
   src: url(FuturaStd-Medium.otf) format('opentype');
}
 @font-face{
   font-family: futuralight;
   src: url(FuturaStd-Light.otf) format('opentype');
}

body{
	font-family: futura, sans-serif;
	background-color: white;
}
h1{

	font-size: 20px;

}

 div.img img {
          width: 100%;
          height: auto;
      }

a{
  color: black;
  text-decoration: none;

    }   
.contenido { width: 1200px; margin: 0 auto; }
		
	.responsiveLogo {
          margin-left: 10%;   
          float: left;
         	
      }
 .titular{
    color:gray;
    margin-left: 10%;  
    margin-bottom: 10px;
    font-family: futuralight;
    src: url(FuturaStd-Light.otf) format('opentype');

}

.contenido { width: 1200px; margin: 0 auto; }

    .responsiveLogo {
          margin-left: 10%;   
          float: left;
          
      }

      .responsive {

          margin-left: 10%;   
          float: left;
          width: 26%;
          height: auto;
          margin-bottom: 10px;
          cursor: pointer;
          }

      
.responsive2 {

        margin-left: 1%;
        float: left;
        width: 26%;
        color:gray;
        margin-bottom: 10px;
        height: auto;
        cursor: pointer;

          }
.responsive3 {
        margin-left: 1%;
        float: left;
        width: 26%;
        color:black;
        margin-bottom: 10px;
        height: auto;
        cursor: pointer;



          }
/*-----header CSS----------------------------------*/
body{
width: 100%;
background-image: url(../imatges/_DSC4272B_cap.jpg);
background-repeat: repeat-x;
}

#capcelera{
	width: 100%;
	height: 108px;
	margin-bottom: 15px;


}

#logo_01{
	float:left;
    padding-top: 25px;
    font-size: 28px;
    color:rgba(124,63,34,1);
    text-decoration: none;
   
}

#logo_01 a:hover{
	color: black;	
}

/*------------nav CSS----------------------------------*/

.navegador{

	padding-top: 48px;
	margin-right: 10%;

}
.navegadorResponsive{

	display: none;
}


nav ul {
	float: right;
	list-style: none;
	font-size: 20px;
	
}

nav ul li {
	display: inline-block;
	float: left;
	padding-left: 20px;

}

nav ul li a {
	color:black;
	text-decoration: none;
}



nav ul li a:hover{
	color:rgba(124,63,34,1);
	}

#colormenu{
	color:rgba(124,63,34,1);
}



/*-------------proves meu desplegable---------------------------*/

.dropdown-content a:hover {
	background-color: #f1f1f1;
	color: black;
}

.dropdown:hover .dropdown-content {
	    display: block;
}

.dropdown-content {
	color: 	color: rgb(130,129,132);
    display: none;
    position: absolute;
    background-color: rgb(210,210,213);
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 900;
}
.dropdown-content a{
	color: rgb(130,129,132);
}

li.dropdown {
    display: inline-block;
}

li a, .dropbtn {
    display: block;
    color: black;
    text-align:left;
    padding: 5px 5px;
    text-decoration: none;

}

.container {
    width: 100%;
    padding: 10px;
}






/*--------------CSS x footter-------------------------------------------*/
footer{

    width: 100%;
    margin-top: 150px;
    border-top: 1px solid black;
      background-color: white;
      margin-bottom: 5px;
}
#text_footer{

	float: left;
	padding-top: 10px;
	font-size: 16px;
	font-family: futuralight;
	margin-left: 10%;


}
#avislegal{

  float: left;
  padding-top: 25px;
  font-size: 14px;
  font-family: futuralight;
  margin-left: 10%;
  color:gray;

}
#avislegal2{

	display: none;

}
#logofb{
		
		float: right;
		padding-top: 1%;
		margin-right: 10%;


}

/*estils popUp*/

p.textModal {
    color: #85878a;
}

.fonsTexModal{
  margin-top: -5px;
  width: 610px;
  height: 100px;
  background-color: lightgray;
}

.textModal{
  position: absolute;
  bottom: 50px;
  left: 50px;
  width: 80%
  color:#9b9ea0;
  line-height: 25px;

  
}

/* The Modal (background) 01 */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.7); /* Black w/ opacity */
}

/* Modal Content_01*/
.modal-content {
    background-color: #fefefe;
    margin: auto;
    margin-top: -70px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    border: 1px solid #888;
    width: 612px;
    height: auto;
    position: relative;
}
/* The Modal (background) 02 */
.modal2 {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.7); /* Black w/ opacity */
}

/* Modal Content_02*/
.modal-content2 {
    background-color: #fefefe;
    margin: auto;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    border: 1px solid #888;
    width: 612px;
    height: auto;
    position: relative;
}
/* The Modal (background) 03 */
.modal3 {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.7); /* Black w/ opacity */
}

/* Modal Content_03*/
.modal-content3 {
    background-color: #fefefe;
    margin: auto;
    margin-top: -70px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    border: 1px solid #888;
    width: 612px;
    height: auto;
    position: relative;
}


/* The Modal (background) 04 */
.modal4 {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 5px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.7); /* Black w/ opacity */
}

/* Modal Content_05*/
.modal-content4 {
    background-color: #fefefe;
    margin: auto;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    border: 1px solid #888;
    width: 612px;
    height: auto;
    position: relative;
}

/* The Modal (background) 05 */
.modal5 {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.7); /* Black w/ opacity */
}

/* Modal Content_06*/
.modal-content5 {
    background-color: #fefefe;
    margin: auto;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    border: 1px solid #888;
    width: 612px;
    height: auto;
    position: relative;
}

/* The Modal (background) 06 */
.modal6 {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.7); /* Black w/ opacity */
}

/* Modal Content_06*/
.modal-content6 {
    background-color: #fefefe;
    margin: auto;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    border: 1px solid #888;
    width: 612px;
    height: auto;
    position: relative;
}

/* The Modal (background) 06 */
.modal7 {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.7); /* Black w/ opacity */
}

/* Modal Content_04*/
.modal-content7 {
    background-color: #fefefe;
    margin: auto;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    border: 1px solid #888;
    width: 612px;
    height: auto;
    position: relative;
}

.modal8 {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.7); /* Black w/ opacity */
}
.modal-content8 {
    background-color: #fefefe;
    margin: auto;
    margin-top: -60px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    border: 1px solid #888;
    width: 612px;
    height: auto;
    position: relative;
}

.modal9 {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.7); /* Black w/ opacity */
}
.modal-content9 {
    background-color: #fefefe;
    margin: auto;
    margin-top: -60px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    border: 1px solid #888;
    width: 612px;
    height: auto;
    position: relative;
}

.modal10 {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.7); /* Black w/ opacity */
}
.modal-content10 {
    background-color: #fefefe;
    margin: auto;
    margin-top: -100px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    border: 1px solid #888;
    width: 612px;
    height: auto;
    position: relative;
    overflow: auto; 
   /* Enable scroll if needed */
}

/*canvi css*/
.modal10 {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 5px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.7); /* Black w/ opacity */
}
.modal-content10 {
    background-color: #fefefe;
    margin: auto;
    
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    border: 1px solid #888;
    width: 612px;
    height: auto;
    position: relative;
    overflow: auto; 
   /* Enable scroll if needed */
}

/*canvi css*/
.modal11 {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.7); /* Black w/ opacity */
}
.modal-content11 {
    background-color: #fefefe;
    margin: auto;
    margin-top: -80px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    border: 1px solid #888;
    width: 612px;
    height: auto;
    position: relative;
    overflow: auto; 
   /* Enable scroll if needed */
}

.modal12 {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.7); /* Black w/ opacity */
}
.modal-content12 {
    background-color: #fefefe;
    margin: auto;
    margin-top: -80px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    border: 1px solid #888;
    width: 612px;
    height: auto;
    position: relative;
   /* Enable scroll if needed */
}

.modal13 {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 5px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.7); /* Black w/ opacity */
}
.modal-content13 {
    background-color: #fefefe;
    margin: auto;
    /*margin-top: -70px; */
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    border: 1px solid #888;
    width: 612px;
    height: auto;
    position: relative;
    overflow: auto; 
   /* Enable scroll if needed */
}


/* The Close Button 01*/
.close {
    color: #aaaaaa;
    float: right;
    right: 0;
    top:0;
    font-size: 28px;
    font-weight: bold;

}

.close:hover, .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

/* The Close Button 02*/
.close2 {
    color: #aaaaaa;
    float: right;
    right: 0;
    top:0;
    font-size: 28px;
    font-weight: bold;

}

.close2:hover, .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}
/* The Close Button 03*/
.close3 {
    color: #aaaaaa;
    float: right;
    right: 0;
    top:0;
    font-size: 28px;
    font-weight: bold;

}

.close3:hover, .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

/* The Close Button 04*/
.close4 {
    color: #aaaaaa;
    float: right;
    right: 0;
    top:0;
    font-size: 28px;
    font-weight: bold;

}

.close4:hover, .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

/* The Close Button 05*/
.close5 {
    color: #aaaaaa;
    float: right;
    right: 0;
    top:0;
    font-size: 28px;
    font-weight: bold;

}

.close5:hover, .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}


/* The Close Button 06*/
.close6 {
    color: #aaaaaa;
    float: right;
    right: 0;
    top:0;
    font-size: 28px;
    font-weight: bold;

}

.close6:hover, .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

/* The Close Button 07*/
.close7 {
    color: #aaaaaa;
    float: right;
    right: 0;
    top:0;
    font-size: 28px;
    font-weight: bold;

}

.close7:hover, .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}
/* The Close Button 08*/
.close8 {
    color: #aaaaaa;
    float: right;
    right: 0;
    top:0;
    font-size: 28px;
    font-weight: bold;

}

.close8:hover, .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

/* The Close Button 09*/
.close9 {
    color: #aaaaaa;
    float: right;
    right: 0;
    top:0;
    font-size: 28px;
    font-weight: bold;

}

.close9:hover, .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}


/* The Close Button 10*/
.close10 {
    color: #aaaaaa;
    float: right;
    right: 0;
    top:0;
    font-size: 28px;
    font-weight: bold;

}

.close10:hover, .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}
/* The Close Button 11*/
.close11 {
    color: #aaaaaa;
    float: right;
    right: 0;
    top:0;
    font-size: 28px;
    font-weight: bold;

}

.close11:hover, .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

/* The Close Button 12*/
.close12 {
    color: #aaaaaa;
    float: right;
    right: 0;
    top:0;
    font-size: 28px;
    font-weight: bold;

}

.close12:hover, .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

/* The Close Button 13*/
.close13 {
    color: #aaaaaa;
    float: right;
    right: 0;
    top:0;
    font-size: 28px;
    font-weight: bold;

}

.close13:hover, .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}


/*pàgina contacte*/

.responsivetitular{
	font-size: 28px;
	margin-top: 10%;
	font-family: futuralight;
	margin-left: 10%;
}




@media only screen and (max-width: 1070px){


/* Modal Content */
.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    border: 1px solid #888;
    width: 70%;
    height: auto;
    position: relative;
}
.modal-content img{

          width: 100%;
          height: auto;

}
/* Modal Content_02*/
.modal-content2 {
    background-color: #fefefe;
    margin: auto;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    border: 1px solid #888;
    width: 70%;
    height: auto;
    position: relative;
}

.modal-content2 img{

          width: 100%;
          height: auto;

}

/* Modal Content_03*/
.modal-content3 {
    background-color: #fefefe;
    margin: auto;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    border: 1px solid #888;
    width: 70%;
    height: auto;
    position: relative;
}

.modal-content3 img{

          width: 100%;
          height: auto;

}

/* Modal Content_04*/
.modal-content4 {
    background-color: #fefefe;
    margin: auto;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    border: 1px solid #888;
    width: 70%;
    height: auto;
    position: relative;
}

.modal-content4 img{

          width: 100%;
          height: auto;

}
/* Modal Content_05*/
.modal-content5 {
    background-color: #fefefe;
    margin: auto;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    border: 1px solid #888;
    width: 70%;
    height: auto;
    position: relative;
}

.modal-content5 img{

          width: 100%;
          height: auto;

}
/* Modal Content_06*/
.modal-content6 {
    background-color: #fefefe;
    margin: auto;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    border: 1px solid #888;
    width: 70%;
    height: auto;
    position: relative;
}

.modal-content6 img{

          width: 100%;
          height: auto;

}

/* Modal Content_07*/
.modal-content7 {
    background-color: #fefefe;
    margin: auto;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    border: 1px solid #888;
    width: 70%;
    height: auto;
    position: relative;
}

.modal-content7 img{

          width: 100%;
          height: auto;

}

/* Modal Content_08*/
.modal-content8 {
    background-color: #fefefe;
    margin: auto;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    border: 1px solid #888;
    width: 70%;
    height: auto;
    position: relative;
}

.modal-content8 img{

          width: 100%;
          height: auto;

}

/* Modal Content_09*/
.modal-content9 {
    background-color: #fefefe;
    margin: auto;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    border: 1px solid #888;
    width: 70%;
    height: auto;
    position: relative;
}

.modal-content9 img{

          width: 100%;
          height: auto;

}

/* Modal Content_10*/
.modal-content10 {
    background-color: #fefefe;
    margin: auto;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    border: 1px solid #888;
    width: 70%;
    height: auto;
    position: relative;
}

.modal-content10 img{

          width: 100%;
          height: auto;

}
/* Modal Content_11*/
.modal-content11 {
    background-color: #fefefe;
    margin: auto;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    border: 1px solid #888;
    width: 70%;
    height: auto;
    position: relative;
}

.modal-content11 img{

          width: 100%;
          height: auto;

}

/* Modal Content_12*/
.modal-content12 {
    background-color: #fefefe;
    margin: auto;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    border: 1px solid #888;
    width: 70%;
    height: auto;
    position: relative;
}

.modal-content12 img{

          width: 100%;
          height: auto;

}

/* Modal Content_13*/
.modal-content13 {
    background-color: #fefefe;
    margin: auto;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    border: 1px solid #888;
    width: 70%;
    height: auto;
    position: relative;
}

.modal-content13 img{

          width: 100%;
          height: auto;

}

.textModal{
  position: absolute;
  width: 80%
  color:#9b9ea0;

 
}
#avislegal{


  margin-left: 5%;


}

.fonsTexModal {
  width: 100%;

    

}


.responsiveLogo {
          margin-left: 2%;   
          float: left;
         	
      }
.titular{
    color:gray;
    margin-left: 2%;  
    margin-bottom: 10px;
    font-family: futuralight;
    src: url(FuturaStd-Light.otf) format('opentype');

}
.contenido { width: 100%;     
	margin-top: 0px;
    margin-right: 2%;
    margin-bottom: 0px;
    margin-left: 2%; }
         
.responsive {

          margin-left: 1%;   
          float: left;
          width: 45%;
          height: auto;
          margin-bottom: 10px;

          }
      
.responsive2 {

        margin-left: 1%;
        float: left;
        width: 45%;
        color:gray;
         margin-bottom: 10px;


          }
.responsive3 {
        margin-left: 1%;
        float: left;
        width: 45%;
        color:black;
         margin-bottom: 10px;

          }

.navegador{

	display: none;

}
		.navegadorResponsive{

			float:right;
			width: 20%;
			padding-top: 50px;
			margin-right: 12%;
			display: block;

		}
.dropdown-content {

    right: 13%;
}


footer{

	width: 100%;
	border-top: 1px solid black;
    background-color: white;


}
#text_footer{

	float: left;
	padding-top: 10px;
	font-size: 16px;
	font-family: futuralight;
	margin-left: 2%;


}
#logofb{
		
		float: right;
		padding-top: 1%;

		margin-right: 10%;



}


}



@media only screen and (max-width: 600px){

.contenido { width: 90%; margin: 0 auto; }

        .responsive {

          margin-left: 1%;   
          float: left;
          width: 90%;
          height: auto;

          }
      
.responsive2 {

        margin-left: 1%;
        float: left;
        width: 90%;
        color:gray;


          }
.responsive3 {
        margin-left: 1%;
        float: left;
        width: 90%;
        color:black;
        
          }


.responsiveLogo {
          margin-left: 2%;   
          float: left;
         	
      }


	.navegadorResponsive{

			float:right;
			width: 20%;
			margin-right: 4%;


		}

nav ul {
	width: 80%;	
	float: left;
	list-style: none;
	font-size: 15px;

	
}
.textModal{
  position: absolute;
  bottom: 50px;
  left: 25px;
  width: 80%
  color:#9b9ea0;
  line-height: 15px;

}

p.textModal {
    font-size: 12px;
    bottom: 25px;
}

.fonsTexModal {
  height: 50px;

  
}

#avislegal{


  margin-left: 2%;


}

/* Modal Content */
.modal-content {

    width: 90%;

}

/* Modal Content_02*/
.modal-content2 {

    width: 90%;

}


/* Modal Content_03*/
.modal-content3 {

    width: 90%;

}


/* Modal Content_04*/
.modal-content4 {

    width: 90%;

}

/* Modal Content_05*/
.modal-content5 {

    width: 90%;

}


/* Modal Content_06*/
.modal-content6 {

    width: 90%;

}


/* Modal Content_07*/
.modal-content7 {

    width: 90%;

}

/* Modal Content_08*/
.modal-content8 {

    width: 90%;

}
/* Modal Content_09*/
.modal-content9 {

    width: 90%;

}

/* Modal Content_10*/
.modal-content10 {

    width: 90%;

}

/* Modal Content_11*/
.modal-content11 {

    width: 90%;

}
/* Modal Content_12*/
.modal-content12 {

    width: 90%;

}

/* Modal Content_13*/
.modal-content13 {

    width: 90%;

}



footer{

		width: 100%;
		border-top: 1px solid black;
    	background-color: white;

}
div#text_footer {

    margin-left: 2%;
}
#text_footer{
  width: 60%;
  float: left;
  padding-top: 10px;
  font-size: 13px;
  font-family: futuralight;


}
#avislegal{

  display:none;


}
#avislegal2{
  display: block;
  margin-top: 5px;
  color: gray;

}
#logofb{

    position: absolute;
    float: left;
    padding-top: 10px;    
    right: -5px;

  }
}

@media only screen and (max-width: 452px){


#text_footer span{ display: none; }


}