.bodi {
	font-family: "Trebuchet MS";
	font-size: 12px;
	background-width:100%;
	background-color: #000000;
	background-attachment: fixed;
	background-image: url(../img/fuegotazz.jpg);
	background-repeat: no-repeat;
	background-position: left;
}
.MenuLinks {
	font-family: "Trebuchet MS";
	font-size: 13px;
	font-weight: normal;
	color: #000000;
	text-align: center;
	border-right-width: thin;
	border-bottom-width: thin;
	border-right-style: groove;
	border-bottom-style: groove;
	border-right-color: #999999;
	border-bottom-color: #999999;
}
.MenuLinksOver {
	font-family: "Trebuchet MS";
	font-size: 13px;
	font-weight: bold;
	color:#FFFFFF;
	text-align: center;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: outset;
	border-bottom-style: outset;
	border-right-color: #999999;
	border-bottom-color: #999999;
	text-decoration: underline;
	cursor:pointer;
}
.CeldaAlpha {
	background-color:#6C6C6C
	/*filter: Alpha(Opacity=30, FinishOpacity=30, Style=1, StartX=0, StartY=0, FinishX=100, FinishY=100);*/
}

.tablaBorde {
	border: 1px solid #666666;
}
.txt {
	font-family: "Trebuchet MS";
	font-size: 11px;
	border: 1px solid #FFCC00;
	background-color: #999999;
}
