@charset "utf-8";
/* CSS Document */

body {
	background:#9c9a8d;
	text-align:center;
	margin:0; padding:0;
	}

a {
	color:#FFFFFF;
	text-decoration:none;
}

a:hover {
	color:#FFFFFF;
	text-decoration: underline;
}

img {
	border:none;
}

#main {
	background: #F0F0F0;
	border: 4px #FFFFFF solid;
	width:839px;
	text-align:left;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#FFFFFF;
	margin: 3% auto;
}

#splash #pic {
	background:url(img/nice-splashpic.jpg);
	height:267px;
	position:relative;
}

#splash #pic span{
	font-size:34px;
	font-style:italic;
	position:absolute;
	bottom:0;
	display:block;
	margin:10px 20px;
}

#splash #homefooter {
	background:url(img/nice-splashfoot.jpg);
	height:73px;
	width:799px;
	font-size:18px;
	text-align:center;
	padding:0 20px;
	overflow:hidden;
}

#splash #homefooter a{
	display:block;
	float:left;
	margin:25px 20px;
}

#splash #homefooter img{
	margin-right:5px;
}

#header {
	background:url(img/head.jpg) repeat-x;
	height:101px;
	position:relative;
}

#header .menu{
	position:absolute;
	bottom:7px;
	right:4px;
	font-size:14px
}

#header .menu a{
	display:block;
	float:left;
	margin:0 7px;
}

#header #flags{
	position:absolute;
	top:10px;
	right:10px;
}

#header #flags img{
	margin-left:4px;
}

.page{
	color:#000000;
	margin:20px;
	font-size:12px;
	line-height:18px;
}

h1{
	font-size:34px;
	font-style:italic;
	font-weight:normal;
	color:#4a0d1f;
}

h2{
	font-size:22px;
	font-style:italic;
	font-weight:normal;
	color:#4a0d1f;
	margin:20px 0 3px 0;
}

.imgleft {
	float:left;
	margin: 0 20px 15px 0;
	border: 1px solid #4a0d1f;
}

.thumb{
	border: 1px solid #4a0d1f;
	margin-right:5px;
}

ul {
	margin: 5px;
}

#calendario{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	text-transform:uppercase;
}

.month{
	float:left;
	width:125px;
	heigth:17px;
	margin:1px;
	padding:0 3px;
	background:#FFF;
}

.day{
	float:left;
	width:17px;
	heigth:17px;
	text-align:center;
	margin:1px;
	color:#FFF;
}

.altis{
	background: #C00;
}

.alta{
	background: #F60;
}

.media{
	background: #ECAA0F;
}

.bassa{
	background: #090;
}

#legenda{
	font-size:16px
}

.leg{
	float:left;
	width:25px;
	heigth:35px;
	margin:5px;
}

.tit{
	float:left;
	heigth:35px;
	margin:5px;
}

.botton{
	background:url(img/head.jpg) repeat-x;
	padding:20px;
	margin:40px auto;
	width:500px;
	text-align:center;
	font-size:25px;
	clear:both;
}

#footer{
	background:url(img/head.jpg) repeat-x;
	padding:15px;
	margin-top:50px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}