body {
	background-color: #3F6616;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(background_gradient.gif);
	background-repeat: repeat-x;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #93B367;
}
a:link {
	color: #ACC58B;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #ACC58B;
}
a:hover {
	text-decoration: underline;
	color: #93B367;
}
a:active {
	text-decoration: none;
	color: #ACC58B;
}

.text {
	background-image: url(background_text.gif);
	background-repeat: repeat-y;
	padding-left: 5px;
	padding-right: 5px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	font-weight:bold;
}
#container-left {
	margin-top:32px;
	float:left;
	width:190px;
	padding-left:145px;
	text-align:right;
	padding-right:10px;
}
#container-right {
	margin-top:30px;	
	float:right;
	width:255px;
	padding-left:0px;
}
.cajaDeTexto {
	height:18px;
	border: solid 2px #87ad58;
	background-color: #76a041;
	padding-left: 4px;
	color: #2b4412;
}
.transparency {
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}
.footer {
	background-image: url(footer.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 285px;
	padding-top: 13px;
}
