/* responsive */
/*@import url("responsive.css") only screen and (min-width:768px);*/
/* Phone */
/*@import url("responsive.css") only screen and (max-width:320px);
*/
/* Phone */
@import url("responsive.css") (max-width:1279px);

/* Tablet */
/*@import url("responsive.css") only screen and (min-width:321px) and (max-width:768px);*/
/* Desktop */
@import url("estilos.css") only screen and (min-width:1280px);

