function irA(opcion) {
	if (opcion=="portada") document.location="index.php";
	if (opcion=="quienessomos") document.location="euc_mision.php";
	if (opcion=="resenahistorica") document.location="euc_resena.php";
	if (opcion=="actividadesylogros") document.location="euc_actividades.php";
	if (opcion=="filiales") document.location="euc_filiales.php";
	if (opcion=="contacto") document.location="euc_contacto.php";
}

//function GoMovil(){
//	window.open('http://ringtones.canal13.cl');
//}
