body
{
	background: #000033;
	color: 003366;
	margin: 0px 0px 0px 0px;
	height: 100%;
	
}
div, h1, h2
{
	font-size: 11px;
	font-family: verdana;
}
h1
{
	background: #666699;
	color: #FFFFFF;
	height: 20px;
	padding: 3px 0px 0px 150px;
	margin: 0px 0px 0px 0px;
}
h2
{
	color: #666699;
}
h2, p
{
	margin: 0px 0px 6px 0px;
}
a
{
	color: #0066EE;
	text-decoration: underline;
}
a:hover
{
	color: #000000;
	text-decoration: underline;
}

/* ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- */

#MAIN
{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 700px;
	height: 350px;
	margin: -175px -350px;
}
#LOGO
{
	background: #9999CC;
	height: 50px;
}
#MENU
{
	float: left;
	background: #9999CC;
	width: 150px;
	height: 250px;
	padding: 3px 3px 3px 3px;
}
#CONTENT
{
	float: left;
	overflow: auto;
	background: #FFFFFF;
	width: 538px;
	height: 250px;
	padding: 3px 3px 3px 3px;
	scrollbar-base-color: #666699;
	scrollbar-arrow-color: #FFFFFF;
	scrollbar-track-color: #9999CC;
}
#BOTTOM
{
	clear: left;
	background: #666699;
	color: #FFFFFF;
	height: 20px;
	padding: 3px 0px 0px 3px;
}
#FIRMA
{
	text-align: right;
	height: 20px;
	padding: 3px 0px 0px 0px;
}

/* ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- */

a.MENU, a.MENU:hover
{
	display: block;
	position: relative;
	color: #FFFFFF;
	text-decoration: none;
	padding: 3px 0px 3px 0px;
	border-bottom: solid 1px #FFFFFF;
}
a.MENU
{
	background: #9999CC;
	background-image: none;
}
a.MENU:hover
{
	background: #666699;
	background-image: url(menu.gif);
	background-repeat: no-repeat;
	background-position: right middle;
}
a.BOTTOM
{
	color: #FFFFFF;
	text-decoration: underline;
}
a.BOTTOM:hover
{
	color: #FFFFFF;
	text-decoration: none;
}
