@charset "utf-8";
/* desarrollado por: wilder bravo - www.andean.me */

/* movil gama baja -  320 to below */
@import url(movil/design.css);
@import url(movil/links.css);
@import url(movil/textos.css);
@import url(movil/forms.css);

/* old iphone  -  480 to 321 */
@import url(iphone/design.css) screen and (min-width: 321px);
@import url(iphone/links.css) screen and (min-width: 321px);
@import url(iphone/textos.css) screen and (min-width: 321px);
@import url(iphone/forms.css) screen and (min-width: 321px);

/* Android  - 640 * 481 */
@import url(android/design.css) screen and (min-width: 481px);
@import url(android/links.css) screen and (min-width: 481px);
@import url(android/textos.css) screen and (min-width: 481px);
@import url(android/forms.css) screen and (min-width: 481px);

/* tablet - 768 to 641 */
@import url(tableta/design.css) screen and (min-width: 641px);
@import url(tableta/links.css) screen and (min-width: 641px);
@import url(tableta/textos.css) screen and (min-width: 641px);
@import url(tableta/forms.css) screen and (min-width: 641px);

/* netbook, laptop, desktop 769 to max */
@import url(escritorio/design.css) screen and (min-width: 769px);
@import url(escritorio/links.css) screen and (min-width: 769px);
@import url(escritorio/textos.css) screen and (min-width: 769px);
@import url(escritorio/forms.css) screen and (min-width: 769px);

/* new fonts */
@import url(http://fonts.googleapis.com/css?family=Allan);
