@import url(../stili/home_ombra.css);
html,body{margin:0; padding: 0;}
body {
	color: #694f35;
	font-family: Helvetica,Verdana,Arial,Sans-serif;
	font-style: normal;
	font-weight: normal;
	background-color: #c00000;
	font-size:76%;
}
hr {
	color: #fc0e04;
}
.cornice{ /* definisce la cornice del contenitore */
	width: 910px;
	min-width: 910px;
	max-width: 910px;
	background: #600000;
	border: none;
	padding: 0 0 0 0;
}
.contenitore{ /* contenitore di tutta la pagina */
	width: 870px;
	min-width: 870px;
	max-width: 870px;
	padding: 30px 20px 10px 20px;
	background: #ffffff;
	margin: 0 0 0 0;
}
.testa{
	width: 860px;
	background: #ffffff;
	vertical-align: top;
	margin: 0 0 30px 0;
	padding: 0 0 0 0;
	border-spacing: 0px;
}
.testa td{
	vertical-align: top;
}
.testa a {
	color: #fc0e04;
	text-decoration: none;

}
.testa a:hover {
	background: #fc0e04;
	color: #ffffff;
}
#nome {
	font-size: 150%;
	font-weight: bold;
	color: #fc0e04;
}
.blocco-contatti {
	background: transparent;
	color: #694F35;
	font-size: 9pt;
	margin: 0 10px 0 10px;
	padding-left:1em;
}
.blocco-contatti a {
	color: #fc0e04;
	text-decoration: none;
	background: transparent;
}
.blocco-contatti a:hover {
	background: #fc0e04;
	color: #ffffff;
}

.corpo{
	position: relative;
}
#testa-corpo{
	background: transparent;
	font-weight: bold;
	color: #fc0e04;
	text-align:center;margin-left:300px;width:300px;
}
#testa-corpo a {
	color: #fc0e04;
	text-decoration: none;
	background: transparent;
}
#testa-corpo a:hover {
	background: #fc0e04;
	color: #ffffff;
}
#latosinistro {
	position:relative;
	float:left;
	top:0;
	left:0;
	width:600px;
}
#blocco-indice {
	font-size: 12pt;
	font-weight: bold;
	font-variant: small-caps;
}
#menu {
	border: 1px solid #c0c0c0;
	padding-right: 20px;
	min-width: 100%;
}
.menu_1 {
	color: #fc0e04;
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	border: medium;
	background: transparent;
	text-align: left;
}
.menu_1 a:first-letter  {
	font-size:larger;
}
.menu_1 a {
	color: #fc0e04;
	text-decoration: none;
	background: transparent;
}
.menu_1 a:hover {
	background: #fc0e04;
	color: #ffffff;
}

.menu_2 {
	visibility: hidden;
	border-color: #694f35;
	border-style: none;
	border: 1px;
	margin: 2.2em 2em 1em 2em;
	font-size: smaller;
	color: #694f35;
	background: #f0f0f0;
	position: absolute;
	padding: 0 10px 10px 10px;
	text-align: left;
	filter: alpha(opacity=90);
	opacity: .9;
}
.menu_2 a {
	color: #fc0e04;
	text-decoration: none;
}
.menu_2 a:hover {
	background: #fc0e04;
	color: #ffffff;
}

#blocco-centrale {
	/*	background: transparent; */
	font-variant: normal;
	font-weight: normal;
}
#blocco-centrale a {
	color: #fc0e04;
	text-decoration: none;
}
#blocco-centrale a:hover {
	/*	background: #fc0e04; */
	color: #fcfecc;
}

#blocco-basso {
	color: #fc0e04;
	font-size: 80%;
}
#blocco-basso a {
	background: transparent;
	color: #fc0e04;
	text-decoration: none;
}
#blocco-basso a:hover {
	background: #fc0e04 none repeat scroll 0%;
	color: #ffffff;
}

#piede {
	color: #fc0e04;
	font-size: 80%;
	font-style: normal;
	text-align: left;
}
#piede a {
	background: transparent;
	color: #fc0e04;
	text-decoration: none;
}
#piede a:hover {
	background: #fc0e04;
	color: #ffffff;
}
#blocco-evidenza {
	color: #fc0e04;
	background:#f0f0f0;
	/* font-size:100%; */
	padding-left: 1em;
	padding-right: 1em;
	text-indent: -1em;
	position:absolute;
	top: 0;
	right:10px;
	width:230px;
}
#blocco-evidenza-titolo {
	font-size: 110%;
	font-weight: bold;
	font-style: italic;
}
#data {
	font-size: 90%;
	text-align: right;
}
#blocco-evidenza a {
	background: transparent;
	color: #fc0e04;
	text-decoration: none;
}
#blocco-evidenza a:hover {
	/* background: #fc0e04 none repeat scroll 0%;
	color: #ffffff;*/
	text-decoration: underline;
}
#blocco-evidenza ul {
	list-style-image: none;
	list-style-type: none;
	list-style-position: outside;
}
#blocco-evidenza li {
	padding-bottom: 0.5em;
}
#blocco-evidenza li .estensione {
	display:none;
	color: #694f35;
}
#blocco-evidenza li:hover .estensione {
	display:block;
}


.popup {
	border: none 1px #694f35;
	margin: 10px 10px 10px 8px;
	padding: 1em;
	/* font-size: small;
	font-style: normal;
	font-family: sans-serif; */
	font: menu;
	text-align: left;
	text-indent: 0px;
	color: #694f35;
	background-color: #f0f0f0;
	position: absolute;
	visibility: hidden;
}

/*  popup evidenza */
#popup-evidenza{
	background-color: #694f35;
	color: #ffffff;
	border: none 3px #694f35;
	padding: 2em 2em 2em 2em;
	font-size: 90%;
	visibility: visible;
	position: fixed;
	top: 200px;
	right:100px;
	min-width: 700px;
	max-width: 700px;
	min-height: 300px;

}
/* #popup-evidenza:hover {
	background-color: #f0f0f0;
	color: #694F35;
}*/
#popup-evidenza a {
	background: transparent;
	color: #fc0e04;
	text-decoration: none;
}
#popup-evidenza a:hover {
	background:  none repeat scroll 0%;
	color: #ffffff;
}
#popup-evidenza-chiudi, #popup-evidenza-chiudi a{
	background-color:#fc0e04;
	color:#ffffff;
	font-size: 90%;
	font-variant: small-caps;
	text-align: right;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	clear: both;
}

#banner {
	height:90px;
	width: 100%;
	border-bottom: 1px #D3D3D3 solid;
	color: #D3D3D3;
	background:#694f35;
	text-align: center;
}
#banner a,#banner a:hover,#banner a:visited{
	background: transparent;
	font-variant: normal;
	font-weight: normal;
	text-decoration: none;
	color:#D3D3D3;
}

