@charset "utf-8";
.menuBg {
	background-image: url(../images/menu.png);
	background-repeat: no-repeat;
	height:30px;
}
.menuBotones{
	font-size:12px;
	font-family:'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-weight: 800;
	text-align: left;
	color: #ffcc00;
	line-height: 119.99999682108562%;
	padding-top:1px;
	padding-bottom:2px;
	float: left;
	margin-right: 15px;
	margin-top: 8px;
}
.menuBotones a{
	color: #ffcc00;
	text-decoration:none;
}
.menuBotones a:link {
	color: #ffcc00;
}
.menuBotones a:visited {
	color: #ffcc00;
}
.menuBotones a:hover {
	color: #FC0;
}
.menuBotones a:active {
	color: #ffcc00;
	letter-spacing: normal;
}

