/* CSS Document */
#testa {
	background-image: url('/personalizzazioni/img/rettangolare-fiamme-bianche-fondo-celeste.jpg');
	background-position: 20px center; 
	background-repeat: no-repeat;
	/*background-color: rgba(23, 36, 47, 0.8);*/
	background-color: #9BD3F6; /*#0990DD*/
	height: 90px;
	background-position: left;
    background-size: contain;
}

@media all and (max-width: 1024px) {
    
	#testa {
		background-image: url('/personalizzazioni/img/rettangolare-fiamme-bianche-fondo-celeste.jpg') !important; 
		background-position: 20px center !important; 
		background-repeat: no-repeat !important;
		/*background-color: rgba(23, 36, 47, 0.8) !important;*/
		background-color: #9BD3F6 !important;
		background-size: contain !important;
    }
}

@media all and (max-width: 800px) {
    
	#testa {
		background-position: 30px center !important; 
    }
    
    #pagina-menu-mobile {
	    background-image: none !important;
	    /*background-color: rgba(23, 36, 47, 0.8) !important;*/
	    background-color: #9BD3F6 !important;
	}
}



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

#index form input[type=submit] {
    /*background-color: #1D303D;
	border-color: #1D303D;
	background-image: none;*/
}

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

#formlogin a {
	/*color: #9BD3F6;*/
}

#index #moduloLogin:before {
    background-image: url('/personalizzazioni/img/rettangolare-fiamme-azzurre-fondo-trasparente_m.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;
    background-color: #9BD3F6;
}

.menu-pulsante.attivo .attivo {
	color: #1B1B1B;
}

.menu-pulsante.attivo a {
	color: #1B1B1B;
}

.menu-pulsante.attivo a:hover {
	color: #5B5B5B;
}

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

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

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

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

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