div#producte_titol{
	width:734px;
	margin: 0px 0px 0px 0px;
}


div#producte_esquerra{
	float:left;
	width: 252px;
}


div#producte_dreta{
	float:right;
	width:442px;
	margin-left:40px;
}


div#producte_txt{
	float:left;
	width:432px;
	text-align:justify;
}

.textnegreta{
	font-weight: bold;
}

.texto_grande_blanco {
	font-weight : bold;
	font-size : 14px;
}

.texto_grande_rojo {
	font-weight : bold;
	color : Red;
	font-size : 14px;
}

.texto_general_negrita {
	font-weight : bolder;
}

.texto_general_negrita_rojo {
	font-weight : bolder;
	color : Red;
}


a:link {
	color: #FF5555;
	font-weight : bold;
	text-decoration : none;
}


a:hover {
	color: Red;
	font-weight : bolder;
	text-decoration : underline;
}

a:visited {
	color: Red;
	font-weight : bolder;
	font-style : italic;
}