/* 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_gris_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_azul_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;}

