/* Esquema General */
body{
  	margin: 0px;
  	background-color: rgb(60,52,45);
  	text-align: center;
  	font-family: arial;
  	font-size: 12px;
  	color: black;
}
.pagina{
  	background-image: url(imatges/fons_web.jpg);
  	background-position: center;
  	background-repeat: no-repeat;
	margin: 0px auto;
	width: 700px;
	height: 600px;
	text-align: left;
	background-color: transparent;
}

.dalt{
  	top: 0px;
  	width: 100%;  	
  	height: 75px;
  	background-color: transparent;  	
}

.centre{
  	width: 100%;
  	height: 450px;
  	background-color: transparent;
}

.baix{
  	width: 100%;
  	height: 75px;
  	text-align: center;
  	background-color: transparent;
}

/* Esquema part Superior: links */

.links{
	position: absolute;
  	display: inline;
  	margin-top: 59px;
  	margin-left: 105px;
  	width: 490px;
  	background-color: transparent;  	
}

/*Esquema part central, la part a dins de .centre */

.esquerra{
  	position: absolute;
  	display: inline;
  	width: 105px;
  	height: 450px;
  	background-color: transparent;
}

.links_esquerra{
  	margin-top: 60px;
  	margin-left: 5px;
  	width: 90px;
  	height: 350px;
  	background-color: transparent;
}

.espai{
	height: 25px;
	width: 100%;
	background-color: transparent;  
}

.mig{
  	position: absolute;
  	display: inline;
  	margin-left: 105px;
	width: 490px;  
  	height: 450px;  	
  	background-color: transparent;
}

.central{
  	margin-left: 0px;
  	margin-top: 0px;
  	width: 490px;  
  	height: 425px;
  	overflow-y: auto;
  	background-color: transparent;
}

.contingut{
  	/*margin-top: 5px;*/
  	margin-left: 5px;
	width: 480px;  
  	background-color: transparent;
}

.contingut_scroll{
  	/*margin-top: 5px;*/
	width: 470px;  
  	background-color: transparent;
}

.dreta{
  	position: absolute;  
  	display: inline;
  	margin-left: 595px; 
  	width: 105px;
  	height: 450px;
  	background-color: transparent;
}

/* Div's per Contacte q no+ te 1 */

.contacte{
  	width: 470px;
  	padding: 5px;
  	text-align: center;
  	line-height: 22px;
  	font-weight: bold;
  	letter-spacing: 1px;
}

/* Propietats text: Span */

.link_gran a{
  	text-decoration: none;
  	font-size: 13px;
  	font-weight: bold;
  	margin-left: 10px;
  	color: black;
}

.link_gran a:hover{
  	color: white;
}

.link a{
 	/*position:relative;*/
  	text-decoration: none;
  	font-weight: bold;
  	/*margin-left: 10px;*/
  	color: black;
}

.link a:hover{
  	color: white;
}

.link_esquerra a{
 	text-align: center;
 	display:block;
  	text-decoration: none;
  	font-size: 13px;
  	font-weight: bold;
  	margin-left: 0px;
  	margin-bottom: 10px;
  	color: black;
}

.link_esquerra a:hover{
  	color: white;
}