@charset "utf-8";
/* CSS Document */

A:link {color:#c91600; text-decoration:none;}
A:visited {color:#c91600; text-decoration:none;}
A:active {color:#c91600; text-decoration:none;}
A:hover {color:#ffffff; text-decoration:none;}

body{
	scrollbar-arrow-color: white;
	scrollbar-base-color: #c91600;
	scrollbar-dark-shadow-color:#000080;
	scrollbar-track-color: #000000;
	scrollbar-face-color: #333333;
	scrollbar-shadow-color: #c91600;
	scrollbar-highlight-color: #c91600;
	scrollbar-3d-light-color: #000080;
}

.menu_off{
	background-color:#c81400;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#ffffff;
	padding-left:15px;
	cursor:pointer;
	cursor:hand;
}

.menu_on{
	background-color:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#c81400;
	padding-left:15px;
	cursor:pointer;
	cursor:hand;
}

.submenu_off{
	background-color:#292828;
	background-image:url(../img/submenu_off.gif);
	background-repeat:no-repeat;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#ffffff;
	padding-left:25px;
	cursor:pointer;
	cursor:hand;
}

.submenu_on{
	background-color:#292828;
	background-image:url(../img/submenu_on.gif);
	background-repeat:no-repeat;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#c81400;
	padding-left:25px;
	cursor:pointer;
	cursor:hand;
}

.btnportada_off{
	background-color:#c81400;
	background-image:url(../img/btnportada_off.gif);
	background-repeat:no-repeat;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#ffffff;
	padding-left:25px;
	cursor:pointer;
	cursor:hand;
}

.btnportada_on{
	background-color:#ffffff;
	background-image:url(../img/btnportada_on.gif);
	background-repeat:no-repeat;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#c81400;
	padding-left:25px;
	cursor:pointer;
	cursor:hand;
}

.foto_off{
	background-color:#c81400;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#ffffff;
	cursor:pointer;
	cursor:hand;
}

.foto_on{
	background-color:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#c81400;
	cursor:pointer;
	cursor:hand;
}

.menu_boutique_off{
	background-color:#292828;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#ffffff;
	cursor:pointer;
	cursor:hand;
	text-align:center;
}

.menu_boutique_on{
	background-color:#292828;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#c81400;
	cursor:pointer;
	cursor:hand;
	text-align:center;
}

.text_fotos{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#ffffff;
}

.text_normal{
	font-family:Tahoma;
	font-size:11px;
	color:#9b9b9b;
}

.text_small{
	font-family:Tahoma;
	font-size:9px;
	color:#9b9b9b;
}

.text_normal_black{
	font-family:Tahoma;
	font-size:11px;
	color:#000000;
}


.text_normal_justificat{
	font-family:Tahoma;
	font-size:11px;
	color:#9b9b9b;
	text-align:justify;
}

.text_normal_titols{
	font-family:Tahoma;
	font-size:12px;
	color:#9b9b9b;
	font-weight:bold;
}

.titol {
	font-family:sans-serif;
	font-size:20px;
	color:#FFFFFF;
	padding-top:10px;
	padding-bottom:10px;
}

.titol_home_fosc{
	font-family:Tahoma;
	font-size:11px;
	color:#212020;
	font-weight:bold;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:5px;
	padding-right:5px;
}

.titol_historia {
	font-family:sans-serif;
	font-size:18px;
	color:#FFFFFF;
}



.fons_gris_fosc{
	background-color:#292828;
}

.fons_vermell{
	background-color:#c91600;
}

.border_vermell{
	border:1px #c91600 solid;
}

.btn_form{
	background-color:#292828;
	font-family:Tahoma;
	font-size:11px;
	font-weight:bold;
	padding:3px;
	border:thin;
	color:#FFFFFF;
	cursor:pointer;
}