/*_______________MENU_______________*/
.Link_texto {
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
	font-weight: bold;
	color: #EAE5B0;
	line-height: 30px;
	height: 30px;
	width: 165px;
	padding-right: 5px;
	padding-left: 30px;
	text-decoration: none;
	text-transform: uppercase;
	background-repeat: no-repeat;
}
.Link_texto:hover {
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
	font-weight: bold;
	color: #EAE5B0;
	line-height: 30px;
	height: 30px;
	width: 165px;
	padding-right: 5px;
	padding-left: 30px;
	text-decoration: none;
	text-transform: uppercase;
	background-repeat: no-repeat;
	background-image: url(images/menu_hover.gif);
}
/*_______________MENU_______________*/