@charset "utf-8";
#wrap {
	width: 800px;
	margin: 0 auto;
}
img {
	border: 0px;
}
a {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
table {
	width: 100%;
	border: 1px dashed #FFFFFF;
	margin-top: 15px;
	margin-bottom: 15px;
}
td.tddata {
	border-bottom: 1px dashed #FFFFFF;
	padding: 2px;
	text-align:center;
}
th {
	border: 1px solid #415F81;
	background: #415F81;
	color: #000000;
	padding: 2px;
	text-align:center;
}
select, input {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}

select.filtro, input.filtro {
	font-size: 20px;
}

.home {
	background-image: url(images/bg_home.jpg);
	background-repeat: repeat-x;
	background-color: #486A8F;
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
#title_home {
	position: relative;
	top: 312px;
}
#postit_home {
	position: relative;
	top: -100px;
	left: -250px;
}
#fotovoltaico {
	position: relative;
	top: -450px;
	left: 300px;
}


.body_pagina {
	background-image: url(images/bg_pagina.jpg);
	background-repeat: repeat-x;
	background-color: #486A8F;
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
#header_pagina {
	width: 800px;
	height: 100px;
	text-align:center;
}
#header_go_home {
	float: left;
	width: 200px;
	text-align:center;
}
#header_title {
	width: 600px;
	overflow: hidden;
	text-align:center;
}
table.galleries {
	width: 800px;
	border: 1px dashed #FFFFFF;
}
table.galleries td {
	width: 20%;
	border: 1px dashed #FFFFFF;
	padding-top: 10px;
	padding-bottom: 10px;
}
table.images {
	width: 720px;
	border: 1px dashed #FFFFFF;
	margin-bottom: 1em;
}
table.images td {
	width: 120px;
	border: 1px dashed #FFFFFF;
	padding: 10px;
}
.gal_title {
	text-align: left;
	font-weight: bold;
	margin: 1em;
}
td.totale {
	border-top: 1px double #FFFFFF;
	font-weight: bold;
	color: #FF8040;
}
.totvalue {
	color:#CCCCCC;
	font-size: 10px;
}