
/********************************************
   HTML ELEMENTS
********************************************/

/* Top Elements */
* { margin: 0; padding: 0; outline: 0 }

/* COR AZUL #024560 */

body {
	background: url(../imagens/background.jpg) repeat-x left fixed;
	font: 70%/1.5em Verdana, Tahoma, arial, sans-serif;
	color: #024560; 
	text-align: center;
}

/* links */
a, a:visited {
	color: #000;
   	background: inherit;
   	text-decoration: none;   	
}
a:hover {
	color: #88ac0b;
	background: inherit;
	text-decoration: underline;
}
#menu_superior a, #menu_superior a:visited {
	color:#FFF;
	background:inherit;
}
#menu_superior a:hover {
	color:#C4A15F; /*
	color: #88ac0b; */
	background: inherit;
	text-decoration: underline;
}

#menu_superior .subnav a:hover {
	background-color: #222;
}

/* headers */

p
{
	text-align:justify;
}

h1, h2, h3 {
	font-family: 'Trebuchet MS', Tahoma, Sans-serif;
	font-weight: Bold; 		
}
h1 {
	font-size: 190%;	
	font-weight: normal;
	color: #555;
}
h2 {
	color:#600;
	text-transform:uppercase;
	font-size: large;
	/* background:url(../imagens/seta.png) no-repeat center left; */
	border-bottom: #600 solid 1px;
}
#linha_h2
{
	background: url(../imagens/linha.png) repeat-x left;
	height: 1px;
}
#linha_h2_forte
{
	background: url(../imagens/linha_forte.png) repeat-x left;
	height: 2px;
}

h3 {
	
}

#content-wrap h3 {
	font-size: 12px;
	font-weight: bold;
}

h1, h2, h3, p {
	padding-top: 10px;		
	padding-bottom: 5px;		

	margin: 0;
}
ul, ol {
	margin: 5px 20px;
	padding: 0 20px;
}
ul {
	/*list-style: none; */
}

/* images */

img {

    border: 0px;
	padding: 5px;
}
img.float-right {
  	margin: 5px 0px 10px 10px;  
}
img.float-left {
  	margin: 5px 10px 10px 0px;
}

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: url(../imagens/post.jpg);
	border: 1px solid #E0DBC9;  
}
acronym {
  cursor: help;
  border-bottom: 1px dashed #777;
}
blockquote {
 	padding: 5px;
	background-color: #f3f3f3;
	border: 1px solid #E0DBC9;
	
	color: #000000;
}


/*
table {
	border-collapse: collapse;
	margin: 10px;	
}
th strong {
	color: #fff;
}
th {
	background: #AD9964 url(../imagens/nav.jpg) repeat-x;
	height: 29px;
	padding-left: 12px;
	padding-right: 12px;
	color: #FFF;
	text-align: left;
	border-left: 1px solid #B6D59A;
	border-bottom: solid 2px #FFF;
}
tr {
	height: 30px;
}
td {
	padding-left: 11px;
	padding-right: 11px;
	border-left: 1px solid #E8E8E8;
	border-bottom: 1px solid #DFDFDF;
}
td.first,th.first {
	border-left: 0px;
}
tr.row-a {
	background: #F8F8F8;
}
tr.row-b {
	background: #EFEFEF;		
}
/* end - table */

/* form elements */

form {

}
input   {
	border:1px solid #c3c3c3;
	font: normal 10px Verdana, sans-serif;
	background: #f3f3f3;
	color: #024560;
	height: 15px;
}

input[type=radio] {
	font: normal 10px Verdana, sans-serif;
	background: #f3f3f3;
	color: #024560;
	height: 15px;
}

textarea  {
	border:1px solid #c3c3c3;
	font: normal 10px Verdana, sans-serif;
	background: #f3f3f3;
	color: #024560;
}
select {
	border:1px solid #c3c3c3;
	font: normal 10px Verdana, sans-serif;
	background: #f3f3f3;
	color: #024560;
}

input.button 
{
	font: bold 11px Arial, Sans-serif;
	color: #FFF;
	background: #AD9964 url(../imagens/nav.jpg) repeat-x 0 0;
	height: 17px;
	text-align: center;
	vertical-align: middle;
}

/* search form */
.searchform {
	background-color: transparent;
	border: none;	
	padding: 10px 0 15px 0;	
	width: 220px;	
}
.searchform p { margin: 0; padding: 0; }
.hidden {
	display: none;
}

.obrigatorio {
	font-size: 10px;
	font-weight: bold;
	color: #FF0000;
}

.searchform input.textbox { 
	width: 180px;
	color: #777; 
	height: 20px;
	border: 1px solid #E5E5E5;
	vertical-align: top;
}
.searchform input.button 
{ 
	vertical-align: middle;
}

/********************************************
   LAYOUT
********************************************/ 

#wrap {
	position: relative;
	width:900px;/* width: 820px; */
	background: #ffffff url(../imagens/content.jpg) repeat-y center top;
	margin: 0 auto;
	border: 1px #024560 solid;
	text-align: left;
}
#top-bg {
	position: absolute;
	width:900px;/* width: 820px; */
	height: 19px;
	background: #CCC url(../imagens/top-bg.jpg) repeat-y center top;
	top: 0;
	left: 0;
	z-index: 2;
}
#content-wrap {
	position: relative;
	clear: both;
	float: left;	
	width:870px;/* width: 790px; */
	padding: 0; 	
	margin-left: 15px;	
	display: inline;
	border-bottom: #d3d3d3 solid 2px;
}

#header {
	width:900px;/* width: 820px; */
    height: 130px;
	position: relative;
	/* height: auto; */
	padding: 0;
	color: #FFF;
}
#header h1#logo-text a {
	position: absolute;
	margin: 0; padding: 0;
	font: bold 36px 'Trebuchet MS', Arial, Sans-serif;
	letter-spacing: -1px;
	color: #787676;
	text-transform: none;
	text-decoration: none;
	/* change the values of top and left to adjust the position of the logo*/
	top: 100px; 
	left: 330px;	
}
/*	
#logo
{
   width: 270px;
   height: 300px;
   margin-left: 10px;
   padding-top: 10px;
   padding-left: 5px;
   z-index: 10;
} 
*/

#logo
{
   width: 350px;
   height: 128px;
   margin-left: 10px;
   padding-top: 10px;
   padding-left: 5px;
   z-index: 10;
   float:left;
}
/* header links */
/*
#header #header-links {
	position: absolute;
	top: -2px;
	right: 18px;
	color: #838181;
	font-size: 10px;
	width: 468px;
	height: 128px;

}
*/
#header #header-links {
	/*position: absolute;*/
	right: 18px;
	color: #838181;
	font-size: 10px;
	width: 510px;
	margin-left: 10px;
	padding-top: 10px;
	padding-left: 5px;
	height: 128px;
	float:left;
}
#header #header-links a {
	color: #838181;
	text-decoration: none;	
}
#header #header-links a:hover {
	color: #024560;		
}

/* header-photo */
#header-photo {
	clear: both;
	height: auto;	
	width:870px;/* width: 790px; */
	/*background: #FFF url(../imagens/header-photo.jpg) no-repeat center center;*/
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 5px;
	margin-left: 15px;
}


/* Main Column */
#main {
	float: left;
	width: 70%;
	height: 293px;
	margin: 6px 0 0 0;
	display: inline;
}
#main h2 {
	font: normal 1.9em 'Trebuchet MS', Tahoma, Sans-serif;
	color: #85970C;
	padding: 0 0 0 2px; 			
}
#main h2 a {
	color: #85970C;
	text-decoration: none;	
}
#main ul li {
	list-style-image: url(../imagens/bullet.gif);
}

/* Sidebar */	
#sidebar {
	margin-top: 6px;
	float: right;
	width: 27.5%;
}

#sidebar_interna {
	clear: both;
	height:200px;
	text-align: left;
	padding: 5px 0 5px 0;
	background: url(../imagens/footer-bottom.jpg) no-repeat center bottom;
}

#sidebar h3 {
	padding: 1px 1px; 
	font: bold 1.4em 'Trebuchet MS', Tahoma, Sans-serif;
	color: #8C9F0D;
}

#sidebar_interna h3 {
	padding: 1px 1px; 
	font: bold 1.4em 'Trebuchet MS', Tahoma, Sans-serif;
	color: #8C9F0D;
}
#sidebar ul.sidemenu {
	text-align: left;
	margin: 7px 4px 8px 0; 
	padding: 0;
	text-decoration: none;		
	/* background: url(../imagens/dots.jpg) repeat-x left top;*/
}
#sidebar ul.sidemenu li {
	list-style: none;
 	/* background: url(../imagens/dots.jpg) repeat-x left bottom; */
	padding: 4px 0 4px 5px;
	margin: 0 2px;		
	color: #8F8F8F;
}
* html body #sidebar ul.sidemenu li {
	height: 1%;
}
#sidebar ul.sidemenu li a {
	text-decoration: none;	
	background-image: none;	
	color: #666666;			
}
#sidebar ul.sidemenu li a:hover {	
	color: #1773BC;	
}
#sidebar ul.sidemenu ul { margin: 0 0 0 5px; padding: 0; }
#sidebar ul.sidemenu ul li { background: none; }

#main, #parceiros, #enquete
{
	border: 1px dotted #024560;
	padding: 5px;
}

/* footer */
#footer-wrap {
	clear: both;
	font-size: 95%;
	height:10px;;
	text-align: left;
	padding: 5px 0 5px 0;
	background: url(../imagens/footer-bottom.jpg) no-repeat center bottom;
	
}
#footer-wrap a 
{
	text-decoration: none;
	color: #666666;
	font-weight: bold;
}
#footer-wrap a:hover {
	color: #000;	
}
#footer-wrap p {
	padding:10px 0;
}
#footer-wrap h3 {
	color: #666666;
	margin: 0;
	padding: 0 10px; 
	text-transform: uppercase;
}

#footer-columns {
	color: #888;
    margin-left: 22px; 
	padding: 0;	
	width: 775px;	
}
#footer-columns ul {
	list-style: none;
	margin: 10px 0 0 0; 
	padding: 0;	
	/* background: url(../imagens/footer-dots.jpg) repeat-x left top; */
}
#footer-columns li {
	/* background: url(../imagens/footer-dots.jpg) repeat-x left bottom; */ 
}
#footer-columns li a {
	display: block;
	font-weight: normal;
	padding: 4px 0 4px 10px;
	width: 96%;
}
#footer-columns .col3, .col3-center {
	text-align: center;
	float: left;
	width: 30%;
}
#footer-columns .col3-center { 
	margin: 0 15px; 
}

/* bottom */
#footer-bottom {
	clear: both;
	color: #666;	
	margin: 0 auto;
	width:900px;/* width: 820px; */
	padding: 10px 0;
	text-align: center;
}

/* postmeta */
.post-footer {
	background: url(../imagens/post.jpg);
	padding: 5px; margin: 5px 10px 10px 10px;	
	font-size: 95%;	
	color: #AEA471;
	border: 1px solid #E0DBC9;
}
.post-footer .date{ margin: 0 10px 0 5px;	}
.post-footer a.comments { margin: 0 10px 0 5px;	}
.post-footer a.readmore { margin: 0 10px 0 5px;	}
.post-info { font-size: .95em; padding: 0 10px; margin-left: 2px; color: #888; }

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* display and additional classes */
.clear { clear: both; }


#conteudo_borda{
	border:#d3d3d3 solid thin 1px;
}


/* Rodapé*/
#rodape{
	clear: both;
	color: #024560;	
	margin: 0 auto; 
	text-align: center;
}
.texto_apresentacao {
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	text-indent: 1.25cm;
	font-size: 12px;
	font-style: italic;
	text-align: justify;
}
.titulo_emolumentos {
	font-size: 12px;
	font-weight: bold;
}
.tabela_emolumentos {
	width: 100%;
	margin-right: 5%;
	margin-left: 5%;
}
.tabela_emolumentos .header {
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	background-color: #CCCCCC;
}
.tabela_emolumentos .valor {
	text-align: center;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	padding: 2px;
	white-space: nowrap;
	vertical-align: bottom;
}
.tabela_emolumentos .descricao {
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	padding: 2px;
	width: 60%;
}
#links_coluna1 {
	width: 50%;
	float: left;
    z-index: 10;
}
#links_coluna2 {
	width: 50%;
	float: left;
    z-index: 10;
}
.links {
	height: 200px;
	padding: 20px;
	text-align: center;
    overflow: hidden;
}
.links .logo {
	height: 130px;
	display: block;
	position: relative;
	margin: auto;
    overflow: hidden;
}

.lista_oficios .header {
	font-size: 12px;
	font-weight: bold;
	background-color: #CCCCCC;
}
.lista_oficios .linha_par {
	background-color: #D5E6E3;
}
.lista_oficios .linha_impar {
	background-color: #FFFFFF;
}
#wrap_info_oficio {
	position: relative;
	width: 500px;
	background: #ffffff url(../imagens/content.jpg) repeat-y center top;
	margin: 0 auto;
	border: 1px #024560 solid;
	text-align: left;
}
#wrap_info_oficio #top-bg {
	position: absolute;
	width: 500px;
	height: 19px;
	background: #CCC url(../imagens/top-bg.jpg) repeat-y center top;
	top: 0;
	left: 0;
	z-index: 2;
}
#wrap_info_oficio  #linha_h2 {
	background: url(../imagens/linha.png) repeat-x left;
	height: 1px;
	width: 470px;
}
#wrap_info_oficio #content-wrap {
	position: relative;
	float: left;
	width: 485px;
	padding: 0;
	margin-left: 15px;
}
#wrap_info_oficio  #content-wrap  #conteudo_meio  #tabela_dados_oficio tr {
	height: 1cm;
}
.msg_erro {
	font-weight: bold;
	color: #FF0000;
	text-align: center;
	border: 1px solid #FF0000;
	background-color: #FF7979;
	padding: 5px;
}
.msg_ok {
	font-weight: bold;
	color: #006600;
	text-align: center;
	border: 1px solid #FF0000;
	background-color: #88FF88;
	padding: 5px;
}

#busca_oficios {
	margin-left: auto;
	margin-right: auto;
}
#busca_oficios  form label {
	width: 30%;
	display: block;
	float: left;
	text-align: right;
	padding-right: 2px;
}
#busca_oficios form br {
	clear: left;
	line-height: 5px;
}



#busca_oficios fieldset {
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	width: 70%;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	padding: 5px;
}
#busca_oficios p {
	text-align: right;
}


.show {
	display: block;
}
#duvidas {
	margin-left: auto;
	margin-right: auto;
}
#duvidas  form label {
	padding-right: 2px;
	display: block;
	width: 20%;
	float: left;
	text-align: right;
}
#duvidas  form  br {
	clear: left;
	line-height: 5px;
}
#duvidas   fieldset  {
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	width: 90%;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	padding: 5px;
}
#duvidas    fieldset p  {
	text-align: right;
	line-height: 0.5cm;
}
#aniversariantes_dia {
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #024560;
	border-bottom-color: #024560;
	border-left-color: #024560;
}
#aniversariantes_dia .header {
	font-weight: bold;
	background-color: #CCCCCC;
}
#aniversariantes_dia .nome {
	padding: 2px;
	vertical-align: bottom;
	width: 50%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #024560;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #024560;
}

#aniversariantes_dia .email {
	width: 40%;
	padding: 2px;
	display: table-cell;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #024560;
}



#aniversariantes_mes {
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	display: table;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #024560;
	border-bottom-color: #024560;
	border-left-color: #024560;
}
#aniversariantes_mes .header {
	font-weight: bold;
	background-color: #CCCCCC;
	display: table-row;
}
#aniversariantes_mes .dia {
	width: 5%;
	display: table-cell;
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #024560;
	border-right-color: #024560;
	padding: 2px;
	text-align: center;
}

#aniversariantes_mes .nome {
	width: 45%;
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #024560;
	border-right-color: #024560;
	padding: 2px;
}

#aniversariantes_mes .email {
	width: 50%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #024560;
	padding: 2px;
}

.separador {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dashed;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	color: #FFFFFF;
}

#wrap_aviso {
	position: relative;
	width: 500px;
	background: #ffffff url(../imagens/content.jpg) repeat-y center top;
	margin: 0 auto;
	border: 1px #024560 solid;
	text-align: left;
}
#wrap_aviso #top-bg {
	position: absolute;
	width: 500px;
	height: 19px;
	background: #CCC url(../imagens/top-bg.jpg) repeat-y center top;
	top: 0;
	left: 0;
	z-index: 2;
}
#wrap_aviso  #linha_h2 {
	background: url(../imagens/linha.png) repeat-x left;
	height: 1px;
	width: 470px;
}
#wrap_aviso #content-wrap {
	position: relative;
	float: left;
	width: 485px;
	padding: 0;
	margin-left: 15px;
}

/* Notícias */

.noticia .titulo {
    font-size: 11px;
    font-weight: bold;
    color: #000000;
	text-decoration:none;
	text-transform:uppercase;
}
.noticia a,
.noticia a:visited, {
	color:#000;
	text-decoration:none;
}

.noticia a:hover {
	color:#000;
	text-decoration:underline;
}
.noticia .data_publicacao {
	font-size: 10px;
	color: #999999;
}

.noticia .novidade {
    color: red;
}

.noticia .texto_resumido {
    text-align: justify;
    text-indent: 20px; /*
    color: #000000; */
	color:#069;
}

.noticia .saiba_mais a,
.noticia .saiba_mais a:visited {
	color:#069;
    text-indent: 20px;
	text-decoration:none;
}
.noticia .saiba_mais a:hover {
	color: #88ac0b;
	text-decoration:underline;
}

.noticia #link_noticia{
    font-size: 30px;
	color: #999999;

}


/* Visualização da notícia */
#noticia_titulo {
    font-size: 14px;
    font-weight: bold;
    color: #024560;
}

#noticia_data_publicacao {
    font-size: 10px;
    color: #999999;
}

#noticia_texto {
    text-align: justify;
    text-indent: 20px;
    color: #000000;
}

#paginacao {
    text-align: center;
    font-size: 12px;
}

#paginacao .anterior {
    color: #024560;  
    font-weight: bold;  
}

#paginacao .proximo {
    color: #024560;  
    font-weight: bold;  
}

#paginacao .atual {  
    color: #AD9964;
    font-weight: bold;  
}

.sem_resultado {
    text-align: center;
    font-weight: bold;
    color: red;
}

/* ADMIN */

.msg_erro {
    font-weight: bold;
    color: #FF0000;
    text-align: center;
    border: 1px solid #FF0000;
    background-color: #FFA5A5;
    padding: 5px;
}

.msg_ok {
    font-weight: bold;
    color: #006600;
    text-align: center;
    border: 1px solid #006600;
    background-color: #88FF88;
    padding: 5px;
}

fieldset {
    padding: 5px;
}

#noticia_periodo {
    width: 55%;
    padding: 5px;  
    vertical-align: top;
}

#noticia_periodo #inicio, #termino {
    width: 45%;
    padding: 5px;
}

#noticia_opcoes {
    width: 38%;
    padding: 5px; 
    vertical-align: top;        
}

.mceSimples {
    width: 100%;
}

.mceAvancado {
    width: 100%;
}

/* Módulo Newsletter */
#frmEnvioNewsletter #escolhe_destinatarios {
    width: 100%;  
}

#frmEnvioNewsletter #cboDestinatarios {
    width: 80%;
    height: 100px;
}

/* Eventos */

#evento {        
    width: 90%;
    padding-right: 10px;
    margin-left: auto;
    margin-right: auto;
}

#evento .texto {
    text-indent: 1cm;
    text-align: justify;
}

#evento img {
    text-align: center;
}

/* Hospedagem do Congresso */

#hospedagem #tabela_hospedagem {
    width: 50%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

#hospedagem #tabela_hospedagem .habitacao {    
    border-bottom : #024560 1px solid;
    padding-left: 5px; 
}

#hospedagem #tabela_hospedagem .tarifa { 
    border-bottom : #024560 1px solid; 
    padding-left: 5px;
}

#hospedagem ul {              
    list-style: square;
}

/* Programacao do congresso */

#programacao_congresso {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

#programacao_congresso .horario {
    width: 15%;
    vertical-align: top;
    border-bottom : #024560 1px solid;
    padding-left: 5px; 
}

#programacao_congresso .evento {
    width: 85%;
    border-bottom : #024560 1px solid; 
    padding-left: 5px;
}

#programacao_congresso p {
    line-height: 5px;
}


/* Formulário de Inscrição para o Congresso */
#frmInscricao fieldset {
    border-top-color: #CCCCCC;
    border-right-color: #CCCCCC;
    border-bottom-color: #CCCCCC;
    border-left-color: #CCCCCC;
    width: 80%;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    padding: 5px;
}

#frmInscricao label {
    width: 45%;
    text-align: right;  
    display: block;
    float: left; 
    margin-bottom: 5px;
}

#frmInscricao input[type=text] {        
    display: block;
    float: left;
    margin-bottom: 5px;
    margin-left: 5px; 
}

br {
    clear: left;
}

/* Eventos */

.destaque {
    width: 90%;
    margin: auto;
}

.destaque_esq {
    border:solid 2px #024560;
    float: left;
    margin-right: 10px;
}

.destaque_dir {
    border:solid 2px #024560;
    float: right;
    margin-left: 10px; 
}

.texto_depoimento {
    text-align: justify;      
} 

.container_fotos {
    width: 100%;
    text-align: center;  
}

.foto {
    width: 24%;
    float: left;    
}

.foto img {      
    border: solid 2px #024560;
}

.div_texto{
    color: #000000;

}



