/* WEBMOOLE 2.1 - GALLERIA */

.sfondo_intestazione_pagine{
	height: 206px;
}

/* Gruppi di Pagine */
div#gruppi_pag .pagine_statiche_gruppi{
	padding-top: 5px;
	padding-bottom: 10px;
}

div#gruppi_pag .pagine_statiche_gruppi table{
	width: 100%;
	border: 0;
	border-spacing: 2px;
}

div#gruppi_pag .pagine_statiche_gruppi table td.box_immagine{
	width: 20%;
	vertical-align: top;
}

div#gruppi_pag .pagine_statiche_gruppi table td.box_immagine img{
	padding: 2px;
	/* border: 1px solid #C1C1C1; */
}

div#gruppi_pag .pagine_statiche_gruppi table td.box_testo{
	width: 80%;
	vertical-align: middle;
	padding-left: 5px;
}

div#gruppi_pag .pagine_statiche_gruppi table td.box_testo h1 {
	font-size: 14px;
	font-weight: bold;
	color: #027398;
	padding-bottom: 3px;
}

div#gruppi_pag .pagine_statiche_gruppi table td.box_testo h1 a{
	color: #027398;
	text-decoration: none;
}

div#gruppi_pag .pagine_statiche_gruppi table td.box_testo p {
	font-size: 11px;
	color: #412e41;
	text-align: justify;
	padding-bottom: 10px;
}

div#gruppi_pag .pagine_statiche_gruppi table td.box_testo a {
	background: url(images/imgLink.jpg) no-repeat bottom left;
	padding-left: 15px;
	font-size: 11px;
	color: #FF9c00;
	text-decoration: underline;
	font-weight: bold;
}

div#gruppi_pag .pagine_statiche_gruppi table td.box_testo a:hover {
	text-decoration: underline;
}

/* Struttura Pagina */
div#pagine_statiche .pagine_riga table.clear_table {
	width: 100%;
}

div#pagine_statiche h1{
	font-size: 20px;
	color: #027398;
	padding-bottom: 12px;
	padding-left: 2px;
	border-bottom: 1px solid #a3a3a3;
	margin-bottom: 10px;
	font-weight: normal;
}

div#pagine_statiche h2{
	font-size: 20px;
	color: #3aa315;
	padding-bottom: 12px;
	padding-left: 2px;
	border-bottom: 1px solid #a3a3a3;
	margin-bottom: 10px;
	font-weight: normal;
}

div#pagine_statiche h3{
	font-size: 20px;
	color: #f1472d;
	padding-bottom: 12px;
	padding-left: 2px;
	border-bottom: 1px solid #a3a3a3;
	margin-bottom: 10px;
	font-weight: normal;
}

div#pagine_statiche h4{
	font-size: 12px;
	font-weight: bold;
	color: #027398;
	padding-bottom: 3px;
}

div#pagine_statiche h5{
	font-size: 12px;
	font-weight: bold;
	color: #3aa315;
	padding-bottom: 3px;
}

div#pagine_statiche h6{
	font-size: 12px;
	font-weight: bold;
	color: #f1472d;
	padding-bottom: 3px;
}

div#pagine_statiche p{
	font-size: 11px;
	color: #412e41;
	text-align: justify;
	padding-bottom: 3px;
}

div#pagine_statiche hr{
	display: block;
	height: 1px;
	border: 0;
	background: #ededed;
	margin-bottom: 3px;
}

div#pagine_statiche img{
	padding: 2px;
	border: 1px solid #C1C1C1;
	margin-bottom: 3px;
}

div#pagine_statiche a.pagfile{
	font-size: 12px;
	background: url(images/imgLinkPlus.jpg) no-repeat 0 1px;
	padding-left: 15px;
	color: #f1472d;
	text-decoration: none;
	font-weight: bold;
}

div#pagine_statiche a.pagfile:hover{
	text-decoration: underline;
}

div#pagine_statiche a.paglink{
	font-size: 12px;
	background: url(images/imgLinkPlus.jpg) no-repeat 0 1px;
	padding-left: 15px;
	color: #FF9c00;
	text-decoration: none;
	font-weight: bold;
}

div#pagine_statiche a.paglink:hover{
	text-decoration: underline;
}

div#pagine_statiche a.pagmail{
	font-size: 12px;
	background: url(images/imgLinkPlus.jpg) no-repeat 0 1px;
	padding-left: 15px;
	color: #3aa315;
	text-decoration: none;
	font-weight: bold;
}

div#pagine_statiche a.pagmail:hover{
	text-decoration: underline;
}

div#pagine_statiche div.pagtable table{
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #515151;
	margin-bottom: 3px;
}

div#pagine_statiche div.pagtable table th{
	padding: 3px;
	border: 1px solid #515151;
	color: #FFF;
	background: #515151;
	font-weight: bold;
	font-size: 11px;
}

div#pagine_statiche div.pagtable table td{
	padding: 3px;
	border: 1px solid #515151;
	font-size: 11px;
	color: #412e41;
}

div#pagine_statiche .pagine_lista ul{
	margin-left: 5px;
}

div#pagine_statiche .pagine_lista ul li{
	margin: 5px;
	list-style-type: disc;
	list-style-position: inside;
}

div#pagine_statiche .pagine_lista ol{
	margin-left: 5px;
}

div#pagine_statiche .pagine_lista ol li{
	margin: 5px;
	list-style-type: decimal;
	list-style-position: inside;
}

div#pagine_statiche a.titolo_pag{
	font-size: 12px;
	background: url(images/imgLinkPlus.jpg) no-repeat 0 1px;
	padding-left: 15px;
	color: #FF9c00;
	text-decoration: none;
	font-weight: bold;
}

div#pagine_statiche a.titolo_pag:hover{
	text-decoration: underline;
}

