/* top elements */
* {
	margin: 0; padding: 0;
}
body {
	margin: 0; padding: 0;
	font: 77%/1.7em  'Trebuchet MS', Arial, Sans-serif;
	background: url(img/headerbg.jpg) repeat-x;
	color: #333;
	text-align: center;
}

/* links */
a {
	background: inherit;
	color: #3182C0;
	text-decoration:none;
}
a:hover {
	background: inherit;
	color: #72A545;
}

/* headers */
h1, h2, h3 {
	font: bold 1em 'Trebuchet MS', Tahoma, Sans-serif;
	--text-transform: uppercase;
	color: #333333;
}
h1 { font-size: 1.5em; }
h2 { font-size: 1.3em; }
h3 { font-size: 1.2em; text-transform: none;}



#main h1, #rightbar h1 {
	padding: 10px 0 5px 5px;
	margin: 0 0 0 10px;
	--text-transform: uppercase;
	border-bottom: 1px solid #f2f2f2;
}

.title {
    color: #3182C0;
    font-size: 1.8em;
}
.title2 a {
    color: #4A7D00;
    font-size: 1.2em;
	text-decoration:none;
}

.title2 a:hover {
    color: #4A7D00;
    font-size: 1.2em;
	text-decoration:underline;
}

.title3 a {
    color: #cd4a00;
    font-size: 1.2em;
	text-decoration: none;
}

.title3 a:hover {
    color: #cd4a00;
    font-size: 1.2em;
	text-decoration: underline;
}

.title4 a {
    color: #333;
    font-size: 1.2em;
	text-decoration:none;
}

.title4 a:hover {
    color: #333;
    font-size: 1.2em;
	text-decoration:underline;
}

.title5SemLink{
	color:#000000;
    font-size: 1.4em;
	text-decoration:none;
}
.title5 a {
	color:#000000;
    font-size: 1.1em;
	text-decoration:none;
}

.title5 a:hover {
	color:#000000;
    font-size: 1.1em;
	text-decoration:underline;
}
.textoNormalSemLink{
	color: #333333;
	text-decoration: none;
	font-size:1.15em;
}
.textoNormal{
	color: #333333;
	text-decoration: none;
	font-size:1.15em;
}
.textoNormal:hover {
	color: #333333;
	text-decoration: underline;
	font-size:1.15em;
}

#sidebar h1 {
	padding: 10px 0px 5px 0px;
	--background: url(img/square_arrow.gif) no-repeat 2px 12px;
	margin: 0;
	--text-transform: uppercase;
}

p, h1, h2, h3 {
	margin: 10px 15px;
}
ul, ol {
	margin: 10px 30px;
	padding: 0 15px;
	color: #3182C0;
}
ul span, ol span {
	color: #333333;
}

/* images */
img {
	--border: 1px solid #FFF;
}
img.float-right {
  margin: 5px 0px 5px 15px;
}
img.float-left {
  margin: 5px 15px 5px 0px;
}
a imgXXXX {
  border: 1px solid #FFF;
}
a:hover imgXXXX {
  border: 1px solid #806B4D !important; /* IE fix*/
  border: 1px solid #3791D7;
}

code {
  margin: 5px 0;
  padding: 10px;
  text-align: left;
  display: block;
  overflow: auto;
  font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace;
  /* white-space: pre; */
  background: #FAFAFA;
  border: 1px solid #f2f2f2;
  border-left: 3px solid #3182C0;
}
acronym {
  cursor: help;
  border-bottom: 1px solid #777;
}
blockquote {
	margin: 15px;
 	padding: 0 0 0 32px;
  	background: #FAFAFA url(img/quote.gif) no-repeat 5px 10px !important;
	background-position: 8px 10px;
	border: 1px solid #f2f2f2;
	border-left: 3px solid #3182C0;
	font-weight: bold;
}

/* form elements */
form {
	margin:0px; padding: 0;
	border: 1px solid #f2f2f2;
	background-color: #FAFAFA;
}
label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}
input.text {
	padding: 2px;
	border:1px solid #ccc;
	font: normal 1em/1.5em Verdana, sans-serif;
	color:#666666;
}

textarea {
	height: 100px;
	padding:4px;
	font: normal 1em/1.5em Verdana, sans-serif;
	border:1px solid #666666;
	display:block;
	color:#666666;
}
input.button {
	margin: 0;
	font: bold 1em Arial, Sans-serif;
	border: 1px solid #CCC;
	padding: 2px 3px;
	color:#FFF;
	background:url(img/btnbg.jpg) repeat-x;
}
input.submit {
	margin: 0;
	font: bold 1em Arial, Sans-serif;
	border: 1px solid #CCC;
	padding: 2px 3px;
	color:#FFF;
	background:url(img/btnbg.jpg) repeat-x;
}

/* search form */
form.searchform {
	background: transparent;
	border: none;
	margin: 0; padding: 0;
}
form.searchform input.textbox {
	margin: 0;
	width: 260px;
	border: 1px solid #CCC;
	background: #f9f9f9 url(img/search-bkg.png) no-repeat left;
	color: #666666;
	vertical-align: top;
    font: normal 1em 'Trebuchet MS', Arial, Sans-serif;
	font-size:16px;
    height: 22px;
    padding-top: 0px;
    padding-bottom: 2px;
	padding-left: 24px;
}
form.searchform input.button {
    background-color: #999999;
	width: 67px;
	vertical-align: top;
    color: #ffffff;
  	font: bold 1em 'Trebuchet MS', Arial, Sans-serif;
  	height: 22px;
}

/*****************/
/*    Layout     */
/*****************/
#wrap {
	margin: 0 auto;
   width: 900px;
	text-align: left;
	background: #FFF;
}
#content-wrap {
	clear:both;
   margin: 0; padding:0;
	width: 900px;
}

/* header */
#header {
	position: relative;
	background: url(img/headerbg.jpg) repeat-x;
	height: 84px;
}
#header h1#logo {
	position: absolute;
	margin: 0;
	padding: 0;
	font: bolder 4.1em 'Trebuchet MS', Arial, Sans-serif;
	letter-spacing: -2px;
	color: #f0f0f0;
	text-transform: lowercase;
	/* change the values of top and Left to adjust the position of the logo*/
	top: 0;
	left: 25px;
	--width: 246px;
}
#header h2#slogan {
	position: absolute;
	margin: 0; padding: 0;
	font: bold 1em 'Trebuchet MS', Arial, Sans-serif;
	text-transform: none;
	color: #FFF;
	/* change the values of top and Left to adjust the position of the slogan*/
	top: 52px; left:0px;
}
#header .searchform {
	position: absolute;
	top: 15px; right: 50px;
}

#header #language {
	position: absolute;
	top: 20px; right: 400px;
}

#header #language a {
	color:#f0f0f0;
}

#header #language a:visited {
		color:#f0f0f0;
}

#header #menu {
    position: absolute;
    top: 50px;
    left: 390px;
	width: 450px;
	height: 29px;
	margin: 0;
	padding: 0 0 0 10px;
	list-style: none;
	background: url(img/img05.jpg) repeat-x ;
}

#header #menu li {
	display: inline;
}

#header #menu a {
	display: block;
	float: left;
	height: 27px;
	padding: 7px 20px 0px 10px;
	font: bold 1em 'Trebuchet MS', Arial, Sans-serif;
    text-decoration: none;
	color: #FFFFFF;
}

#header #menu a:hover {
    display: block;
	float: left;
	height: 27px;
	padding: 7px 20px 0px 10px;
	font: bold 1em 'Trebuchet MS', Arial, Sans-serif;
    text-decoration: underline;
	color: #FFFFFF;
	background: #A4B74C url(img/img04.jpg) repeat-x;
}

/* main column */
#main {
	float: left;
	margin-left: 15px;
	padding: 0;
	width: 74%;
	border-left: 1px solid #f2f2f2;
}

.post-footer {
	background-color: #FAFAFA;
	padding: 5px; margin-top: 20px;
	font-size: 95%;
	border: 1px solid #f2f2f2;
}
.post-footer .date {
	background: url(img/clock.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post-footer .comments {
	background: url(img/comment.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post-footer .readmore {
	background: url(img/page.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}

/* sideabar */
#sidebar {
	float: left;
	width: 24%;
	margin: 0;	padding: 0;
	display: inline;
}
#sidebar ul.sidemenu {
	list-style: none;
	text-align: left;
	margin: 0 0 8px 0;
	padding-right: 0;
	text-decoration: none;
}
#sidebar ul.sidemenu li {
	border-bottom: 1px solid #EFF0F1;
	/*background: url(img/arrow.gif) no-repeat 2px 5px;*/
	list-style: none;
	padding: 2px 5px 2px 20px;
}

* html body #sidebar ul.sidemenu li { height: 1%; }

#sidebar ul.sidemenu a {
	font-weight: bold;
	background-image: none;
	text-decoration: none;
    font: 1em 'Trebuchet MS', Arial, Sans-serif;
}
#sidebar ul.sidemenu a:hover {
	font-weight: bold;
	background-image: none;
	text-decoration: underline;
    font: 1em 'Trebuchet MS', Arial, Sans-serif;
}

/* rightbar */
#rightbar {
	float: right;
	width: 0%;
	padding: 0;
}

/* footer */
#footer {
	clear: both;
	background: #FFF url(img/footer-background.jpg) repeat-x left top;
	border-top: 1px solid #F2F2F2;
	text-align: center;
	height: 200px;
}
#footer a {
	text-decoration: none;
	font-weight: bold;
}

/* menu */
#menu {
	clear: both;
	margin: 0; padding: 0;
}
#menu ul {
	position: relative;
	bottom: 4px;
	margin: 0; padding: 0;
	float: left;
	font: bold 0.9em 'Trebuchet MS', Tahoma, Arial, Sans-serif;
	width: 850px;/* 775px; */
	border: 1px solid #808080;
	border-width: 0 0 4px 0;
	list-style: none;
    text-transform: none;
}
#menu ul li{
	display: inline;
}
#menu ul li a {
	position: relative;
	bottom: -4px;
	float: left;
	color: #808080;
	padding: 3px 10px;
	text-decoration: none;
	background: white url(img/menudivide.gif) repeat-y right top;
	border-bottom: 4px solid #808080;
	background-image: url(img/menudivide.gif);
}
#menu ul li a:hover{
	color: black;
	background-color: #F3F3F3;
	border-bottom: 4px solid #3791D7;
}
#menu ul li#current a{
	color: #333;
	background-color: #F3F3F3;
	border-bottom: 4px solid #98cb00;
}

/* Alignment classes */
.float-left   { float: left;}
.float-right  { float: right; }
.align-left   { text-align: left; }
.align-right  { text-align: right; }
.align-center { text-align: center;	}
.align-justify { text-align: justify; }

/* display classes */
.clear { clear: both; }
.block { display: block; }
.hide  { display: none; }
.blue  { color: #47A1E7; }

.small {
  font: normal   10px 'Trebuchet MS', Tahoma, Arial, Sans-serif;
  text-transform: lowercase;
  color: #999999;
}

.tdVideo {
    text-align: center;
    text-decoration: none;
    border-bottom: 4px solid #f3f3f3;
	padding-top: 5px;
}
.tdVideo a {
    text-align: center;
    text-decoration: none;
}
.tdVideo a:hover {
    text-align: center;
    text-decoration: none;

}
.tdVideo:hover {
   background: #F3F3F3;
 	border-bottom: 4px solid #3791D7;

}
.divTop {
	margin-left: 15px;
	margin-right: 3px;
	background: white url(img/bgmultimidia.gif) repeat-x top
}

.divTopGreen {
	margin-left: 15px;
	margin-right: 3px;
	background: white url(img/headerbg.gif) repeat-x top
}


.multimidiaBottom {
	height: 30px;
	margin-right: 3px;
	background: white url(img/bgmultimidiabottom.gif) repeat-x bottom;
	margin-left: 15px;
}

.linkNoticia {
	color: #cd4a00;
	text-decoration: none;
	font-size:10px;
	font-weight:bold;
}

.linkNoticia:hover {
	color: #cd4a00;
	text-decoration: underline;
}

.tituloNoticia {
	color: #666666;
	text-decoration: none;
	font-size:1.6em;
}

.tituloNoticia:hover {
	color: #666666;
	text-decoration: underline;
}

.textoNoticia {
	color: #666666;
	text-decoration: none;
	font-size:1.1em;
	text-decoration: none;
}

.textoNoticia:hover {
	color: #666666;
	text-decoration: none;
	font-size:1.1em;
	text-decoration: underline;
}

.fimNoticia {
	border-bottom-color:#e0e0e0;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

.divDestaque {
	margin-left: 5px;
	margin-right: 0px;
	background: white url(img/destaquebg.gif) repeat-x top
}

.divDestaqueBottom {
	margin-left: 5px;
	margin-right: 0px;
	background: white url(img/destaquebgbottom.gif) repeat-x top;
	padding-bottom: 3px;
}

.divEnquete {
	margin-left: 5px;
	margin-right: 0px;
	background: white url(img/enquetebg.gif) repeat-x top
}

.divEnqueteBottom {
	margin-left: 5px;
	margin-right: 0px;
	background: white url(img/destaquebgbottom.gif) repeat-x top;
	padding-bottom: 3px;
}

.divImgDown100 {
	padding: 1px 1px 1px 1px;
	border:#999999 solid 1px;
	width: 104px;
}

.divImgDown150 {
	padding: 1px 1px 1px 1px;
	border:#999999 solid 1px;
	width: 154px;
}

.divImgDown59 {
	padding: 1px 1px 1px 1px;
	border:#999999 solid 1px;
	width: 59px;
}

.divImgDown80 {
	padding: 1px 1px 1px 1px;
	border:#999999 solid 1px;
	width: 80px;
}

.divAtividade {
	padding: 5px 5px 5px 5px;
	border: #000 solid 1px;
	background: #fff8ac url(img/atividadebg.png) repeat-x;
	font-size: 12px;
	color: #333333;
	text-align:center;
	font-weight:bold;
	height: 60px;
	width: 100px;

}

.textoMensagem {
	color: #006699;
	font: 110%/1.7em  'Trebuchet MS', Arial, Sans-serif;
}

.textoMensagemBibliografia {
	color: #006699;
	font: 90%/1.7em  'Trebuchet MS', Arial, Sans-serif;
	font-weight:bold;
}

.txtPadrao {
	color: #333333;
	border: 1px solid #666666;
	
}

.txtGrande {
	border: 1px solid #CCC;
	color: #333;
    font: normal 1em 'Trebuchet MS', Arial, Sans-serif;
	font-size:16px;
    height: 22px;
}

.textoMsg {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#990000;
	text-align:center;
}

.txtGrandeMsg {
	border: 1px solid #CCC;
	color: #333;
    font: normal 1em 'Trebuchet MS', Arial, Sans-serif;
	font-size:16px;
    height: 124px;
}

.mapaN1 {
	color: #336699;
	padding-left: 20px;	
	padding-bottom: 5px;
	padding-top: 5px;
	font-size:14px;
	font-weight: bold;
}

.mapaN1 a {
	text-decoration: underline;
}

.mapaN1 a:hover {
	text-decoration: none;
}

.mapaN2 {
	padding-left: 50px;
	color: #336699;
	font-size:14px;
	padding-bottom: 2px;
	padding-top: 2px;
}

.mapaN2 a {
	text-decoration: underline;
}

.mapaN2 a:hover {
	text-decoration: none;
}



.tb_organograma {
padding: 4px;
}

.tb_organograma TD {
	padding: 2px;
	border:#cccccc 1px solid;
}

.td_titulo_organograma {
	color:#FFFFFF;
	background:#4b7d00 url(img/enquetebg.gif) repeat-x;

}

#nota {
	border: #666666 dashed 1px; background-color:#f9f9f9; margin-left:10px; padding:10px;
}

#topicoCinza {
background:#f0f0f0;padding:5px;
font-weight:bold;
margin-left:10px;
font-size:16px;
}
