/* Submenú Gearses */
a.submenu_introduccion {display: block; width: 135px; height: 22px;
	text-decoration: none;
	background: url("images/introduccion_azul_a_negro.png") top left no-repeat;}
a.submenu_principios {display: block; width: 135px; height: 22px;
	text-decoration: none;
	background: url("images/principios_gris_a_negro.png") top left no-repeat;}
a.submenu_empresariales {display: block; width: 135px; height: 22px;
	text-decoration: none;
	background: url("images/empresariales_gris_a_negro.png") top left no-repeat;}
a.submenu_desarrollo {display: block; width: 135px; height: 22px;
	text-decoration: none;
	background: url("images/desarrollo_gris_a_negro.png") top left no-repeat;}
a.submenu_consecuencias {display: block; width: 135px; height: 22px;
	text-decoration: none;
	background: url("images/consecuencias_gris_a_negro.png") top left no-repeat;}
a.submenu_introduccion:hover,
a.submenu_principios:hover,
a.submenu_empresariales:hover,
a.submenu_desarrollo:hover,
a.submenu_consecuencias:hover {background-position: 0 -22px;}

/* Menú superior */
a.menu_conocenos {display: block; width: 83px; height: 15px;
	text-decoration: none;
	background: url("images/conocenos_gris_a_negro.png") top left no-repeat;}
a.menu_gearses {display: block; width: 62px; height: 15px;
	text-decoration: none;
	background: url("images/gearses_azul_a_negro.png") top left no-repeat;}
a.menu_como {display: block; width: 44px; height: 15px;
	text-decoration: none;
	background: url("images/como_gris_a_negro.png") top left no-repeat;}
a.menu_porque {display: block; width: 61px; height: 15px;
	text-decoration: none;
	background: url("images/porque_gris_a_negro.png") top left no-repeat;}
a.menu_conocenos:hover,
a.menu_gearses:hover,
a.menu_como:hover,
a.menu_porque:hover {background-position: 0 -15px;}

