html, body, #content
{
	min-height: 100%;
	width: 100%;
	height: 100%; /* Hack for IE5+ */
}

html>body, html>body #content
{
	height: auto;
}

body
{margin: 0px;
font-size: 76%;font-family: Verdana, Helvetica, Arial, sans-serif;}

p {}

h1 {font-size: 2em;}

h2 {font-size: 1.5em;}

h3 {font-size: 1em;font-style: italic;}

a:link {font-weight: bold;text-decoration: none;color: #000000;font-size: 1em;} 

a:visited {font-weight: bold;color: #000000;
text-decoration: none;}

a:hover {color: #cc6600;text-decoration: underline;font-weight: bold;}

a:active {font-weight: bold;text-decoration: underline;color: #cc6600;}


#content
{
	position: absolute;
	top: 0px;
	left: 0px;
}

.menu
{
	position : absolute;
	top : 10em;
	left : 5px;
	width : 13em;
	z-index : 1;
	padding : 0.6em;
	margin-bottom : 0.5em;background-color: #ffcc33;background-image: url(images/barra_alto.gif);background-repeat: no-repeat;background-position: left top;}

.menu a
{
	display : block;
}
.menu .delimiter
{
	display : none;
}

.other
{
	position : absolute;
	top : 10em;
	right : 5px;
	width : 14em;
	z-index : 1;
	padding : 0em;background-color: #ffcc33;background-image: url(images/barra_alto.gif);background-repeat: no-repeat;background-position: left top;}

.other
{
	padding : 0.5em;
	margin-bottom : 0.5em;
}

.contentText
{
	margin-top:1em;
	margin-bottom: 3em;
	margin-right:16em;
	margin-left:16em;
	height: auto;
	padding:0.5em;}

.footer {
	width: 100%;
	text-align: center;
	border-top:1px solid rgb(0,0,0);
	background-color:rgb(255,255,255);
	color:rgb(0,0,0);
	position:absolute;
	bottom :0px;
}

.logo {width: 391px;height: 99px;position: absolute;top: 0em;left: 0em;
}

