
/* sopra1024 */
@import url("stile3.css") only screen and (min-width:1025px) and (max-width:4000px);
/* sotto1024 */
@import url("stile1024.css") only screen and (min-width:400px) and (max-width:1024px);

