/**********************************************************************************

		Hojas de estylo formateo del estylodel navegados
		Autor: Isaac Quispe Q. // www.qualitywebsrl.net
		E-mail: quispeisaac@hotmail.com 

**********************************************************************************/

/* IMPORTAR CSS RESET */
@import url(reset.css);

/* IMPORTAR ESTYLO DE APOYO */
@import url(estylo_apoyo.css);

/* IMPORTAR COMPOSICION DE LA PAGINA WEB */
@import url(estylo_template.css);

/* IMPORTAR ESTYLOS DE LINK */
@import url(estylo_link.css);

/* IMPORTAR ESTYLOS DE FUENTES */
@import url(estylo_fuentes.css);

/* IMPORTAR ESTYLOS DE  FORMULARIOS */
@import url(estylo_formularios.css);

/* IMPORTAR ESTYLOS DE COLORBOX */
@import url(colorbox.css);




