
/* Apresentar sempre as scrollbars verticais no Firefox de forma a evitar "saoltos" nas situações em que elas aparecem */
html {
	overflow: -moz-scrollbars-vertical;
}

#main{
	position: absolute;
	left: 50%;
	top: 0px;
	height: 100%;
	width: 802px;
	margin-left: -401px;
	background-color: White;
}

#header{
	position: absolute;
	left: 1px;
	top: 0px;
	width: 800px;
	height: 118px;
	background-image:url(../images/topo.png);
}

#menu{
	position: absolute;
	margin: 0px;
	padding: 0px;
	top: 87px;
	left: 312px;	
	width: 500px;
	height: 31px;
}

#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	margin-top: 8px;			
}

#menu ul li { 
	display: inline; 
}

#menu ul li a{ 
	margin-left: 28px;
	color: White;
	text-decoration: none;
	border: 0px;
	font-weight: bold;	
}


#content {
	position: relative;
	top: 148px;
	left: 1px;
	margin-left: 200px; 
	margin-bottom: 148px;
	width: 570px;
}

#footer{
	left: 1px;
	height: 104px;
	width: 800px;
	background-image: url(../images/rodape.png);
	color: White;
	overflow: both;
}

#footer a{
	color: White;
	font-weight: bold;
	text-decoration: none;
}

#footer p{
	padding-top: 62px; 
	padding-left: 24px;
	padding-right: 24px;
	margin: 0px;
}

body{
	background-color: #52637e;
}

body, td{
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #52637f;	
}

h1{
	text-indent: 0cm;
	font-size: 14pt;
	color: #52637f;
}

h2{
	text-indent: 0cm;
	font-size: 12pt;

	padding-top: 13px;
	color: #52637f;
}

h3{
	font-size: 10pt;
	color: #52637f;
}

img
{
	border: 0px;
}

img.icon
{
	margin-right: 3px;
	vertical-align: middle;
}

p{
	text-indent: 0.2cm;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

p.left { float: left; }
p.right { float: right; }

a{
	color: #52637f;
	/*font-weight: bold;*/
	text-decoration: underline;
}

a:hover
{
	color: #F08A00;
}

/**** Lista de documentos de apresentação ****/
/*
ul.documentos
{
	margin-left: 2px;
	padding-left: 0px;
}

ul.documentos li
{
	list-style-type: none;
}
*/
/***********/


/****  Listas dos destaques  ****/
/*
ul.destaques
{
	margin-left: 0px;
	padding-left: 4px;
	padding-top: 6px;
}

ul.destaques li, ul.destaques li li
{
	list-style-type:none;
}

li.destaque{
	margin-bottom: 15px;
	border-bottom: solid 1px;
	border-color: #DDDDDD;
}

ul.destaques li li
{
	margin-left: 8px;
	margin-top: 6px;
}

ul.destaques li h2, ul.destaques li li h3
{
	margin: 0px;
	display: inline;
}

ul.destaques li ul
{
	margin-left: 0px;
	padding-left: 2px;
}

ul.destaques h3, ul.destaques ul.documentos
{
	margin-left:10px;
}
ul.destaques h3
{
	margin-bottom: 0px;
}

div.data, div.hora
{
	display: inline;
	font-weight: bold;
	margin-right: 8px;
}

div.data
{
	font-size: 12pt;
}

p.itemprograma
{
	text-indent: 0px;
	margin-top: 0px;
}
*/
/***********/


/* Hacks para a apresentação do radapé sempre no fundo da página */
html, body, #main { min-height: 100%; height: 100%;}
html>body, html>body #main { height: auto;}
body { margin: 0; padding:0; }
#content {padding-bottom: 140px; height: auto;}
#footer {clear: both;  bottom: 0; }
/* hide from Mac IE5 */
/* \*/
#footer {position: absolute; }
/* */

/* Change in Opera 5+ (and some others) */
html>body div#footer {
    position: static;
}

/* Change back in everything except Opera 5 and 6, still hiding from Mac IE5 */
/* \*/
head:first-child+body div#footer {
    position: absolute;
}
/* */
