/* CSS Document */
/*---HEADER----*/
#header {
	float:left;
	width:765px; 
	background: url(../imatges/fondos/fondo_solucion.jpg) right top no-repeat;	
	
}
#menu {
	float:left;
	margin-left: 26px;
	margin-top: 180px;
	padding-bottom: 25px;
}
#contenedor {
	float: left;
	width:765px; 
	padding-bottom: 15px;
	background: url(../imatges/fondos/fondo_contenedor2.jpg) 1px bottom no-repeat;	
}
/*--------------FOOTER-----------------*/
#footer{
	width:765px;
	float: left;
	background-color: #FFFFFF;
	font-size: 10px;
	padding: 8px 30px;
	color: #999999;
	text-align:center;
}

/*--------COLUMNA ESQUERRA ---------------*/
#col_esq {
	float: left;
	width: 205px;
	padding: 10px 0px 10px 15px;
	margin-right: 25px;
}
h1 {
	display: block;
	text-align: center;
	width: 205px;
	background-color: #F37636;
	color: #FFFFFF;
	font-weight: bold;
	padding: 2px 0px;
	font-size: 12px;
	text-transform:uppercase;
}
p.categoria {
	display: block;
	text-align: center;
	width: 205px;
	background-color: #f8a535;
	color: #FFFFFF;
	font-weight: bold;
	padding: 2px 0px;
	
}
ul.menu_productes {
	display: block;
	text-align: center;
	width: 205px;
	font-weight: bold;
	padding: 2px 0px 10px 0px;
	background: url(../imatges/fondos/ombra.jpg) right bottom repeat-x;
}
ul.menu_productes li a {
	display: block;
	text-decoration: none;
	color: #000000;
	padding: 3px 0px;
	border-bottom: solid 1px #888888;

}
ul.menu_productes li a:hover {
	background-color: #FFFFFF;
}
/*----------------RIGHT PANEL --------------*/
#col_dret {
	float:right;
	width: 518px;
	margin-right: 4px;
	margin-top: -410px;
	#margin-top: -385px;
	
}
#col_dret a.pag_sig{
	text-align: center;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	float: right;
	padding-top: 7px;
	padding-bottom: 15px;
	width: 180px;
	font-weight: bold;
	background: url(../imatges/fondos/fondo_boto2.png) left top no-repeat;
}
#col_dret a.pag_sig:hover{
	background: url(../imatges/fondos/fondo_boto2_ov.png) left top no-repeat;
}
#col_dret a.pag_ant{
	text-align: center;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	float: left;
	padding-top: 7px;
	padding-bottom: 15px;
	width: 180px;
	font-weight: bold;
	background: url(../imatges/fondos/fondo_boto2.png) left top no-repeat;
}
#col_dret a.pag_ant:hover{
	background: url(../imatges/fondos/fondo_boto2_ov.png) left top no-repeat;
}
h2 {
	margin-top: 15px;
	display: block;
	width: 490px;
	float: left;
	font-size: 14px;
	font-weight: bold;
	padding: 8px 5px;
	background-color: #F37636;
	color: #FFFFFF;
}
#galeria {
	width: 498px;
	float: left;
	padding: 18px 0px 8px 0px;
	text-align: center;
	border: solid 1px #F37636;
	background-color: #FFFFFF;
}
#galeria img {
	padding: 21px 5px 7px 17px;
	width: 250px;
	height: 188px;
	margin-bottom: 15px;
	background: url(../imatges/fondos/galeria.jpg) left top no-repeat;

}
#fletxes {
	float: left;
	height: 30px;
	width: 500px;
}