html, body, #wrapper {
    min-height: 100%; /*Sets the min height to the height of the viewport.*/
    width: 100%;
    height: 100%; /*Effectively, this is min height for IE5+/Win, since IE wrongly expands an element to enclose its content.
                    This mis-behavior screws up modern browsers*/
    margin: 0;
    padding: 0;
}
html>body #wrapper {
    height: auto; /*this undoes the IE hack, hiding it
                    from IE using the child selector*/
}
#wrapper {
    position: absolute;
    top: 0;
    left: 0;
}
#main {
    height: auto;
/*  padding-bottom:51px;*/
    width:100%;
}
#conteudointerna{
	width:360px;
}
#fullheight
{
    height:100%
}
#fullheight2
{
    height:100%
}
#footer {
	position:absolute;
	bottom:0;
	width:100%;
}
body,td,th {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:13px;
	color:#3b4136;
}
.txtNormal
{
    color:#3b4136;
}
.fotoIndex
{
	background-color:#9bab89;
	padding:1px;
	margin-right:3px;
	border:4px solid #c8d3bc;
}
.fotoIndexDestaque
{
	background-color:#b28332;
	padding:1px;
	margin-right:3px;
	border:4px solid #b28332;
}

body {
	background-color:#ffffff;
	background-image:url(../imgs/fundo.gif);
	margin:0px;
}
a:link {
	color:#4c950d;
	/*color:#3b4136;*/
	text-decoration:none;
}
a:visited {
	text-decoration:none;
	/* color:#3b4136; */
	/* color:#9d6815; */
	color:#4c950d;
}
a:hover {
	text-decoration:underline;
}
a:active {
	text-decoration:underline;
}
img {
	border:0px;
}
form {
    margin:0px;
}
select,input,textarea {
	font-size:11px;
	color:#000000;
}

.larguraPadrao {
	width:761px;
}

#fundoGaleria {
	background-image:url(../imgs/fundo_galeria.gif);
	background-repeat:no-repeat;
	width:640px;
	height:480px;
}
#fundoGaleriaFoto {
	background-image:url(../imgs/fundo_galeria_foto.gif);
	background-repeat:no-repeat;
	width:421px;
	height:419px;
}	
#corpoFundo {
	background-image:url(../imgs/fundo_corpo.gif);
	background-repeat:no-repeat;
	background-position:top;
}
#corpo {
	width:739px;
	background-color:#ffffff;
	background-image:url(../imgs/fundo_conteudo.gif);
	background-repeat:no-repeat;
	background-position:top;
	padding:10px 10px 10px 10px;
	_padding-bottom:51px;
}
#cabecalho {
	height:133px;
	background-color:#096d02;
	background-image:url(../imgs/fundo_cabecalho.gif);
	background-repeat:repeat-x;
	background-position:top;
}
#cabecalhoTopo {
	background-image:url(../imgs/fundo_cabecalho_topo.gif);
	background-repeat:no-repeat;
	background-position:top;
}
#cabecalhoMenu {
	width:772px;
}

#rodape {
	border-top:5px solid #5eac10;
	background-color:#006600;

}
#rodapeConteudo {
	width:710px;
	padding:12px 15px 12px 15px;
	background-color:#006600;
}

.destaque {
	color:#3d8f0a;
}
.destaque a:link {
	color:#3d8f0a;
}
.destaque a:visited {
	color:#3d8f0a;
}
.destaque a:hover {
	color:#3d8f0a;
	text-decoration:underline;
}
.textoMarron {
	color:#b28332;
}
.textoMarron a:link {
	color:#b28332;
}
.textoMarron a:visited {
	color:#b28332;
}
.textoMarron a:hover {
	color:#b28332;
	text-decoration:underline;
}
.textoCinza {
	color:#8a8a8a;
}
.textoCinza a:link {
	color:#8a8a8a;
}
.textoCinza a:visited {
	color:#8a8a8a;
}
.textoCinza a:hover {
	color:#8a8a8a;
	text-decoration:underline;
}

.separadorCinza {
	background-image:url(../imgs/separador_cinza.gif);
	background-repeat:repeat-x;
	background-position:center;
	padding:5px 0px 5px 0px;
	clear:both;
}
.separadorVerde {
	background-image:url(../imgs/separador_verde.gif);
	background-repeat:repeat-x;
	background-position:center;
	padding:5px 0px 5px 0px;
	clear:both;
}
.separadorMarron {
	background-image:url(../imgs/separador_marrom.gif);
	background-repeat:repeat-x;
	background-position:center;
	padding:5px 0px 5px 0px;
	clear:both;
}
.separadorVerdeEscuro {
	background-image:url(../imgs/separador_verdeescuro.gif);
	background-repeat:repeat-x;
	background-position:center;
	padding:5px 0px 5px 0px;
	clear:both;
}
.separadorDegrade {
	background-image:url(../imgs/separador_degrade.gif);
	background-repeat:no-repeat;
	background-position:top;
	height:34px;
	margin-top:0px;
	clear:both;
}
.separadorDegradeInv {
	background-image:url(../imgs/separador_degrade_inv.gif);
	background-repeat:no-repeat;
	background-position:top;
	height:34px;
	margin-top:0px;
	clear:both;
}

.foto {
	background-color:#9bab89;
	padding:1px;
	border:4px solid #c8d3bc;
}
.fotoAutor {
	font-size:10px;
	color:#828281;
	text-align:right;
}
.fotoLegenda {
	font-size:10px;
	color:#828281;
	text-align:left;
}

input,textarea,select {
	border:1px solid #a3a3a3;
	background-color:#fafafa;
	font-size:11px;
	margin-bottom:4px;
}
input.radio, input.check, table.check input, span.check input {
	border:0px;
	background-color:transparent;
	margin-bottom:0px;	
}
.formulario {
	clear:left;
	float:left;
	width:75px;
	text-align:right;
	padding:3px 3px 0px 0px;
}
.noticiasTitulo {
	color:#005966;
}
.noticiasTitulo a {
	text-decoration:none;
	color:#005966;
}
.noticiasTitulo a:visited {
	text-decoration:none;
	color:#005966;
}
.noticiasTitulo a:active {
	text-decoration:underline;
	color:#005966;
}
.noticiasTitulo a:hover {
	text-decoration:underline;
	color:#005966;
}
.monografia {
	clear:left;
	float:left;
	width:95px;
	text-align:right;
	padding:0px 3px 4px 0px;
}
.monografia2 {
	float:left;
	width:230px;
	padding:0px 0px 4px 0px;
}

.titDestaques a:link {
	color:#9d6815;
	text-decoration:none;
}
.titDestaques a:visited {
	color:#9d6815;
	text-decoration:none;
}
.titDestaques a:active {
	color:#9d6815;
	text-decoration:underline;
}
.titDestaques a:hover {
	color:#9d6815;
	text-decoration:underline;
}

.linkTit {
	margin-right:-4px;
}

.linkTit a:link {
	color:#4c950d;
	/*color:#3b4136;*/
	text-decoration:none;
}
.linkTit a:visited {
	text-decoration:none;
	 color:#9d6815; 

}
.linkTit a:hover {
	text-decoration:underline;
}
.linkTit a:active {
	text-decoration:underline;
}

.titDestaques2 {
	margin-right:-4px;
}
.titDestaques2 a:link {
	color:#4c950d;
	text-decoration:none;
}
.titDestaques2 a:visited {
	color:#9d6815;
	text-decoration:none;
}
.titDestaques2 a:active {
	color:#4c950d;
	text-decoration:underline;
}
.titDestaques2 a:hover {
	color:#9d6815;
	text-decoration:underline;
}


.opcMenu a:link {
	color:#4c950d;
	text-decoration:none;
}
.opcMenu a:visited {
	color:#4c950d;
	text-decoration:none;
}
.opcMenu a:active {
	color:#4c950d;
	text-decoration:underline;
}
.opcMenu a:hover {
	color:#4c950d;
	text-decoration:underline;
}



#popup {
	background-image:none;
}
#popupTopo {
	background-image:url(../imgs/popup_topo.gif);
	background-repeat:repeat-x;
	background-position:top;
	height:67px;
}
#popupRodape {
	background-image:url(../imgs/popup_rodape.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	height:33px;
}
#boxProg, #boxDesc, #dvFormIndica, #boxFale
{
    text-align:justify;
    display:none;
    border:1px dashed #3d8f0a;
    width:95%;
    padding:13px;
    margin-bottom:10px;
}

.glossario a:link {
	color:#4c950d;
	text-decoration:none;
}
.glossario a:visited {
	text-decoration:none;
	color:#b28332;
}
.glossario a:active {
	text-decoration:underline;
}
.glossario a:hover {
	text-decoration:underline;
}
.glossario p {
	margin: 0px 0px 5px 0px;
}

.naoObrigatorio
{
}

.boxAgendaCapa{
	clear:both; 
	float:left; 
	width:100%; 
	height:220px; 
}

.boxAgendaCapaItem{
	float:left;
	width:250px;
	min-height: 73px;
	_height: 73px;
	margin-left:20px;
	background-image:url(../imgs/separador_verde.gif);
	background-position:bottom;
	background-repeat:repeat-x;
}


.boxAgendaCapaData{
	float:left;
	width:30px;
	padding-top:15px;
	padding-left:15px;
	color: #9d6815;
	font-weight: bold;
}
.boxAgendaCapaItemDesc{
	float:left;
	width:160px;
	padding-top:5px;
	padding-left:15px;
	color: #43940b;
}
.boxAgendaCapaItemDesc a{
	color:#666666 !important;
	text-decoration:none;
}
.boxAgendaCapaItemDesc a:link{
	color:#666666 !important;
	text-decoration:none;
}
.boxAgendaCapaItemDesc a:hover{
	color:#666666 !important;
	text-decoration:underline;
}
.boxAgendaCapaItemInsc{
	float:right;
	width:20px;
	padding-top:15px;
}
.boxAgendaCapaNav{
	float:right; 
	width:50px;
	padding-top:13px;
	
}
.boxAgendaCapaBtn{
	float:left; 
	width:131px;
	padding-top:10px;
	margin: 0 0 0 50px;
}

#div_agenda div { position: relative; display: inline }
