body {
	margin-left: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	background-image:  url("../logos/fons.gif");
	scrollbar-face-color: #0BA5BC;
	scrollbar-arrow-color: #FFFFFF;
	scrollbar-highlight-color: #0BA5BC;
	scrollbar-track-color: #B9DBE2;
	list-style-image: url(../logos/fletxa_list.gif);
	overflow-x: hidden;
}

a:link {
	text-decoration: none;
	font-weight: normal;
	color: #0BA5BC;
}

a:visited {
	text-decoration: none;
	font-weight: normal;
	color: #0BA5BC;
}

a:hover {
	text-decoration: underline;
	font-weight: normal;
	color: #37B8D1;
}

.logo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #959595;
}

.titol {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FF7801;
}

.titol2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FF7801;
}

.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
}

.text_just {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	text-align:justify;
}


.text_petit {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #666666;
}

.text_petit2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #666666;
}

.text_codi {
	font-family: "Courier New", Courier, monospace;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
}

.bordes {
	border: 1px solid #C1C1C1;
}

.hr {
	border: 1px dotted #CECECE;
}

.bordes_fotos {
	border: 1px solid #CECECE;
}

.mal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FF0000;
}

.bien {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #2AA124;
}

acronym {
        border-bottom: 1px dashed #00cc00;
        cursor: help;
}
.preugran {
	font-family: "Arial";
	font-size: 26px;
	font-weight: bold;
	color: #FF0000;
	border: 10px none #FF0000;
	text-align: center;
}
.taulaperfotos {
	background: url(/logos/bg_per_fotos.gif) repeat-x left bottom #fff;
	border: 1px solid #CECECE;
}
.divambfonshome {
height: 410px;
background: url(/logos/bg_cell_proces.jpg) left bottom repeat-x #fff;
border: 1px solid #CECECE;
overflow: hidden;
}
.perpreu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	background-color: #FF7801;
	font-weight: bold;
}
.bgcellproces {
	background-image: url(/logos/bg_cell_proces.jpg);
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	background-position: center bottom;
}

a img {
	border: 0;
}
table.sortable {
	border-spacing: 0;
	border-style: solid;
	border-color: #aaa;
	border-width: 1px;
	border-collapse: collapse;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0 auto;
}
table.sortable th, table.sortable td {
	text-align: left;
	padding: 2px 4px 2px 4px;
	font-size: 11px;
}
table.sortable th {
	border-width: 1px 0px 1px 0px;
	background-color: #ccc;
}
table.sortable th a {
	text-decoration: none;
	color: #000;
}
table.sortable td {
	border-width: 0px;
}
table.sortable tr.odd td {
	background-color: #fff;
}
table.sortable tr.even td {
	background-color: #ddd;
}
table.sortable tr.sortbottom td {
	border-width: 1px 0px 1px 0px;
	background-color: #ccc;
	font-weight: bold;
}
#RegalosMuestras {
	position:absolute;
	left:0px;
	top:0px;
	z-index:1;
	visibility:hidden;
}
#PromoRegalos {
	position:absolute;
	left:0px;
	top:0px;
	z-index:1;
	visibility:hidden;
}


/* MENU HORITZONTAL
------------------------------------------------------------------------*/
.menu {
	clear:both;
}

.menu ul{
	margin: 0px 0px 0px 8px; /*desplacem els botons cap a la dreta augmentant el marge esquerra*/
	padding: 0;
	list-style-type: none;
}

.menu ul li {
	position: relative;
	display: inline;
	float: left;
	width:99px; /*amplada botó*/
	line-height:32px; /*centra el text verticalemnt, agafant com a referčncia l'alçada del botó*/
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	text-align:center;
}

.menu li a {
	display:block;
	background-image: url(/logos/b_bg.gif);
	background-repeat:no-repeat;
	background-position: left top;
}

.menu li a:link {text-decoration: none; font-weight: normal; color: #FFFFFF;}
.menu li a:visited {text-decoration: none; font-weight: normal; color: #FFFFFF;}
.menu li a:hover {text-decoration: none; font-weight: normal; color: #FFFFFF; background-position: right top;}


/* POSTITS
------------------------------------------------------------------------*/
.postit {
	margin:0 auto;
	width:320px; /*width real:350. Li restem el padding (350-30=320)*/
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	background-image:url(../logos/bg_postit_blanc.gif);
	background-repeat:no-repeat;
	background-position:right top;
	background-color:#fff59b;
	padding:15px 15px 5px 15px;
}
.postit h1 {
	font-size:14px;
	color:#ff7801;
	text-transform:uppercase;
	margin-top:5px;
	margin-bottom:15px;
}
.postit p {
	font-size:12px;
	margin-top:0;
	margin-bottom:15px;
}
.postitLogoFr {
	color:#ff7801;
	padding-left:110px;
	background:url(../logos/bg_postit_logo_fr.gif) no-repeat;
}
.postitDestacat {
	color:#FF0000;
}

