/* CSS Document */
#testa {
	background-image: url('/personalizzazioni/img/marchio-sitoper.png'); 
	background-position: 20px center !important;
	background-reperat: no-repeat;
	background-color: #18181A;
	height: 70px;
	background-size: 200px;
}

@media all and (max-width: 1024px) {
    
	#testa {
		background-image: url('/personalizzazioni/img/marchio-sitoper.png') !important;  
		background-position: 50px center !important;
		background-reperat: no-repeat !important;
		background-color: #18181A !important;
		background-size: contain !important;
    }
    
    #utenteAutenticato {
	    background-color: #9CCF9C;
	}
}

@media all and (max-width: 1024px) {
    
    
    #pagina-menu-mobile {
	    background-image: none !important;
	    background-color: #18181A !important;
	}
}

#pagina-corpo {
	margin-top: 70px;
}

#index form input[type=submit] {
    background-color: #18181A;
	border-color: #18181A;
	background-image: none;
}

#index form input[type=submit]:hover {    
	background-image: none;
}

#formlogin a {
	color: #1D303D;
}

#index #moduloLogin:before {
    background-image: url('/personalizzazioni/img/marchio-sitoper.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    content: " ";
    width: 320px;
    height: 63px;
    display: block;
    margin-bottom: 20px;
}


@media all and (max-width: 1023px) {
    #index #moduloLogin:before {       
    	width: 100%;
    }
}

.menu-pulsante.attivo {
    background-color: #454F58;
}
.menu-pulsante {
	color: #454F58;	
}

.menu-pulsante a {
	color: #454F58;
}

.menu-pulsante a:hover {
	color: #17242F;
}

.menu-pulsante .attivo {
	color: #17242F;
}

#pagina-titolo {
	color: #454F58;	
}