/* standard per le pagine interne */    
        
.testata{
    border-bottom: 1px solid black;
    height: 7em;
    border-top: none;
    background: url("../img/lav_bg_testata_standard.png");
}

.ricerca{
	height: 7em;
}

.titolo h3{
    color: #3D2779;
    padding: 0;
}

.titoli_menu h2{
    border-left: 1px solid #B0B0B0;
    padding: 6px 8px 6px 9px;
    text-transform: uppercase;
}

.sottotestata{
	width: 100%;
	float: none;
	margin-top: 0px;
	margin-bottom: 10px;
}

.rss{
	text-align: right;
	float: left;
	width: 14%;
	margin-top: 10px;
	font-size: 0.9em;         
}
