@charset "utf-8";
body  {
	margin: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #312c29;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.txt_interno {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bolder;
	text-transform: capitalize;
	color: #FFFFFF;
}
.thrColFix #container {
	width: 755px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #312c29;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: auto;
	background-color: #312c29;
} 
.thrColFix #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 150px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px; /* padding keeps the content of the div away from the edges */
}
.thrColFix #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 160px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px; /* padding keeps the content of the div away from the edges */
}
.thrColFix #mainContent {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.noticia1 {
	height: 182px;
	width: 251px;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-align: justify;
	/*background-image: url(capa/fundon1.gif); */
	background-color:#E15B3D; 
	/*background-repeat: repeat-y; */
	color: #FFFFFF;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
.internas {
	margin: 4px;
}
.link {
	cursor: pointer;
}
.noticia2 {
	height: 182px;
	width: 252px;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-align: justify;
	overflow: hidden;
	/*background-image: url(capa/fundon2.gif); */
	background-color:#E15B3D; 
	/*background-repeat: repeat-y; */
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	color: #FFFFFF;
}
.noticia2_ie {
	height: 182px;
	width: 252px;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-align: justify;
	overflow: hidden;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	color: #FFFFFF;
	background-color: #000033;
	background-image: url(capa/fundon2.gif);
	background-repeat: repeat;
}
.noticia3 {
	height: 182px;
	width: 252px;
	float: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-align: justify;
	overflow: hidden;
	/*background-image: url(capa/fundon3.gif); */
	background-color:#E15B3D; 
	/*background-repeat: repeat-y; */
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	color: #FFFFFF;
	padding-top: 10px;
}
.noticia3_ie {
	height: 182px;
	width: 252px;
	float: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-align: justify;
	overflow: hidden;
	background-image: url(capa/fundon3.gif);
	background-repeat: repeat;
	color: #FFFFFF;
	padding-top: 10px;
	vertical-align:text-top;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.internox {
	background-attachment: scroll;
	background-image: url(img/fundo_marca.gif);
	background-repeat: no-repeat;
	background-position: center top;
	float: none;
	overflow: scroll;
	height: 470px;
	width: 740px;
	text-align: justify;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
	text-decoration: none;
	background-color: #FFFFFF;
}
.conteudo {
	background-attachment: scroll;
	background-image: url(img/fundo_marca.gif);
	background-repeat: no-repeat;
	background-position: center top;
	float: none;
	overflow: hidden;
	visibility: visible;
	height: 472px;
	width: 755px;
	text-align: justify;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	text-decoration: none;
	position: relative;
	background-color: #FFFFFF;
	z-index: 0;
}
.conteudo_ie {
	background-attachment: scroll;
	background-image: url(img/fundo_marca.gif);
	background-repeat: no-repeat;
	background-position: center top;
	float: none;
	overflow: visible;
	visibility: visible;
	height: 475px;
	width: 755px;
	text-align: justify;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	text-decoration: none;
	position: relative;
	background-color: #FFFFFF;
}
.topo {
	clear: left;
	float: right;
	height: 84px;
	width: 396px;
	top: 0px;
	right: 0px;
	padding-right: 30px;
}
.topo_menor {
	float: left;
}

.conteudo2 {
	float: none;
	overflow: hidden;
	visibility: inherit;
	z-index: 0;
}
.rodapep {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	padding: 5px;
	margin-top: 2px;
	color: #817776;
	background-color: #312c29;
	clear: both;
	height: 20px;
	width: 755px;
}

.noticias {
	width: 546px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding-left: 15px;
	background-color: #CCCCCC;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	color: #000066;
}
.noticia {
	width: 755px;
}
.animacao {
	position: relative;
	overflow: visible;
	visibility: visible;
	left: 0;
	top: 130;
}
.menu {
	list-style-type:none;	/* No bullets */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	padding: 0px;
	color: #a5ab89;
	background-color: #323426;
	height: 32px;
	margin: 0px;
	border-top-width: 6px;
	border-top-style: solid;
	border-top-color: #292522;
	overflow: visible;
	visibility: visible;
	z-index: 999;
}
a:link {
	text-decoration: none;
	color: #a5ab89;
}
a:visited {
	text-decoration: none;
	color: a5ab89;
}
a:hover {
	text-decoration: none;
	color: a5ab89;
}
a:active {
	text-decoration: none;
	color: a5ab89;
}
.Cabecalho {
	background-image: url(capa/fundo_cabecalho.gif);
	background-repeat: repeat-x;
}
.item_menu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	background-color: #323426;
	clear: none;
	float: left;
	height: auto;
	width: auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #3a4b14;
	border-left-color: #3a4b14;
	color: #a5ab89;
	text-decoration: none;
	vertical-align: middle;
	padding-top: 10px;
	padding-right: 11px;
	padding-bottom: 10px;
	padding-left: 11px;
	text-align: center;
	margin: 0px;
	cursor: pointer;
	z-index: 10;
}
.item_menu_insc {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	background-color: #323426;
	clear: none;
	float: left;
	height: auto;
	width: 137px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #3a4b14;
	border-left-color: #3a4b14;
	color: #a5ab89;
	text-decoration: none;
	vertical-align: middle;
	padding-top: 10px;
	padding-right: 11px;
	padding-bottom: 10px;
	padding-left: 11px;
	text-align: center;
	margin: 0px;
	cursor: pointer;
	z-index: 10;
}

.item_menu_p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	background-color: #323426;
	clear: none;
	float: left;
	height: auto;
	width: auto;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #3a4b14;
	color: #a5ab89;
	text-decoration: none;
	vertical-align: middle;
	padding-top: 10px;
	padding-right: 11px;
	padding-bottom: 10px;
	padding-left: 11px;
	text-align: center;
	margin: 0px;
	cursor: pointer;
	z-index: 10;
}
.item_menu_u {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	background-color: #323426;
	clear: none;
	float: left;
	height: auto;
	width: auto;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #3a4b14;
	color: #a5ab89;
	text-decoration: none;
	vertical-align: middle;
	padding-top: 10px;
	padding-right: 11px;
	padding-bottom: 10px;
	padding-left: 11px;
	text-align: center;
	margin: 0px;
	cursor: pointer;
	z-index: 10;
}
.item_menu_muda {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	background-color: #bfd269;
	clear: none;
	float: left;
	height: auto;
	width: auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #3a4b14;
	border-left-color: #3a4b14;
	color: #323426;
	text-decoration: none;
	vertical-align: middle;
	padding-top: 10px;
	padding-right: 11px;
	padding-bottom: 10px;
	padding-left: 11px;
	text-align: center;
	margin: 0px;
	cursor: pointer;
	z-index:10;
	overflow: visible;
	visibility: visible;
}
.item_menu_p_muda {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	background-color: #bfd269;
	clear: none;
	float: left;
	height: auto;
	width: auto;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #3a4b14;
	color: #323426;
	text-decoration: none;
	vertical-align: middle;
	padding-top: 10px;
	padding-right: 11px;
	padding-bottom: 10px;
	padding-left: 11px;
	text-align: center;
	margin: 0px;
	cursor: pointer;
	z-index:10;
	overflow: visible;
	visibility: visible;
}
.item_menu_u_muda {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	background-color: #bfd269;
	clear: none;
	float: left;
	height: auto;
	width: auto;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #3a4b14;
	color: #323426;
	text-decoration: none;
	vertical-align: middle;
	padding-top: 10px;
	padding-right: 11px;
	padding-bottom: 10px;
	padding-left: 11px;
	text-align: center;
	margin: 0px;
	cursor: pointer;
	z-index:10;
	overflow: visible;
	visibility: visible;
}
.item_menu_insc_muda {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	background-color: #bfd269;
	clear: none;
	float: left;
	height: auto;
	width: 137px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #3a4b14;
	color: #323426;
	text-decoration: none;
	vertical-align: middle;
	padding-top: 10px;
	padding-right: 11px;
	padding-bottom: 10px;
	padding-left: 11px;
	text-align: center;
	margin: 0px;
	cursor: pointer;
	z-index:10;
	overflow: visible;
	visibility: visible;
}
#link {
	cursor: pointer;
}
#mainContainer {
	list-style-image: none;
	list-style-type: none;
}
#dhtmlgoodies_menu {
	list-style-image: none;
	list-style-type: none;
}
#dhtmlgoodies_menu ul li ul{
		display:none;	/* Needed to display ok in Opera */
}
