.clear {
	clear:both;
}
/* TAGS */
a {
	color:#000;
	text-decoration:none;
	font-weight:bold;
}
a:hover {
	color:#f00;
}
form {
	margin:0;
	padding:0;
}
input,textarea,select {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
}
img {
	border:0;
	margin:0;
	padding:0;
}

/* classes utils */
.bold {
	font-weight:bold;
}
.vermell {
	color:#f00;
}
.gris {
	color:#666;
}
.bg_gris_clar {
	background-color:#fafafa;
}
.bg_rosa {
	background-color:#ffebec;
}
.bg_groc {
	background-color:#ffffe5;
}
.bg_blanc {
	background-color:#fff;
}
.border_blanc {
	border:1px solid #fff;
}
.border_vermell {
	border:1px solid #f00;
}
h1,h2,h3,h4,h5,h6,p {
	margin-top:0;
}
ul {
	margin:0;
	padding:0px;
}
ol {
	margin:0;
	padding:0px 0 0 32px;
}
ul li {
	margin:0px;
	padding:0 0 8px 10px;
	font-size:13px;
	line-height:14px;
	font-weight:bold;
	list-style:none;
	background: url(../img/punt_llistat.gif) no-repeat 1px 3px;
}
ul li.sub,ul li.subvermell {
	margin-left:12px;
	padding-bottom:6px;
	line-height:15px;
	color:#666;
	background: url(../img/punt_llistat3.gif) no-repeat 3px 7px;
}
ol li {
	margin:0px;
	padding:0 0 8px 0px;
	line-height:14px;
}
ol li.sub,ol li.subvermell {
	margin-left:12px;
	padding-bottom:6px;
	line-height:15px;
	color:#666;
}
li.vermell, li.vermell a,li.subvermell a {
	color:#f00;
}
li.sub a{
	color:#666;
}
li.sub a:hover,li.subvermell a:hover{
	color:#f00;
}
p.imgdesc {
	color:#f00;
	text-align:right;
	font-size:11px;
	font-style:oblique;
	font-weight:bold;
	line-height:14px;
}
.imgdesc_container {
	position:relative;
}
.imgdesc_zoom {
	position:absolute;
	bottom:6px;
	right:1px;
	cursor:pointer;
}
a.thickbox img {
	border:1px solid #fff;
}
a.thickbox:hover img {
	border:1px solid #f00;
}

/* hacks per IE */
* html .imgdesc_zoom {
	bottom:auto;
	right:3px;
}
