/* standard per le pagine interne */    
        
.testata{
    border-bottom: 1px solid black;
    height: 7em;
}

.ricerca{
	height: 7em;
}

.titolo h3{
    color: #3D2779;
    padding: 0;
}

.titoli_menu h2{
    border-left: 6px solid #B0B0B0;
    padding: 3px 8px 3px 4px;
    text-transform: uppercase;
}
.dots{
	background: url(/img/dots_istituzionale.gif) left;
	border: none;
}

.testo_pagina a{
	color: #0D810D;
	font-weight: bold;
}

.testo_interni a:hover {
    color: #0D810D;
}