@charset "utf-8";
@import url("estilo.css");


html>body #conteudo {
  height: auto; 
}


html, body { min-height: 100%;}
* html #conteudo {
	margin-right:-3px;
	height: 100%; /* hack para IE6 hq trata height como min-height */ 

}

div#geral {
	padding-bottom:150px;
	overflow:hidden;
	background: url(../img/bg_geral_conteudo.jpg) no-repeat bottom left !important;
	border:1px solid #AB9E8D;
	min-height: 100%;

}

div#conteudo {
	width:730px;
	float:left;
	margin:0 0 10px 10px;
	padding:0 15px;
	position:relative;
	min-height: 100%;

}

div#conteudo h3 {
	font-size:25px;
	margin:20px 0 30px 0;
	border-bottom:1px solid #AB9E8D;
}

div#conteudo .titulo, div#conteudo #titulo_categoria  {
	font-weight:bold;
	font-size:17px;
	color:#AA4B00;
	border-bottom:1px solid #AA4B00;
	margin-bottom:15px;
}

div#conteudo ul li, div#conteudo ol li {
	margin:10px 20px;
/*	list-style-position:inside;
*/}

table tr td h3 {
	font-size:19px !important;
	margin:20px 0 30px 0;
	color:#B59266;
	border-bottom:none !important;
}

div#conteudo .data {
	font-size:10px;
	color:#fff;
	background:#AA4B00;
	font-weight:bold;
	width:65px;
	text-align:center;

}

div#conteudo .relacionadas {
	font-weight:bold;
	color:#AA4B00;
	border-bottom:1px solid #AB9E8D;
	padding-top:15px;

}

div#conteudo .data_evento, div#conteudo .local_evento  {
	font-weight:bold;
	color:#AA4B00;
	width:220px;

}

div#conteudo .data_evento span, div#conteudo .local_evento span {
	background:none !important;
	color:#7C6C58 !important;
	font-weight:bold;
	font-size:12px !important;
}

div#conteudo table tr td table tr td, table tr td ul li {
	font-size:10px;
	color:#AA4B00;
}

/*RODAPE*/
div#rodape_conteudo {
	height:150px;
	width:985px;
	margin:0 auto;
	background:transparent url(../img/transp.gif) repeat center;
	position:relative;
	padding-top:25px;
}

#rodape_conteudo .copy {
	height:30px;
	color:#EBEBEB;
	font-size:11px;
	border-top:5px solid #E9D17E;
	text-align:right;
	padding-top:5px;

}

#rodape_conteudo .copy a {
	font-size:11px;
	color:#fff;
}



#rodape_conteudo .contato p, #rodape_conteudo .contato span {
	color:#EBEBEB;
	font-weight:bold;
	font-size:12px;
	font-style:italic;
}

#rodape_conteudo .contato p span {
	color:#E9D17E;
	font-size:15px;
	display:block;
	margin-top:5px;
}


/*FORMULARIO CONTATO*/
#conteudo fieldset {
	border:1px solid #AB9E8D;
	width:85%;
	margin:0 auto;
	padding:8px;
}

#conteudo fieldset table, #conteudo fieldset table tr td {
	border:none;
	font-size:12px;
	font-weight:bold;
	color:#5D5144;
	padding:5px;
}

#conteudo fieldset legend {
	font-size:1em; 
	color:#A74800; 
	font-weight:bold;
	padding:0 10px;
}

#conteudo input.campo {
	width:300px;
	border:1px solid #E1DFD7;
	padding:2px;
	height:20px;
}

#conteudo input#Tel_Cel { width:140px;}
#conteudo textarea {
	width:300px;
	border:1px solid #E1DFD7;
	padding:2px;
	height:50px;

}

#conteudo select {
	border:1px solid #E1DFD7;
	padding:2px;
	
}

#conteudo input {
	font-size:11px;
}


#conteudo input.botao {
	width:80px;
	background:#A74800;
	border:none;
	color:#fff;
	height:25px;
	margin-top:10px;
	text-align:center;
}


/*BREADCRUMBS*/
div#bread {
	background:#A98E6D;
	line-height:25px;
	height:25px;
	color:#F3EFE8;
	border-bottom:2px solid #716354;
	padding:5px 0 0 10px;
}

div#bread span {
	color:#F3EFE8;
}

div#bread a {
	color:#F3EFE8;

}


/*DIRETORIA*/
div#conteudo table.diretorias {
	width:90%;

}

div#conteudo table.diretorias tr td {
	border-bottom:1px solid #D9C9B6;

}

div#conteudo table.diretorias tr th.subtitulo {
	color:#A74800;
}

div#conteudo table.diretorias tr th {
	font-size:15px;
	font-weight:bold;
	border-bottom:1px solid #D9C9B6;

}

/*CURSOS*/
div#conteudo table.cursos tr th {
	color:#A74800;
	font-size:15px;
	font-weight:bold;
    border-bottom:1px solid #D9C9B6;

}

/*GALERIA*/

div#conteudo table.galeria {
	width:96%;
	margin:0 auto;
}

div#conteudo table.galeria tr td {
	padding:3px;

}


/* Atividades */
#conteudo #atividades {
	color:#6B5445;
	line-height:30px;
	font-size:11px;
	position:absolute;
	top:30px;
	right:0;
	color:#D26B0B;
	background: url(../img/print.png) no-repeat center left;
	width:165px;
}

#conteudo #atividades  {
	padding:0 10px;
}

#conteudo #atividades a{
	font-size:11px;
	padding:0 5px 0 10px;
	color:#AA4B00;
	text-decoration:underline;
}

