function estilo(ubicacion){
	if (screen.width >= 1024) {
		document.write('<link href="'+ubicacion+'estilo/anfeca_estilo.css" rel="stylesheet" type="text/css">');
	}
	else if (screen.width <= 800) {
		document.write('<link href="'+ubicacion+'estilo/anfeca_estilo2.css" rel="stylesheet" type="text/css">');
	}
}
