body { 
	margin: 0;
	padding: 0;
	background: white;
	color: black;
	font-family: Arial, Helvetica, sans-serif;
}

/* TESTO */
p {
	font-size: 100%;
}

.cent {
	text-align: center;
}

.dx {
	text-align: right;
}

.sx {
	text-align: left;
}

.grass {
	font-weight: bold;
}

.ita {
	font-style: italic;
}

.picc {
	font-size: 70%;
}

.medio {
	font-size: 80%;
}

.normale {
	font-size: 90%;
}

.col1 {
	color: black;
}


/* SPECIALI */
.hideit {
	display: none;
}

.clearall {
	clear: both;
}

.clearleft {
	clear: left;
}

/* DIVS */
#cmain {
	background: url(/images/linea.gif) repeat-y;
}

#menuleft {
	background: white;
	/* background: #FFE9D2; */
}

#ctop {
	background: white;
	margin-left: 19px;
	margin-top: 3px;
	text-align:center;
}

#fotosotto {
	text-align: center;
}

#cmenutop {
	height: 56px;
	padding: 0px;
	margin-top: 5px;
}

#menulingua {
	width: 180px;
	float: left;
	text-align: left;
	margin-left: 3px;
}

#menutop {
	margin-left: 195px;
}

#cleft {
	width: 140px;
	float: left;
	padding: 5px;
}

#ccontent {
	margin-left: 200px;
	margin-right: 20px;
	overflow: visible;
}

div.cquadro {
	height: 100%;
	overflow: auto;
	margin-bottom: 10px;
}

div.quadro {
	width: 45%;
	margin-right: 10px;
	float: left;
	padding-bottom: 5px;
	/* border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC; */
}

div.quadrog {
	width: 30%;
	margin-right: 10px;
	float: left;
	padding-bottom: 5px;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
}

#cbottom {
	clear: left;
	text-decoration: none;
}
#cbottom a {
	text-decoration: none;
	color: black;
	color: #0000C0;
}

#cbottom a:active {
	text-decoration: none;
	color: #0000C0;
}

#cbottom a:hover {
	text-decoration: none;
	color: #0000C0;
}

#cbottom a:visited {
	text-decoration: none;
	color: #0000C0;
}



/* ALTRI TESTI */

#content h3 {
	/* background: #FFE9D2; 
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC; */
	color: #000080;
	font-size: 120%;
	text-align: center;
	margin: 0;
	padding: 2px;
}

#content {
}

#content p {
	margin: 0;
	padding: 5px;
}

/* IMMAGINI */
img.nobord {
	border: 0;
}

img.bord {
	border: 1px solid black;
}

img.home {
	border: 1px solid black;
	width: 100px;
	margin: 5px;
	float: left;
}

img.int {
	border: 1px solid black;
	margin: 10px;
	float: left;
}

img.gal {
	border: 1px solid black;
	width: 150px;
	margin: 5px;
}

#fotosotto img {
	border: 0;
	margin: 5px;
}

img.imgleft {
	border: 1px solid black;
	margin: 5px;
	float: left;
}

img.imgright {
	border: 1px solid black;
	margin: 5px;
	float: right;
}


/* LINKS */
#menutop a {
	font-weight: bold;
	text-decoration: none;
	color: black;
}

#menutop a:active {
	color: #000000;
	text-decoration: none;
}

#menutop a:hover {
	color: #0000C0;
	text-decoration: none;
}

#menutop a:visited {
	color: #0000C0;
	text-decoration: none;
}

#menuleft a {
	text-decoration: none;
	color: black;
	text-decoration: none;
}

#menuleft a:active {
	color: #000000;
	color: black;
}

#menuleft a:hover {
	color: #0000C0;
	text-decoration: none;
}

#menuleft a:visited {
	color: #0000C0;
	text-decoration: none;
}

#content a {
	color: #0000C0;
	text-decoration: none;
}

#content a:active {
	color: #000000;
	text-decoration: none;
}

#content a:hover {
	color: #0000C0;
	text-decoration: underline;
}

#content a:visited {
	color: #909;
	text-decoration: none;
}


/* LISTE */
#menutop ul {
	font-size: 80%;
	list-style: none;
	margin: 0;
}

#menutop li {
  float: left;
  width: 100px;
  background: white;
  /* background:#FFB300; */
  border: 1px solid black;
  margin-right: 3px;
  padding: 1px;
  text-align: center;
}

#menuleft ul {
	margin: 0;
	padding: 0;
	border-top: 1px solid black;
	font-size: 90%;
	list-style: none;
}

#menuleft li {
	padding: 2px;
	border-bottom: 1px solid black;
}

#menuleft li.principale {
	padding: 2px;
	border-bottom: 1px solid black;
	background: white;
	/* background: #FFB300; */
	text-align: center;
	font-weight: bold;
	color: #0000C0;
}

#content ul li {
	font-size: 90%;
	margin: 0;
	padding: 0;
}


/* FORM */

form {
	margin: 0;
	padding: 5px;
}


/* comunas */
#comunas {
	float: right;
	width: 140px;
    color: black;
	margin-left: 5px;
	padding-top: 5px;
}
#comunasleft {
	background: white;
	/* background: #FFE9D2; */
}
#comunasleft a {
	text-decoration: none;
	color: black;
}

#comunasleft a:active {
	color: black;
}

#comunasleft a:hover {
	color: #0000C0;
}

#comunasleft a:visited {
	color: #0000C0;
}
#comunasleft ul {
	margin: 0;
	padding: 0;
	border-top: 1px solid black;
	font-size: 90%;
	list-style: none;
}

#comunasleft li {
	padding: 2px;
	border-bottom: 1px solid black;
}

#comunasleft li.principale {
	padding: 2px;
	border-bottom: 1px solid black;
	background: white;
	/* background: #FFB300; */
	text-align: center;
	font-weight: bold;
	color: #0000C0;
}