body {
	padding: 0;
	margin-top: 0;
}
div.premi {
	position: relative;
	width: 100%;
	height: 44px;
	border: 1px solid #FFFFFF;
	margin-bottom: 1px;
	background-color: #FFFFFF;
	padding: 2px;
	/*cursor: pointer;*/
	font-family: Arial, Helvetica, sans-serif;
	clear: left;
	display: block;
}
div.llarg3 {
	height: 66px;
	max-height: 66px;
}
div.premi:hover {
	position: relative;
	border: 1px solid #A7A7A7;
	border-left: 1px solid #BBBBBB;
	border-top: 1px solid #BBBBBB;
}
div.premi div.interior {
	background-color: #F7F7F7;	/*#E3E2E2;*/
	width: 100%;
	height: 44px;
	clear: right;
	border-width: 0px;
	display: block;
}
div.llarg3 div.interior {
	height: 66px;
	max-height: 66px;
}
div:nth-child(even).premi div.interior {
	background-color: #F3F3F3;
}
div div.interior:hover {
	background: url(../img/fons_premi_h.png) top left no-repeat;
}
.candau {
	position: absolute;
	left: 0px;
	top: 0px;
	display: block;
	color: #E3E2E2;
	width: 49px;
	height: 44px;
	padding: 0px;
	border-width: 0px;
}
div.llarg3 div.candau {
	height: 66px;
	max-height: 66px;
}
.candau img {
	margin: 15px 0 0 16px;
}
div.llarg3 div.candau img {
	margin: 26px 0 0 16px;
}
.titol {
	position: absolute;
	left: 50px;
	top: 0px;
	display: block;
	width: 570px;
	height: 39px;
	font-size: 15px;
	line-height: 20px;
	color: #333333;
	padding: 0;
	padding-top: 5px;
	border-width: 0px;
	text-align: left;
}
div.llarg3 div.titol {
	height: 66px;
	max-height: 66px;
}
.missatge {
	position: absolute;
	right: 0px;
	top: 0px;
	display: block;
	font-size: 14px;
	line-height: 18px;
	color: #555555;
	height: 44px;
	max-height: 44px;
	padding: 2px 5px 0 5px;
	border-width: 0px;
	width: 166px;
	max-width: 166px;
}
div.llarg3 div.missatge {
	height: 66px;
	max-height: 66px;
}
.missatge table {
	height: 100%;
	max-height: 100%;
	width: 97%;
	max-width: 97%;
	padding: 0;
}
.missatge td {
	text-align: center;
	vertical-align: middle;
	padding: 0;
}
.convoca {
	 color: #999999;
	 /*background-color: #E3E2E2;*/
	 }
a:link 	{
	color: #333333;
	/*background-color: #E3E2E2;*/
	text-decoration: none
	}
a:active {
	color: red;
	/*background-color: #E3E2E2;*/
	text-decoration: none;
	}
a:visited {
	color: #333333;
	/*background-color: #E3E2E2;*/
	text-decoration: none;
	}
a:hover {
	color: #333333;
	/*background-color: #E3E2E2;*/
	text-decoration: none;
	}
.vermell {
	color: #FF0000;
}
.verd {
	color: #3AB93A;
}