@charset "UTF-8";
/* CSS Document */
/*Para desktop*/
@import url("desktop/contacto.css");
/*Para tablet*/
@import url("tablet/contacto.css") only screen and (min-width:641px) and (max-width:960px);
/*Para telefono*/
<!--@import url("telefono/contacto.css") only screen and (min-width:321px) and (max-width:640px);
/*Para telefonito*/
@import url("telefono/contacto.css") only screen and (max-width: 470px);