@charset "utf-8";
/* CSS Document */

A:link {color:#b92d33; text-decoration:none; font-weight:bold;}
A:visited {color:#b92d33; text-decoration:none; font-weight:bold;}
A:active {color:#b92d33; text-decoration:none; font-weight:bold;}
A:hover {color:#001372; text-decoration:none; font-weight:bold;}

body {
	margin:0px;
	padding:0px;
}

.text_normal {
	font-family:Tahoma;
	font-size:10px;
	color:#000000;
}

.titols_productes {
	font-family:Tahoma;
	font-size:10px;
	color:#000000;
	font-weight:bold;
}

.titol_pag {
	font-family:Tahoma;
	font-size:11px;
	color:#b92d33;
	font-weight:bold;
}

.btn_form{
	background-color:#ced0d0;
	font-family:Tahoma;
	font-size:11px;
	font-weight:bold;
	padding:3px;
	border:thin;
	color:#000000;
	cursor:pointer;
	border:1px #b92d33 solid;
}