﻿* {
}

body {
	height: 100%;
	margin: 0;
}

html {
	height: 100%;
	margin: 0;
}

body {
	font-family: Verdana, sans serif;
	font-size: 12px;
	color: #555555;
}



h1 {
	color: gray;
	font-size: 28px;
	font-weight: normal;
	margin: 40px 0;
}


p {
/*	padding: 10px 0 40px 0; */
	text-align: justify;
	line-height: 150%;
}

p a:visited {
	color: orange;
	text-decoration: none;
	font-weight: bold;
}

p a {
	color: orange;
	text-decoration: none;
	font-weight: bold;
}

a:visited {
	color: orange;
	text-decoration: none;
	font-weight: bold;
}

a {
	color: orange;
	text-decoration: none;
	font-weight: bold;
}

.menu {
	margin: 20px 0px 10px;
	font-size: 13px;
	border-top: 1px gray solid;
	border-bottom: 1px gray solid;
	padding: 8px 0;
	}

.menu a:visited {
	font-weight: normal;
	color: gray;
	margin-right: 14px;
	text-decoration: none;
}


.menu a {
	font-weight: normal;
	color: gray;
	margin-right: 14px;
	text-decoration: none;
}


p a:hover {
	text-decoration: underline;
}

.menu a:hover {
	text-decoration: underline;
}

a:hover {
	text-decoration: underline;
}

.img {
	float: left; 
	margin: 0px 16px 8px 0px;
}


li {
	margin-bottom: 20px;
}


.contenitore {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -20px;

	width: 740px;
	text-align: left;
}


.push {
	height: 40px;
	clear: both;
	width: 100%;
	float: none;
}

.footer {
	height: 20px;
	font-size: 10px;
	color: gray;
	width: 740px;
	text-align: right;
	margin: 0 auto;
}

footer a:visited {
	font-weight: normal;
	color: gray;
	text-decoration: none;
}

.footer a {
	font-weight: normal;
	color: gray;
	text-decoration: none;
}

input {
	font-family: Tahoma, sans serif;
	font-size: 12px;
}

.didascalia {
	text-align: justify; 
	margin: 0 8px; 
	font-family: Tahoma, sans serif; 
	font-size: 11px; 
	color: gray; 
	width: inherit;
}

.raquo {
	color: orange; 
	font-weight: bold;
}

.icona {
	vertical-align: middle ;
	border: 0px;
	margin-right: 3px;
	}

.nome {
	font-size: 52px; 
	margin-top: 40px;
}

.nome a, .nome a:visited, .nome a:hover {
	font-weight: normal;
	text-decoration: none;
}

div#print ul {
	margin: 0;
	list-style: none;
}

li div {
	margin-left: 12px;
	font-size: 11px;
}