body 
	{
	background: #e1e3ef;
	color: #333333;
	font: 13px Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	}
a
	{
	color: #333333;
	}
a:hover
	{
	color: #000066;
	}
#geral
	{
	display: block;
	margin: 20px auto;
	border: 10px solid #000066;
	border-bottom: none;
	border-top: none;
	width: 872px;
	background: #eef2fb;	
	position: relative;
	}
#principal
	{
	position: relative;
	width: 784px;
	margin: 45px 0px 34px 75px;
	display: table;
	clear: both;
	}
#topo
	{
	display: block;
	border-right: 8px solid #e1e3ef; 
	border-bottom: 8px solid #e1e3ef;
	margin-bottom: 5px;
	padding: 7px;
	position: relative;
	height: 210px;
	margin-top: 50px;
	}
#topo .flash_topo
	{
	width: 758px;
	margin: 0px auto;
	height: 260px;
	overflow: hidden;
	padding: 0px;
	position: relative;
	margin-top: -50px;
	}
#menu_horizontal
	{
	display: block;
	position: relative;
	z-index: 1000;
	width: 760px;
	margin: 0px auto;
	margin-bottom: 27px;
	}
#conteudo
	{
	display: block;
	clear: both !important;
	position: relative;
	}
#coluna_1
	{
	display: block;
	position: relative;
	float: left;
	width: 210px;
	margin-right: 40px;
	}
#menu_vertical a
	{
	display: block;
	position: relative;
	float: left;
	clear: both;
	text-align: center;
	text-decoration: none;
	color: #FFF;
	background: #003882;
	font-size: 16px;
	padding: 7px 0px;
	margin: 1px 0px;
	width: 210px;
	}
#menu_vertical a.destaque
	{
	background: #FF9933;
	font-weight: bold;
	}
#menu_vertical a.destaque:hover
	{
	text-decoration: underline;
	}
#menu_vertical a:hover,
#menu_vertical a.ativo
	{
	background: #ff9900;
	color: #FFF;
	}

#coluna_2
	{
	display: block;
	position: relative;
	float: left;
	width: 489px;
	padding: 0px;
	line-height: 19px;
	}
#coluna_2 p
	{
	margin: 0px;
	padding: 0px;
	padding-bottom: 13px;
	}
#coluna_2 h1, #coluna_2 h2
	{
	margin: 0px;
	padding: 4px 0px 11px 0px;
	color: #003882;
	}
#coluna_2 h1
	{
	text-transform: uppercase;
	font-size: 20px;
	line-height: 22px;
	}
#coluna_2 h2
	{
	font-size: 17px;
	}
	
#coluna_3, #rodape, extra1, extra2
	{
	display: none;
	}
form
	{
	padding: 0px;
	margin: 0px;
	display: table;
	width: 458px;
	margin: 0px auto;
	}
#coluna_2 form p
	{
	padding-bottom: 7px;
	}
#coluna_2 ul
	{
	margin-top: -5px;
	margin-bottom: 10px;
	position: relative;
	}
label
	{
	width: 210px;
	text-align: right;
	display: inline-block;
	cursor: pointer;
	vertical-align: top;
	}
input, textarea, select
	{
	width: 230px;
	border: 1px solid #9bc1d6;
	font-family: Arial, Helvetica, sans-serif;
	color: #063580;
	background: #FFF;
	font-size: 13px;
	padding: 4px;
	}
input:hover, textarea:hover
	{
	background: #daf1ff;
	}
select
	{
	padding: 0px;
	z-index: 0;
	}
textarea
	{
	overflow: auto;
	padding: 0px;
	position: relative;
	height: 100px;
	width: 240px;
	}
.com_foco
	{
	border-width: 2px;
	background: #ffe1b2;
	margin: -1px;
	position: relative;
	}
.botao
	{
	width: auto;
	padding: 3px;
	border: 1px solid #CCC;
	background: #e1e3ee;
	cursor: pointer;
	}
.botao:hover
	{
	color: #FFF;
	background: #063580;
	}
a.botao
	{
	display: inline-block;
	position: relative;
	text-decoration: none;
	color: #FFF;
	background: #003882;
	font-size: 16px;
	padding: 4px 6px;
	margin: 1px;
	}
a.botao:hover
	{
	background: #FF9900;
	color: #FFF;	
	}	
table
	{
	width: 100%;
	}
th
	{
	background: #FF9900;
	color: #FFF;
	padding: 2px 4px;
	white-space:nowrap;
	border: 1px solid #FFF;
	border-collapse: collapse;
	}
td, table
	{
	border-collapse: collapse;
	border: 1px solid #FFF;
	padding: 2px;
	text-align: center;
	}
td
	{
	border-bottom: 1px solid  #FFCC66;
	}
td.coluna_alternativa
	{
	background: #FFFF99;
	}
a img
	{
	padding: 1px;
	border: 2px solid #FFCC66;
	}
a:hover img
	{
	border-color: #FF9900;
	}
/*******************************Menu Horizontal*************************************/

/* - - - ADxMenu: BASIC styles [ MANDATORY ] - - - */

/* remove all list stylings */
.menu, .menu ul {
	margin: 0;
	padding: 0;
	border: 0;
	list-style-type: none;
	display: block;
}

.menu li {
	margin: 0;
	padding: 0;
	border: 0;
	display: block;
	float: left;	/* move all main list items into one row, by floating them */
	position: relative;	/* position each LI, thus creating potential IE.win overlap problem */
	z-index: 5;		/* thus we need to apply explicit z-index here... */
}

.menu li:hover {
	z-index: 10000;	/* ...and here. this makes sure active item is always above anything else in the menu */
	white-space: normal;/* required to resolve IE7 :hover bug (z-index above is ignored if this is not present)
							see http://www.tanfa.co.uk/css/articles/pure-css-popups-bug.asp for other stuff that work */
}

.menu li li {
	float: none;/* items of the nested menus are kept on separate lines */
}

.menu ul {
	visibility: hidden;	/* initially hide all submenus. */
	position: absolute;
	z-index: 10;
	left: 0;	/* while hidden, always keep them at the top left corner, */
	top: 0;		/* 		to avoid scrollbars as much as possible */
}

.menu li:hover>ul {
	visibility: visible;	/* display submenu them on hover */
	top: 100%;	/* 1st level go below their parent item */
}

.menu li li:hover>ul {	/* 2nd+ levels go on the right side of the parent item */
	top: 0;
	left: 100%;
}

/* -- float.clear --
	force containment of floated LIs inside of UL */
.menu:after, .menu ul:after {
	content: ".";
	height: 0;
	display: block;
	visibility: hidden;
	overflow: hidden;
	clear: both;
}
.menu, .menu ul {	/* IE7 float clear: */
	min-height: 0;
}
/* -- float.clear.END --  */

/* -- sticky.submenu --
	it should not disappear when your mouse moves a bit outside the submenu
	YOU SHOULD NOT STYLE the background of the ".menu UL" or this feature may not work properly!
	if you do it, make sure you 110% know what you do */
.menu ul {
	background-image: url(empty.gif);	/* required for sticky to work in IE6 and IE7 - due to their (different) hover bugs */
	padding: 10px 30px 30px 30px;
	margin: -10px 0 0 -30px;
	/*background: #f00;*/	/* uncomment this if you want to see the "safe" area.
								you can also use to adjust the safe area to your requirement */
}
.menu ul ul {
	padding: 30px 30px 30px 10px;
	margin: -30px 0 0 -10px;
}
/* -- sticky.submenu.END -- */






/* - - - ADxMenu: DESIGN styles [ OPTIONAL, design your heart out :) ] - - - */
.menu, .menu ul li {
	color: #6d6e6e;
	background: none;
}

.menu ul {
	width: 13em;
}
.menu a {
	text-decoration: none;
	color: #6d6e6e;
	padding: .4em 1em;
	display: block;
	position: relative;
	border: 1px solid #eef2fb;
	border-left: 1px solid #CCC;
}
.menu a.primeiro
	{
	border-left: 1px solid #eef2fb;
	}
.menu a:hover, .menu li:hover>a
	{
	border: 1px solid #CCC;
	background-color: #FFF;
	margin-right: -1px;
	}
.menu .sub
	{
	background: url(../img/bullet_down.gif) no-repeat 6px 12px;
	padding-left: 15px;
	}
.menu li li {	/* create borders around each item */
	background-color: #FFF;
}
.menu li li a
	{
	padding: 7px 0px;
	text-align: center;
	color: #003882;
	border: 1px solid #EFEFEF;
	margin-bottom: -1px;
	}
.menu li li a:hover /*estilo hover do submenu*/
	{
	background-color: #FF9900;
	background-image: url(../img/bg_botao_ativo.gif) repeat-x left center;
	color: #FFF;
	border: 1px solid #EFEFEF;
	margin-bottom: -1px;
	}
.menu ul>li + li {	/* and remove the top border on all but first item in the list */
	border-top: 0;
}

.menu li li:hover>ul {	/* inset 2nd+ submenus, to show off overlapping */
	top: 5px;
	left: 90%;
}

/* special colouring for "Main menu:", and for "xx submenu" items in ADxMenu
	placed here to clarify the terminology I use when referencing submenus in posts */
.menu>li:first-child>a, .menu li + li + li li:first-child>a {
/*	color: #567;*/  
}

/* Fix for IE5/Mac \*//*/
.menu a {
	float: left;
}
/* End Fix */

/*]]>*/
#menu_horizontal .ativo, #menu_horizontal .menu ul li li a.ativo
	{
	font-weight: bold !important;
	}
.aviso
	{
	color: #FF0000;
	}	
