/* WEBMOOLE 2.1 - GALLERIA */

.sfondo_intestazione_pagine{
	background: url(images/headerBgHome.jpg) no-repeat;
	height: 248px;
}

/* 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: #ab2219;
	padding-bottom: 3px;
}

div#gruppi_pag .pagine_statiche_gruppi table td.box_testo h1 a{
	color: #ab2219;
	text-decoration: none;
}

div#gruppi_pag .pagine_statiche_gruppi table td.box_testo p {
	font-size: 11px;
	color: #555;
	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: #717171;
	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: #c49d06;
	padding-bottom: 10px;
	padding-left: 2px;
	border-bottom: 1px solid #e7e3e0;
	margin-bottom: 7px;
	font-weight: normal;
}

div#pagine_statiche h2{
	font-size: 20px;
	color: #555;
	padding-bottom: 10px;
	padding-left: 2px;
	border-bottom: 1px solid #e7e3e0;
	margin-bottom: 7px;
	font-weight: normal;
}

div#pagine_statiche h3{ /* Definire */
}

div#pagine_statiche h4{ /* Definire */
}

div#pagine_statiche h5{ /* Definire */
}

div#pagine_statiche h6{ /* Definire */
}

div#pagine_statiche p{
	font-size: 12px;
	text-align: justify;
	padding-bottom: 3px;
	line-height: 1.2em;
}

div#pagine_statiche hr{
	display: block;
	height: 1px;
	border: 0;
	background: #e7e3e0;
	margin-bottom: 3px;
}

div#pagine_statiche img{
	padding: 2px;
	background: #c49d06;
	margin-bottom: 3px;
}

div#pagine_statiche a.pagfile{
	font-size: 12px;
	background: url(images/imgLinkPlus.jpg) no-repeat 0 1px;
	padding-left: 15px;
	color: #c49d06;
	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: #c49d06;
	text-decoration: none;
	font-weight: bold;
}

.titolo_rag{
	font-size: 12px;
	padding-bottom: 5px;
	color: #c49d06;
	text-decoration: underline;
	font-weight: bold;
}

.testo_rag {
	font-size: 12px;
	padding-top: 5px;
	text-decoration: none;
}


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: #c49d06;
	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: #c49d06;
	text-decoration: none;
	font-weight: bold;
}

div#pagine_statiche a.titolo_pag:hover{
	text-decoration: underline;
}

