/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	text-align:justify;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

h1{
	color:#892314;
	font-family: Georgia, "Times New Roman", Times, serif;
}

h3{
	color:#EDA82F;
}

#main{
	margin-left:auto;
	margin-right:auto;
	width:784px;
	padding-left:20px;
	padding-right:20px;
	background-color:#FFFFFF;
	background-image:url(../images/bgcorpo.jpg);
	background-repeat:repeat-y;
}

#menu{
	background-image:url(../images/bgmenu.jpg);
	height:30px;
	padding-top:10px;
	font-size:11px;
	color:#FFFFFF;
}

#menu .elemento_menu{
	float:left;
	width:85px;
	padding-top:2px;
	padding-bottom:2px;
	text-align:center;
	margin:1px;
	background-color:#8B2717;

}

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

#menu .elemento_menu a:hover{
	text-decoration: underline;
}

#corpo{
	padding:10px;
}

#base{
	width:784px;
	padding-left:20px;
	padding-right:20px;
	margin-left:auto;
	margin-right:auto;
	height:60px;
	background-image:url(../images/base.gif);
	background-repeat:no-repeat;
	text-align:center;
	font-size:0.8em;
}

#base a {
	text-decoration:none;
	color:#000000;
}


.grigio{
	color:#999999;
}

.clearer{
	float:none;
	clear:both;
}

#map{
	height:400px;
	margin-top: 20px;
}

