

#boxPaginaEcm {
    font-size: 106%;
    font-weight: normal;
}
#boxPaginaEcm p {
    clear: both;
    font-size: 100%;
    font-weight: normal;
}
#boxPaginaEcm TABLE {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #ffffff;
    border-image: none;
    border-style: solid;
    border-width: 5px 1px 1px;
}
#boxPaginaEcm TH {
    font-weight: normal;
}

#boxPaginaEcm h1, #boxPaginaEcm .h1 {
    border-bottom: 0 none;
    clear: both;
	border-bottom: 1px solid #333;
    color: #333;
    font-size: 136.67%;
    font-weight: normal;
    margin-bottom: 9px;
    padding: 12px 0 12px 1%;
	display:block;
}

#boxPaginaEcm h2, #boxPaginaEcm .h2 {
    clear: both;
    font-size: 116.67%;
    font-weight: bold;
    text-transform: lowercase;
	display:block;
}
#boxPaginaEcm h2::first-letter,#boxPaginaEcm .h2::first-letter {
    text-transform: uppercase;
}
#boxPaginaEcm h3, #boxPaginaEcm .h3 {
    clear: both;
    font-size: 100%;
    font-weight: normal;
	display:block;
}
#boxPaginaEcm h4, #boxPaginaEcm .h4 {
    background-color: #FFF;
    color: #000000;
    font-size: 95%;
    font-weight: normal;
    margin: auto;
    padding: 6px 0;
	display:block;
}
#boxPaginaEcm hr {
    border: 1px dotted #ccc;
}
    #boxPaginaEcm A, #boxPaginaEcma:visited, #boxPaginaEcm a:link,
    #boxTotale.interno #formid_centro #boxPaginaEcm A, #boxTotale.interno #formid_centro #boxPaginaEcma:visited, #boxTotale.interno #formid_centro #boxPaginaEcm a:link {
        text-decoration: none;
        font-weight: 500;
    }
        #boxPaginaEcm A:hover,
        #boxTotale.interno #formid_centro #boxPaginaEcm A:hover {
            color: Black;
            text-decoration: underline;
        }
#boxPaginaEcm ul {
    margin: 0 0 0 40px;
    padding: 0;
}
#boxPaginaEcm ul li {
    list-style: outside none square;
    margin: 0 0 10px;
    padding: 0;
}
#boxPaginaEcm ol {
    margin: 0 0 0 40px;
    padding: 0;
}
#boxPaginaEcm ol li {
    margin: 0 0 10px;
    padding: 0;
}

/* **************************************************************** */
/* **************************************************************** */

#boxQuadratoIntestazione {
    border-bottom: 1px solid #333;
    clear: both;
    color: #333;
    font-size: 2rem;
    font-weight: 400;
    margin: 20px 0 10px;
    padding: 3px 0;
    width: 98%;
}

#boxQuadratoIntestazioneFondo {
	background-color: #FFF;
    border-bottom: 0 none;
    clear: both;
    color: #fff;
    font-size: 126.67%;
    font-weight: normal;
    margin-bottom: 9px;
    padding: 12px 0 12px 1%;
    text-transform: uppercase;
}

.boxQuadrato01 {
	float: left;
	width: 30%;
	font-size: 95%;
	border: 1px solid #ccc;
	border-radius:8px;
	padding: 1% 1%;
	margin: 1% 1% 0 0;
	min-height: 310px;
}

.boxQuadrato01 A {
	font-weight: bold;
	color: #333 !important;
}

.boxQuadrato01 .titolo { 
	font-size: 120%; 
	color: #333; 
	margin: 6px 0 6px 0; 
	font-weight: bold; 
}

.boxQuadrato01 .testo { 
	font-size: 100%; 
	color: #111; 
	line-height: 105%;
	margin: 10px 0 6px 0; 
	font-weight: normal; 
}

/* ----------------------------------- */
/* -----------  MEDIA ---------------- */
/* ----------------------------------- */

@media screen and (max-width: 640px) 
{
	.boxQuadrato01	{
	width: 99%;
	clear: both;
	min-height: 40px;
	}

}


/* **************************************************************** */
/* **************************************************************** */

.boxQuadrato02 {
    float: left;
    width: 31.9%;
    font-size: 100%;
    border: 0;
    border-radius: 8px;
    padding: 1% 1%;
    margin: 1% 1% 0 0;
    min-height: 60px;
    background-color: #4D5861;
}

.boxQuadrato02:nth-child(3n) {
	/*clear: both; */
	float: left;
 }

#boxQuadrato02:hover {
	text-decoration: underline;
}

.boxQuadrato02 A {
	font-weight: normal;
	color: #FFF !important;
}

.boxQuadrato02 .titolo {
    font-size: 1.2rem;
    color: #FFF;
    margin: 6px 0 6px 0;
    font-weight: normal;
}

.boxQuadrato02 .testo { 
	font-size: 100%; 
	color: #111; 
	line-height: 105%;
	margin: 10px 0 6px 0; 
	font-weight: normal; 
}

/* ----------------------------------- */
/* -----------  MEDIA ---------------- */
/* ----------------------------------- */

@media screen and (max-width: 639px) 
{
	.boxQuadrato02	{
	width: 99%;
	clear: both;
	min-height: 40px;
	}

}

@media screen and (min-width: 640px) and (max-width: 767px)
{
	.boxQuadrato02	{
	width: 49%;
	float: left;
	min-height: 40px;
	}
}

/* float */
.floatleft
{
    float: left;
}

.floatright
{
    float: right;
}

.floatcenter
{
    margin: 0 auto;
}


#PaginaECM IMG.floatleft, #boxPaginaEcm IMG.floatleft
{
    float: left;
    margin: 0 !important;
    margin-right: 2% !important;
    margin-bottom: 5px !important;
    max-width: 97%;
    height:auto!important;
}


#PaginaECM IMG.floatright, #boxPaginaEcm IMG.floatright
{
    float: right;
    margin: 0 !important;
    margin-left: 2% !important;
    margin-bottom: 5px !important;
    max-width: 97%;
    height:auto!important;
}

/* immagini */
#PaginaECM IMG, #boxPaginaEcm IMG
{
    max-width: 100%;
    max-height:100%;
    height: auto !important;
}

#PaginaECM a, #boxPaginaEcm a, #PaginaECM a:hover, #boxPaginaEcm a:hover,
#boxTotale.interno #formid_centro #PaginaECM a, #boxTotale.interno #formid_centro #boxPaginaEcm a, #boxTotale.interno #formid_centro #PaginaECM a:hover, #boxTotale.interno #formid_centro #boxPaginaEcm a:hover {
    color: #0D47A1; /* blu */
    font-weight: bold;
}