body {
	background-color: #FFF;
	margin-left: 0px;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 0px;
}

body,td,th {
	font-family: Calibri, Arial;
	font-size: 26px;
	color: #036;
}
#header {
	width: 100%&;
	height: 35px;
	background: url(imgs/header.png);

}
a:link {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #036;
}
#Titol {
	background: url(imgs/header.png);
	position:absolute;
	left:1%;
	top:4px;
	width:98%;
	padding-left:2px;
	height:34px;
	z-index:2;
	font-size: 26;
	font-color:#9CF;
	filter: alpha(opacity=89);
	-moz-opacity: 89%;
	opacity: 0.89;
	border:1px solid #999;
	border-radius: 8px;
	-moz-border-radius:8px;
	-webkit-border-radius: 8px;
}
#contenido {
	position:absolute;
	width:98%;
	z-index:1;
	right:1%;
	top: 35px;
	text-align: left;
}

#Titol2 {
	background: url(imgs/header2.png);
	position:absolute;
	left:17px;
	top:36px;
	width:719px;
	height:28px;
	padding-left:4px;
	z-index:4;
	font-weight:200;
	font-size:21px;
	filter: alpha(opacity=79);
	-moz-opacity: 79%;
	opacity: 0.79;
	
}
