
/* Teléfono */
@import url("telefono.css") only screen and (max-width:320px);
/* Tableta */
@import url("tableta.css") only screen and (min-width:321px) and (max-width:768px);
/* Escritorio */
@import url("pc.css") only screen and (min-width:769px);
