// JavaScript Document
function selecciona(Estado)
{	document.getElementById("txt"+Estado).style.fontWeight="bold";
	document.getElementById("img"+Estado).style.visibility="visible";
}
function deselecciona(Estado)
{	document.getElementById("txt"+Estado).style.fontWeight="normal";
	document.getElementById("img"+Estado).style.visibility="hidden";
}
window.onload=function(){
document.getElementById("BCNorte").onmouseover=function (){ selecciona("BCNorte"); };
document.getElementById("BCNorte").onmouseout=function (){ deselecciona("BCNorte"); };
document.getElementById("BCSur").onmouseover=function (){ selecciona("BCSur"); };
document.getElementById("BCSur").onmouseout=function (){ deselecciona("BCSur"); };
document.getElementById("Sonora").onmouseover=function (){ selecciona("Sonora"); };
document.getElementById("Sonora").onmouseout=function (){ deselecciona("Sonora"); };
document.getElementById("Chihuahua").onmouseover=function (){ selecciona("Chihuahua"); };
document.getElementById("Chihuahua").onmouseout=function (){ deselecciona("Chihuahua"); };
document.getElementById("Coahuila").onmouseover=function (){ selecciona("Coahuila"); };
document.getElementById("Coahuila").onmouseout=function (){ deselecciona("Coahuila"); };
document.getElementById("NLeon").onmouseover=function (){ selecciona("NLeon"); };
document.getElementById("NLeon").onmouseout=function (){ deselecciona("NLeon"); };
document.getElementById("Tamaulipas").onmouseover=function (){ selecciona("Tamaulipas"); };
document.getElementById("Tamaulipas").onmouseout=function (){ deselecciona("Tamaulipas"); };
document.getElementById("Sinaloa").onmouseover=function (){ selecciona("Sinaloa"); };
document.getElementById("Sinaloa").onmouseout=function (){ deselecciona("Sinaloa"); };
document.getElementById("Durango").onmouseover=function (){ selecciona("Durango"); };
document.getElementById("Durango").onmouseout=function (){ deselecciona("Durango"); };
document.getElementById("Zacatecas").onmouseover=function (){ selecciona("Zacatecas"); };
document.getElementById("Zacatecas").onmouseout=function (){ deselecciona("Zacatecas"); };
document.getElementById("SLPotosi").onmouseover=function (){ selecciona("SLPotosi"); };
document.getElementById("SLPotosi").onmouseout=function (){ deselecciona("SLPotosi"); };
document.getElementById("Nayarit").onmouseover=function (){ selecciona("Nayarit"); };
document.getElementById("Nayarit").onmouseout=function (){ deselecciona("Nayarit"); };
document.getElementById("Aguascalientes").onmouseover=function (){ selecciona("Aguascalientes"); };
document.getElementById("Aguascalientes").onmouseout=function (){ deselecciona("Aguascalientes"); };
document.getElementById("Jalisco").onmouseover=function (){ selecciona("Jalisco"); };
document.getElementById("Jalisco").onmouseout=function (){ deselecciona("Jalisco"); };
document.getElementById("Guanajuato").onmouseover=function (){ selecciona("Guanajuato"); };
document.getElementById("Guanajuato").onmouseout=function (){ deselecciona("Guanajuato"); };
document.getElementById("Queretaro").onmouseover=function (){ selecciona("Queretaro"); };
document.getElementById("Queretaro").onmouseout=function (){ deselecciona("Queretaro"); };
document.getElementById("Hidalgo").onmouseover=function (){ selecciona("Hidalgo"); };
document.getElementById("Hidalgo").onmouseout=function (){ deselecciona("Hidalgo"); };
document.getElementById("Colima").onmouseover=function (){ selecciona("Colima"); };
document.getElementById("Colima").onmouseout=function (){ deselecciona("Colima"); };
document.getElementById("Michoacan").onmouseover=function (){ selecciona("Michoacan"); };
document.getElementById("Michoacan").onmouseout=function (){ deselecciona("Michoacan"); };
document.getElementById("EdoMexico").onmouseover=function (){ selecciona("EdoMexico"); };
document.getElementById("EdoMexico").onmouseout=function (){ deselecciona("EdoMexico"); };
document.getElementById("DF").onmouseover=function (){ selecciona("DF"); };
document.getElementById("DF").onmouseout=function (){ deselecciona("DF"); };
document.getElementById("Tlaxcala").onmouseover=function (){ selecciona("Tlaxcala"); };
document.getElementById("Tlaxcala").onmouseout=function (){ deselecciona("Tlaxcala"); };
document.getElementById("Morelos").onmouseover=function (){ selecciona("Morelos"); };
document.getElementById("Morelos").onmouseout=function (){ deselecciona("Morelos"); };
document.getElementById("Puebla").onmouseover=function (){ selecciona("Puebla"); };
document.getElementById("Puebla").onmouseout=function (){ deselecciona("Puebla"); };
document.getElementById("Guerrero").onmouseover=function (){ selecciona("Guerrero"); };
document.getElementById("Guerrero").onmouseout=function (){ deselecciona("Guerrero"); };
document.getElementById("Oaxaca").onmouseover=function (){ selecciona("Oaxaca"); };
document.getElementById("Oaxaca").onmouseout=function (){ deselecciona("Oaxaca"); };
document.getElementById("Veracruz").onmouseover=function (){ selecciona("Veracruz"); };
document.getElementById("Veracruz").onmouseout=function (){ deselecciona("Veracruz"); };
document.getElementById("Chiapas").onmouseover=function (){ selecciona("Chiapas"); };
document.getElementById("Chiapas").onmouseout=function (){ deselecciona("Chiapas"); };
document.getElementById("Tabasco").onmouseover=function (){ selecciona("Tabasco"); };
document.getElementById("Tabasco").onmouseout=function (){ deselecciona("Tabasco"); };
document.getElementById("Campeche").onmouseover=function (){ selecciona("Campeche"); };
document.getElementById("Campeche").onmouseout=function (){ deselecciona("Campeche"); };
document.getElementById("Yucatan").onmouseover=function (){ selecciona("Yucatan"); };
document.getElementById("Yucatan").onmouseout=function (){ deselecciona("Yucatan"); };
document.getElementById("QRoo").onmouseover=function (){ selecciona("QRoo"); };
document.getElementById("QRoo").onmouseout=function (){ deselecciona("QRoo"); };

document.getElementById("txtBCNorte").onmouseover=function (){ selecciona("BCNorte"); };
document.getElementById("txtBCNorte").onmouseout=function (){ deselecciona("BCNorte"); };
document.getElementById("txtBCSur").onmouseover=function (){ selecciona("BCSur"); };
document.getElementById("txtBCSur").onmouseout=function (){ deselecciona("BCSur"); };
document.getElementById("txtSonora").onmouseover=function (){ selecciona("Sonora"); };
document.getElementById("txtSonora").onmouseout=function (){ deselecciona("Sonora"); };
document.getElementById("txtChihuahua").onmouseover=function (){ selecciona("Chihuahua"); };
document.getElementById("txtChihuahua").onmouseout=function (){ deselecciona("Chihuahua"); };
document.getElementById("txtCoahuila").onmouseover=function (){ selecciona("Coahuila"); };
document.getElementById("txtCoahuila").onmouseout=function (){ deselecciona("Coahuila"); };
document.getElementById("txtNLeon").onmouseover=function (){ selecciona("NLeon"); };
document.getElementById("txtNLeon").onmouseout=function (){ deselecciona("NLeon"); };
document.getElementById("txtTamaulipas").onmouseover=function (){ selecciona("Tamaulipas"); };
document.getElementById("txtTamaulipas").onmouseout=function (){ deselecciona("Tamaulipas"); };
document.getElementById("txtSinaloa").onmouseover=function (){ selecciona("Sinaloa"); };
document.getElementById("txtSinaloa").onmouseout=function (){ deselecciona("Sinaloa"); };
document.getElementById("txtDurango").onmouseover=function (){ selecciona("Durango"); };
document.getElementById("txtDurango").onmouseout=function (){ deselecciona("Durango"); };
document.getElementById("txtZacatecas").onmouseover=function (){ selecciona("Zacatecas"); };
document.getElementById("txtZacatecas").onmouseout=function (){ deselecciona("Zacatecas"); };
document.getElementById("txtSLPotosi").onmouseover=function (){ selecciona("SLPotosi"); };
document.getElementById("txtSLPotosi").onmouseout=function (){ deselecciona("SLPotosi"); };
document.getElementById("txtNayarit").onmouseover=function (){ selecciona("Nayarit"); };
document.getElementById("txtNayarit").onmouseout=function (){ deselecciona("Nayarit"); };
document.getElementById("txtAguascalientes").onmouseover=function (){ selecciona("Aguascalientes"); };
document.getElementById("txtAguascalientes").onmouseout=function (){ deselecciona("Aguascalientes"); };
document.getElementById("txtJalisco").onmouseover=function (){ selecciona("Jalisco"); };
document.getElementById("txtJalisco").onmouseout=function (){ deselecciona("Jalisco"); };
document.getElementById("txtGuanajuato").onmouseover=function (){ selecciona("Guanajuato"); };
document.getElementById("txtGuanajuato").onmouseout=function (){ deselecciona("Guanajuato"); };
document.getElementById("txtQueretaro").onmouseover=function (){ selecciona("Queretaro"); };
document.getElementById("txtQueretaro").onmouseout=function (){ deselecciona("Queretaro"); };
document.getElementById("txtHidalgo").onmouseover=function (){ selecciona("Hidalgo"); };
document.getElementById("txtHidalgo").onmouseout=function (){ deselecciona("Hidalgo"); };
document.getElementById("txtColima").onmouseover=function (){ selecciona("Colima"); };
document.getElementById("txtColima").onmouseout=function (){ deselecciona("Colima"); };
document.getElementById("txtMichoacan").onmouseover=function (){ selecciona("Michoacan"); };
document.getElementById("txtMichoacan").onmouseout=function (){ deselecciona("Michoacan"); };
document.getElementById("txtEdoMexico").onmouseover=function (){ selecciona("EdoMexico"); };
document.getElementById("txtEdoMexico").onmouseout=function (){ deselecciona("EdoMexico"); };
document.getElementById("txtDF").onmouseover=function (){ selecciona("DF"); };
document.getElementById("txtDF").onmouseout=function (){ deselecciona("DF"); };
document.getElementById("txtTlaxcala").onmouseover=function (){ selecciona("Tlaxcala"); };
document.getElementById("txtTlaxcala").onmouseout=function (){ deselecciona("Tlaxcala"); };
document.getElementById("txtMorelos").onmouseover=function (){ selecciona("Morelos"); };
document.getElementById("txtMorelos").onmouseout=function (){ deselecciona("Morelos"); };
document.getElementById("txtPuebla").onmouseover=function (){ selecciona("Puebla"); };
document.getElementById("txtPuebla").onmouseout=function (){ deselecciona("Puebla"); };
document.getElementById("txtGuerrero").onmouseover=function (){ selecciona("Guerrero"); };
document.getElementById("txtGuerrero").onmouseout=function (){ deselecciona("Guerrero"); };
document.getElementById("txtOaxaca").onmouseover=function (){ selecciona("Oaxaca"); };
document.getElementById("txtOaxaca").onmouseout=function (){ deselecciona("Oaxaca"); };
document.getElementById("txtVeracruz").onmouseover=function (){ selecciona("Veracruz"); };
document.getElementById("txtVeracruz").onmouseout=function (){ deselecciona("Veracruz"); };
document.getElementById("txtChiapas").onmouseover=function (){ selecciona("Chiapas"); };
document.getElementById("txtChiapas").onmouseout=function (){ deselecciona("Chiapas"); };
document.getElementById("txtTabasco").onmouseover=function (){ selecciona("Tabasco"); };
document.getElementById("txtTabasco").onmouseout=function (){ deselecciona("Tabasco"); };
document.getElementById("txtCampeche").onmouseover=function (){ selecciona("Campeche"); };
document.getElementById("txtCampeche").onmouseout=function (){ deselecciona("Campeche"); };
document.getElementById("txtYucatan").onmouseover=function (){ selecciona("Yucatan"); };
document.getElementById("txtYucatan").onmouseout=function (){ deselecciona("Yucatan"); };
document.getElementById("txtQRoo").onmouseover=function (){ selecciona("QRoo"); };
document.getElementById("txtQRoo").onmouseout=function (){ deselecciona("QRoo"); };
}