/* CSS Document */
/*---HEADER----*/
#header {
	float:left;
	width:765px; 
	background: url(../imatges/fondos/fondo_contacte.jpg) right top no-repeat;	
	
}
#menu {
	float:left;
	margin-left: 26px;
	margin-top: 180px;
	padding-bottom: 5px;
}
#contenedor {
	float: left;
	width:765px; 
	padding-bottom: 15px;
	background: url(../imatges/fondos/fondo_contenedor3.jpg) 1px bottom no-repeat;	
}
p {
	text-align: left;
	font-weight: bold;
	color: #787777;
	padding-top: 10px;
	line-height: 18px;
	
}


/*--------COLUMNA ESQUERRA ---------------*/
#col_esq {
	float: left;
	width: 245px;
	margin-left: 4px;
	padding: 10px 25px 10px 15px;
	text-align: center;
}
#col_esq p {
	text-align: center;
}
h1 {

	font-size: 24px;
	color: #f37636;

	
}
h2{
	font-size: 16px;
	font-weight: bold;
	color: #666666;
	
}
a{
	text-decoration: none;
	font-size: 12px;
	color: #666666;
	font-weight: bold;
}
a.web {
	display: block;
	text-decoration: none;
	font-size: 16px;
	padding: 10px 0px 10px 0px;
	color: #48af05;
	font-weight: bold;
	
}
a.web:hover{
	color:#62ea06;
} 
.telefono {
	font-size: 18px;
	font-weight: bold;
	color: #666666;
	padding-top: 10px;
	padding-bottom: 5px;
}
#col_dret {
	float:right;
	width: 470px;
	padding: 5px 0px;
}
/*************************************************************************************************************/
h3{
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
	padding-top: 20px;
	padding-bottom: 10px;
	padding-left: 15px;
	margin-right: 2px;
	margin-left: -6px;
	margin-top: -5px;
	margin-bottom: 25px;
	background: url(../imatges/fondos/titular_contacte.jpg) right bottom repeat-x;
}
h4 {
	margin-top: 25px;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	width: 460px;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-right: 2px;
	background-color: #FF9900;
	display:block;
	float: left;
}
iframe {
	border: solid 1px #FF9900;

}
a.mapa {
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	width: 460px;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-right: 2px;
	background-color: #AAAAAA;
	display:block;
	float: left;
	text-decoration: none;
}
a.mapa:hover {
	background-color: #000000;
}