body
{
	background: #EEEEEE;
	color: 000000;
	margin: 0px 0px 0px 0px;
	height: 100%;
	overflow: hidden;
}
div, h1, h2
{
	font-size: 11px;
	font-family: verdana;
}
h1
{
	background: #556B2F;
	color: #FFFFFF;
	height: 20px;
	padding: 3px 0px 0px 110px;
	margin: 0px 0px 0px 0px;
	font: normal;
	Color: Silver
}
h2
{
	color: Brown;
}
h2, p
{
	margin: 5px 5px 5px 5px;
	text-align: justify;

}
a
{
	color: #006400;
}
a:hover
{
	color: Red;
	text-decoration: underline;
}

/* ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- */

#MAIN
{
	position: absolute;
	top: 40%;
	left: 46%;
	width: 700px;
	height: 350px;
	margin: -175px -300px;
}
#LOGO
{
	background: Silver;
	height: 100px;
}
#MENU
{
	float: left;
	background: Silver;
	width: 100px;
	height: 300px;
	padding: 3px 3px 3px 3px;
}
#CONTENT
{
	float: left;
	overflow: auto;
	background: #FFFFFF;
	width: 588px;
	height: 300px;
	padding: 5px 5px 5px 5px;
	scrollbar-base-color: Gray;
	scrollbar-arrow-color: White;
	scrollbar-track-color: Silver;
}
#BOTTOM
{
	clear: left;
	background: #556B2F;
	color: #FFFFFF;
	height: 20px;
	padding: 3px 0px 0px 3px;
	font: 10px;
	color: Silver
}
#FIRMA
{
	text-align: right;
	height: 20px;
	padding: 6px 0px 0px 0px;
	font: 9px;
}

/* ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- */

a.MENU, a.MENU:hover
{
	display: block;
	position: relative;
	color: #556B2F;
	text-decoration: none;
	padding: 3px 0px 3px 0px;
	border-bottom: solid 1px #FFFFFF;
}
a.MENU
{
	background: Silver;
	background-image: none;
}
a.MENU:hover
{
	background: #556B2F;
	background-image: url(menu.gif);
	background-repeat: no-repeat;
	background-position: right middle;
	font: bolder;
	color: white;
}
a.BOTTOM
{
	color: #FFFFFF;
	text-decoration: underline;
}
a.BOTTOM:hover
{
	color: YellowGreen;
	text-decoration: underline;
}

