/* Escritorio */
@import url("estilo.css");
/* Teléfono */
@import url("estilophone.css") only screen and (max-width:339px);
/* Tableta */
@import url("estilotablet.css") only screen and (min-width:340px) and (max-width:780px);
