﻿/* #### Dispositivi mobili #### */
@import "stylesheet_mobile.css" screen and (min-width: 320px) and (max-width: 767px);
/* #### Tablet oppure Desktop/Notebook PC #### */
@import "stylesheet_pc.css" screen and (min-width: 768px);