/* CSS Document */
#testa {
	background-image: url('/personalizzazioni/img/logo.png'); 
	background-position: 20px center; 
	background-reperat: no-repeat;
	background-color: #FFF;
	height: 70px;
	background-size: 200px;
	border-bottom: solid 1px #1565C0;
}

@media all and (max-width: 1024px) {
    
	#testa {
		background-image: url('/personalizzazioni/img/logo.png') !important; 
		background-position: 20px center !important; 
		background-reperat: no-repeat !important;
		background-color: #FFF !important;
		background-size: contain !important;
    }
    
    #utenteAutenticato {
	    background-color: #FFF;
	}
}

@media all and (max-width: 800px) {
    
	#testa {
		background-position: 30px center !important; 
    }
    /*
    #pagina-menu-mobile {
	    background-image: none !important;
	}*/
}

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

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

#utenteAutenticato-nome {
	color: #4C759C;
}

#setup,
#setup a {
	color: #4C759C;
}

#orologio {

    color: #4C759C;
    }

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