@charset "utf-8";
/* CSS Document */

#bn_menu_1:link,
#bn_menu_1:visited,
#bn_menu_1:active {
	background-image:url(imagenes/menu/bn_institucional_off.gif);
	display:block;
	width:96px;
	height:20px;
}
#bn_menu_1:hover {
	background-image:url(imagenes/menu/bn_institucional_over.gif);
}

#bn_menu_2:link,
#bn_menu_2:visited,
#bn_menu_2:active {
	background-image:url(imagenes/menu/bn_soluciones_off.gif);
	display:block;
	width:63px;
}

#bn_menu_2:hover {
	background-image:url(imagenes/menu/bn_soluciones_over.gif);
}
#bn_menu_3:link,
#bn_menu_3:visited,
#bn_menu_3:active {
	background-image:url(imagenes/menu/bn_productos_off.gif);
	display:block;
	width:60px;
}
#bn_menu_3:hover {
	background-image:url(imagenes/menu/bn_productos_over.gif);
}

#bn_menu_4:link,
#bn_menu_4:visited,
#bn_menu_4:active {
	background-image:url(imagenes/menu/bn_servicios_off.gif);
	display:block;
	width:52px;
}
#bn_menu_4:hover {
	background-image:url(imagenes/menu/bn_servicios_over.gif);
}

#bn_menu_5:link,
#bn_menu_5:visited,
#bn_menu_5:active {
	background-image:url(imagenes/menu/bn_recursos_humanos_off.gif);
	display:block;
	width:106px;
}
#bn_menu_5:hover {
	background-image:url(imagenes/menu/bn_recursos_humanos_over.gif);
}

#bn_menu_6:link,
#bn_menu_6:visited,
#bn_menu_6:active {
	background-image:url(imagenes/menu/bn_novedades_off.gif);
	display:block;
	width:116px;
}
#bn_menu_6:hover {
	background-image:url(imagenes/menu/bn_novedades_over.gif);
}

#bn_menu_7:link,
#bn_menu_7:visited,
#bn_menu_7:active {
	background-image:url(imagenes/menu/bn_contactenos_off.gif);
	display:block;
	width:75px;
}
#bn_menu_7:hover {
	background-image:url(imagenes/menu/bn_contactenos_over.gif);
}

body#mision #bn_menu_1,
body#vision #bn_menu_1,
body#pol_sistema_int_gest #bn_menu_1,
body#alianzas_estrategicas #bn_menu_1,
body#certificaciones #bn_menu_1,
body#sutec_holding #bn_menu_1,
body#investigacion_y_desarrollo #bn_menu_1,
body#staff #bn_menu_1 {
	background-image:url(imagenes/menu/bn_institucional_on.gif);
	cursor:default;
}
body#solucion #bn_menu_2 {
	background-image:url(imagenes/menu/bn_soluciones_on.gif);
	cursor:default;
}
body#producto #bn_menu_3 {
	background-image:url(imagenes/menu/bn_productos_on.gif);
	cursor:default;
}
body#servicio #bn_menu_4 {
	background-image:url(imagenes/menu/bn_servicios_on.gif);
	cursor:default;
}
body#gest_estr_personas #bn_menu_5,
body#oportunidades_laborales #bn_menu_5 {
	background-image:url(imagenes/menu/bn_recursos_humanos_on.gif);
	cursor:default;
}

body#noticias #bn_menu_6,
body#eventos #bn_menu_6,
body#prensa  #bn_menu_6 {
	background-image:url(imagenes/menu/bn_novedades_on.gif);
	cursor:default;
}
body#datos_contacto #bn_menu_7,
body#presencia_internacional #bn_menu_7,
body#soporte {
	background-image:url(imagenes/menu/bn_contactenos_on.gif);
	cursor:default;
}

