html { overflow: hidden;}

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	overflow: hidden;
}

body {
	margin: 0px;
}

img { border: none; }

#main {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -512px;
	margin-top: -295px;
	width: 1024px;
	height: 590px;
	background-image:url(../img/background.png);
	background-position:center top;
}

#cont1 {
	width: 656px;
	height: 590px;
	margin: 0px auto 0px auto;
	float: left;
}

#cont2 {
	width: 366px;
	height: 590px;
	float: right;
	margin: 0px auto 0px auto;
}

#scrollText {
	position:relative;
	left:137px;
	top:210px;
	width: 470px;
	height: 235px;
	font-size: 12px;
	color: white;
	overflow: auto;
	float: left;
	padding-right:20px;
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

#contButtons {
	position: absolute;
	width: 480px;
	height: 50px;
	left: 135px;
	top: 465px;
	float: clear;
}

#btLinks {
	position:absolute;
	left: 0px;
	top: 10px;
	width: 150px;
	height: 40px;
}

#btClients {
	position:absolute;
	left: 170px;
	top: 5px;
	width: 145px;
	height: 40px;
}

#btContacte {
	position:absolute;
	left: 335px;
	top: 2px;
	width: 138px;
	height: 38px;
}

#calendar {
	position: relative;
	background-image:url(../img/bg_cal_base.png);
	left:24px;
	top:64px;
	width: 238px;
	height: 200px;
}

#btCataleg {
	float: left;
	position:relative;
	left: 18px;
	top: 78px;
	width: 238px;
	height: 125px;
	z-index:3;
}

#flickrViewer {
	position: relative;
	left:32px;
	top:90px;
	width: 223px;
	height: 117px;
}

td {
	font-family: arial;
	width: 29px;
	margin: 2px;
}

.calendarHeader {
	font-weight: bolder;
	height: 16px;
	font-size:9px;
	background-image:url(../img/fons-nomsdies.png);
	text-align: center;
}

.calendarToday {
	background-image:url(../img/fons-avui.png);
	height: 23px;
	font-size:16px;
	font-weight: bold;
	text-align: center;
}

.calendarDay {
	background-image:url(../img/fons-dia.png);
	height: 23px;
	font-size:16px;
	font-weight: bold;
	text-align: center;
}

.otherMonth {
	background-image:url(../img/fons-dia.png);
	height: 23px;
	font-size:16px;
	font-weight: bold;
	color: #dfdfdf;
	text-align: center;
}

.calendar {
}

.titolMes {
	text-align: center;
}

a			{ color: none; text-decoration: none;}
a:visited	{ color: inherit;}
a:hover		{ color: inherit;}

.Day { color: black; }
.DayAct { 
	background-image:url(../img/fons-dia-ev.png);
	height: 23px;
	font-size:16px;
	font-weight: bold;
	color: black;
	text-align: center;
	}
.noDay { color: #dfdfdf;}
