﻿
/* Pulsanti pagine ("hover" annullato perché al ritorno della pagina spariva il riquadro)*/

.pulsantehome_ritratti{
	background-image:url('../immagini/pulsantehome5_ritratti_grigio.png');
    background-repeat: no-repeat;
}
.pulsantehome_ritratti:hover{
	background-image:url('../immagini/pulsantehome5_ritratti_grigio.png');
    background-repeat: no-repeat;
}

.pulsantehome_natura{
	background-image:url('../immagini/pulsantehome5_natura_grigio.png');
    background-repeat: no-repeat;
}
.pulsantehome_natura:hover{
	background-image:url('../immagini/pulsantehome5_natura_grigio.png');
    background-repeat: no-repeat;
}

.pulsantehome_astratti{
	background-image:url('../immagini/pulsantehome5_astratti_grigio.png');
    background-repeat: no-repeat;
}
.pulsantehome_astratti:hover{
	background-image:url('../immagini/pulsantehome5_astratti_grigio.png');
    background-repeat: no-repeat;
}

.pulsantehome_fumetti{
	background-image:url('../immagini/pulsantehome5_fumetti_grigio.png');
    background-repeat: no-repeat;
}
.pulsantehome_fumetti:hover{
	background-image:url('../immagini/pulsantehome5_fumetti_beige.png');
    background-repeat: no-repeat;
}

.pulsantehome_miscellanea{
	background-image:url('../immagini/pulsantehome5_miscellanea_grigio.png');
    background-repeat: no-repeat;
}
.pulsantehome_miscellanea:hover{
	background-image:url('../immagini/pulsantehome5_miscellanea_grigio.png');
    background-repeat: no-repeat;
}







