/* CSS Document */
/*---HEADER----*/
#header {
	float:left;
	width:765px; 
	background: url(../imatges/fondos/fondo_productos.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;
}
a.banner {
	display: block;
	display: block;
	text-align: center;
	width: 203px;
	background: url(../imatges/fondos/fondo_banner2.jpg) left  top repeat-x;
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
	padding: 4px 0px;
	margin-bottom: 8px;
	border-left: solid 1px #f37636;
	border-right: solid 1px #f37636;
	
}
a.banner:hover {
	color: #ee6a2a;
}
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: #e9e9e9;
}
/*----------------RIGHT PANEL --------------*/
#col_dret {
	float:right;
	width: 518px;
	margin-right: 4px;
	margin-top: -380px;
	#margin-top: -360px;	
}

#col_dret h1{
	margin-top: 15px;
	display: block;
	width: 490px;
	float: left;
	font-size: 14px;
	font-weight: bold;
	padding: 8px 5px;
	background-color: #F37636;
	color: #FFFFFF;
}
#col_dret #productes{
	float: left;
}
#col_dret #productes p.titular{	
	display: block;
	border: solid 1px #d9c9ba;
	font-size: 14px;
	font-weight: bold;
	padding: 8px 0px 8px 8px;
	float: left;
	width: 490px;
	background: url(../imatges/fondos/titular_solucion.jpg) right top repeat-x;
	color: #6ebe39;
}
#col_dret #productes a.fitxa {
	display: block;
	float: right;
	text-decoration: none;
	background: url(../imatges/fondos/ver.jpg) left top no-repeat;
	padding: 5px 0px 8px 25px;
	margin-right: 25px;
	margin-top: -30px;
	color: #666666;
	font-weight: bold;
	font-size: 11px;
}
#col_dret #productes a.fitxa:hover {
	color: #FF6600;
}
#col_dret #productes img {
	margin: 23px 0px 35px 30px;
	border: none;
	float: left;
	width: 99px;
	height: 99px;
}
#col_dret #productes p.descripcio {
	display: block;
	float: right;
	width: 330px;
	margin-right: 25px;
	text-align: justify;
	margin-top: 23px;
	color: #787777;
	margin-bottom: 25px;
}

.fila {
	padding: 8px 0px 4px 8px;
	float: left;
	width: 490px;
}
p.dreta {
	display: block;
	float: left;
	width: 145px;
	text-align: right;
	color: #ff0000;
}
p.esquerra {
	display: block;
	float: left;
	text-align: left;
	padding-left: 10px;
	color: #787777;
	width: 300px;
}

#col_dret a.pag_sig{
	text-align: center;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	float: right;
	padding-top: 7px;
	margin-right: 15px;
	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;
}