/* +------------------------------------------------------------------------+ */
/* | Istituto Superiore di Sanità 4.0 | CSS 4.0 20111128 1939               | */
/* +------------------------------------------------------------------------+ */
/* | R | 20131028 1407 KE                                                   | */
/* +---+--------------------------------------------------------------------+ */
/* | R | 20131115 1851 KE                                                   | */
/* +---+--------------------------------------------------------------------+ */

/* +-----+------------------------------------------------------------------+ */
/* | BGN | Home                                                             | */

/* -----( Pagina - Sezioni per layout a tre colonne )------------------------ */
.page_cont_left_sezs
{
	padding: 0;
	border: 0;
	margin: 0;

	display: block;
	left: 0;
	top: 0;
	width: 100%;
	clear:both;

	background-color: transparent;
}
.page_cont_midl_sezs
{
	padding: 0;
	border: 0;
	margin: 0 auto 0 auto;

	display: block;
	left: 0;
	top: 0;
	width: 98%;
	clear:both;

	background-color: transparent;
}
.page_cont_righ_sezs
{
	padding: 0;
	border: 0;
	margin: 0;

	display: block;
	left: 0;
	top: 0;
	width: 100%;
	clear:both;

	background-color: transparent;
}
/* -----( Sezione - Titolo )------------------------------------------------- */
.page_cont_sezs_titl
{
	padding: 0;
	border-width: 0 0 20px 0;
	border-style: solid;
	border-color: transparent;
	margin: 0.5em 2px 0 2px;

	min-height: 1.3em;
	vertical-align: middle;

	-webkit-border-image: url(../imgn/back/page_cont_sezs_titl_bord.png) 0 0 20 0 stretch;
	-chrome-border-image: url(../imgn/back/page_cont_sezs_titl_bord.png) 0 0 20 0 stretch;
	-o-border-image: url(../imgn/back/page_cont_sezs_titl_bord.png) 0 0 20 0 stretch;
	-moz-border-image: url(../imgn/back/page_cont_sezs_titl_bord.png) 0 0 20 0 stretch;
	-ms-border-image: url(../imgn/back/page_cont_sezs_titl_bord.png) 0 0 20 0 stretch;
	border-image: url(../imgn/back/page_cont_sezs_titl_bord.png) 0 0 20 0 stretch; /* CSS3 */
}
/* -----( Sezione - Titolo - Override su H* )-------------------------------- */
.hhom
{
	padding: 0.1em 0 0.1em 0 ;
	border: 0;
	margin: 0 1em 0 1em;

	font-family: Verdana, serif;
	font-size: 120%;
	font-style: normal;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;

	background-color: transparent;
}
h2 a:link
{
	padding: 0;
	border: 0;
	margin: 0;

	font-family: Verdana, serif;
	font-size: 90%;
	font-style: normal;
	font-weight: bolder;
	color: #006;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;

	background-color: transparent;
}
h2 a:visited
{
	padding: 0;
	border: 0;
	margin: 0;

	font-family: Verdana, serif;
	font-size: 90%;
	font-style: normal;
	font-weight: bolder;
	color: #006;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;

	background-color: transparent;
}
h2 a:hover
{
	padding: 0;
	border-bottom: #800000;
	border-width: 0 0 1px 0;
	border-style: none none dotted none;
	margin: 0;
	
	font-family: Verdana, serif;
	font-size: 90%;
	font-style: italic;
	font-weight: bolder;
	color: #800000;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;

	background-color: transparent;
}
/* -----( Testo )------------------------------------------------------------ */
.page_cont_sezs_text
{
	padding: 0.5em 0.5em 0.5em 0.5em;
	border: 0;
	margin: 0 2px 0 2px;
	
	font-family: Verdana, sans-serif;
	font-size: 90%;
	font-style: normal;
	font-weight: normal;
	color: black;
	text-decoration: none;
	text-align: left;

	background-color: transparent;
}
/* | END | (3.4) - Home                                                     | */
/* +-----+------------------------------------------------------------------+ */