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

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

/* old iphone small android -  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/tables.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); 
@import url(iphone/seo.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/tables.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); 
@import url(android/seo.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/tables.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); 
@import url(tableta/seo.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/tables.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); 
@import url(escritorio/seo.css) screen and (min-width: 769px);

/* new fonts */
@import url(http://fonts.googleapis.com/css?family=Dosis);
@import url(http://fonts.googleapis.com/css?family=Waiting+for+the+Sunrise);