@charset "utf-8";
/* www.andean.me */

@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);

@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);

@import url(tableta/design.css) screen and (min-width: 481px); 
@import url(tableta/links.css) screen and (min-width: 481px); 
@import url(tableta/tables.css) screen and (min-width: 481px); 
@import url(tableta/textos.css) screen and (min-width: 481px); 
@import url(tableta/forms.css) screen and (min-width: 481px); 
@import url(tableta/seo.css) screen and (min-width: 481px);

@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);