*{
	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;
      }

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

}

.titularArticle{

    font-family: futuralight;
    src: url(FuturaStd-Light.otf) format('opentype');
    margin-bottom: 15px;

}
.textArticle{
      font-family: futuralight;
    src: url(FuturaStd-Light.otf) format('opentype');
}

 .titular a{
    color:gray;
    text-decoration: none;

     }
.peuObra{
    color:gray; 
    margin-bottom: 20px;
    font-family: futuralight;
    src: url(FuturaStd-Light.otf) format('opentype');

}
div.img img {
    width: 100%;
    height: auto;
    margin-bottom: 5px;


}

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

     }   
.contenido { width: 1200px; margin: 0 auto; }
		
	.responsiveLogo {
          margin-left: 10%;   
          float: left;
         	
      }
      .responsive {
   
          float: left;
          margin-left: 10%;
          width: 80%;
          height: auto;

          
      }
      .responsive2 {
          margin-left: 10%;
          float: left;
          width:80%;
          height: auto;
          margin-bottom: 25px;

      }

      .responsive3 {

          margin-left: 10%;
          float: left;
          width:50%;
          height: auto;
      }
      .responsive4 {

          margin-left: 5%;
          float: left;
          width:25%;
          height: auto;
      }

/*-----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 menu 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%;


}

/*pàgina contacte*/

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




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

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

.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: 10%;


}
#avislegal{


  margin-left: 5%;


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



}


}



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

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

  .responsive {
    margin-left: 1%;
    float: left;
    width: 100%;
} .responsive2 {
    margin-left: 1%;
    float: left;
    width: 100%;
}
 .responsive3 {
    margin-left: 1%;
    float: left;
    width: 100%;
} .responsive4 {
    margin-left: 1%;
    float: left;
    width: 100%;
}
.titular{

    margin-left: 2%;  


}

	#logo_01{

	margin-left: 2%;

}


	.navegadorResponsive{

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


		}

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

	
}

footer{

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



}
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; }


}