@charset "utf-8";
/* CSS Document */


body {
    margin: 0px;
    padding: 0px;
    /* [disabled]overflow: hidden; */
    font-family: Tahoma, Geneva, sans-serif;
    /*font-family: NeoSansPro, Tahoma, Geneva;*/
    font-size: 14px;
}
p, a, h1, h2, h3, h4, h5, h6 {
    margin: 0px;
    padding: 0px;
}
a{
    outline:0px;
    cursor:pointer;
}
img{
    border:none;
}
#wrap {
    margin: 0px;
    padding: 0px;
    height: 100%;
    width: 100%;
    min-width:950px;
    background-image: url(/imagens/bgHeader.png);
    background-repeat: repeat-x;
}

#main {
    width: 950px;
    margin-right: auto;
    margin-left: auto;
}
#header {
    height: 200px;
    width: 950px;
}
#header #login {
    background-image: url(/imagens/sep_login.png);
    background-repeat: no-repeat;
    height: 20px;
    width: 160px;
    background-position: 0px 4px;
    float: right;
    margin-right: 5px;
    font-size: 13px;
    color: #FFF;
    padding-top: 10px;
    text-align: center;
    padding-left: 10px;
    font-family: NeoSansPro, Tahoma, Geneva;
}
#header #login a {
    text-decoration: none;
    color: #E0E0E0;
    font-size: 13px;
    font-weight: 200;
}
#header #login a:hover {
    text-decoration: none;
    color: #F9F9F9;
}

#header #logo {
    float: left;
    height: 145px;
    width: 440px;
    margin-top: 5px;
}
#header #pesquisa {
    height: 52px;
    width: 250px;
    float: right;
    margin-top: 70px;
    margin-left: 30px;
    padding-left: 70px;
}
#header #pesquisa #campo {
    background-image: url(/imagens/campoPesquisa.png);
    background-repeat: no-repeat;
    height: 52px;
    width: 205px;
    float: left;
    background-position: 0px 1px;
}
#header #pesquisa #campo #txt_pesquisa {
    width: 180px;
    margin-top: 15px;
    height: 21px;
    margin-left: 15px;
    background:none;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    outline:none;
    color: #666;
}


#header #pesquisa #botao {
    float: right;
    height: 52px;
    width: 45px;
}
#header #pesquisa #botao a img  {
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    opacity:0.95;
}
#header #pesquisa #botao a:hover img  {
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    opacity:1;
}

/*
CSS old
#header #menu {
   clear: both;
   width: 950px;
   height: 30px;
   padding-top: 5px;
   z-index:100;
}
#header #menu ul {
   list-style-type: none;
   margin: 0px;
   padding: 0px;
}
#header #menu ul li {
   display: inline;
}
#header #menu ul li a {
   display: block;
   float: left;
   padding-right: 22px;
   padding-left: 22px;
   line-height: 30px;
   color: #F7F7F7;
   text-decoration: none;
}
#header #menu ul li a:hover {
   background-color: #4D9BCF;
}
*/

#menu_descida{
    margin: 0;
    padding: 0;
    clear: both;
    width: 950px;
    height: 30px;
    padding-top: 5px;
    font-family: NeoSansPro, Tahoma, Geneva;
    font-size: 12px;
}

#menu_descida ul{
    margin: 0px;
    padding: 0px;
}
#menu_descida li{
    margin: 0;
    padding: 0;
    list-style: none;
    float: left;
}

#menu_descida li a{
    display: block;
    text-align: center;
    padding: 0 22px 0 22px;
    line-height: 30px;
    color: #F7F7F7;
    text-decoration: none;
    cursor: pointer;
    text-transform: uppercase;
}

#menu_descida li a:hover
{
    background-color: #3088EE;
}

#menu_descida div
{
    position: absolute;
    visibility: hidden;
    margin: 0;
    padding: 0;
    top:187px;
    min-width: 157px;
    border-top-width: 3px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: #3088EE;
    border-right-color: #3088EE;
    border-bottom-color: #3088EE;
    border-left-color: #3088EE;
}

#menu_descida div a
{
    position: relative;
    display: block;
    margin: 0;
    padding: 5px 10px;
    width: auto;
    white-space: nowrap;
    text-align: left;
    text-decoration: none;
    color: #9A9A9A;
    background-color: #FCFCFC;
    /* [disabled]font-family: Tahoma, Geneva, sans-serif; */
    font-size: 11px;
    line-height: 15px;
    text-transform: none;
}

#menu_descida div a:hover
{
    color: #3088EE;
    background-color: #F7F7F7;
}
.rss_img {
    float: right;
    margin-right: 5px;
    margin-top: 4px;
}

#content_esq {
    float: left;
    min-height:500px;
    width: 580px;
    margin-top: 25px;
}
#content_esq a {
    color: #2988C7;
    text-decoration: none;
}
#content_esq a:hover {
    color: #2477AE;
    text-decoration: underline;
}
#conteudo_info  {
    width: 580px;
    margin-bottom: 34px;
}

#conteudo_info #conteudo_topo  {
    background-image: url(/imagens/bg_topo_Content.png);
    background-repeat: repeat-x;
    min-height:20px;
    width: 568px;
    padding-left: 12px;
    color: #4D9BCF;
    font-weight: bold;
    font-size: 13px;
    padding-top: 7px;
    background-color: #f7f7f7;
    padding-bottom: 7px;
    line-height: 16px;
}

#conteudo_info #conteudo_meio  {
    background-image: url(/imagens/bg_meio_Content.png);
    background-repeat: repeat;
    height: 140px;
    width: 560px;
    padding: 10px;
}

#conteudo_info #conteudo_meio #info_imagem {
    height: 120px;
    width: 150px;
    float: left;
}
#conteudo_info #conteudo_meio #data {
    width: 410px;
    float: right;
    text-align: right;
    font-size: 11px;
    line-height: 20px;
    color: #2479B2;
    /* [disabled]font-weight: bold; */
    height: 19px;
}
#data2 {
    width: 110px;
    float: left;
    text-align: left;
    font-size: 11px;
    line-height: 20px;
    color: #2479B2;
    height: 19px;
}

#conteudo_info #conteudo_meio #texto_info {
    width: 390px;
    float: right;
    text-align: left;
    font-size: 13px;
    line-height: 20px;
    color: #999999;
    padding-top: 5px;
    padding-right: 10px;
    padding-bottom: 5px;
    padding-left: 10px;
    height: 89px;
}
#conteudo_info #conteudo_meio #texto_info2 {
    width: 97%;
    float: right;
    text-align: left;
    font-size: 13px;
    line-height: 20px;
    color: #999999;
    padding-top: 5px;
    padding-right: 10px;
    padding-bottom: 5px;
    padding-left: 10px;
    height: 89px;
}

#conteudo_info #conteudo_meio #info_sabermais {
    width: 560px;
    height: 22px;
    clear: both;
}
#conteudo_meio #info_sabermais a {
    font-size: 11px;
    color: #2377AF;
    text-decoration: none;
    line-height: 22px;
    display: block;
    background-image: url(/imagens/btn_saber_mais.png);
    background-repeat: no-repeat;
    text-align: center;
    height: 22px;
    width: 80px;
    float: right;
}
#conteudo_meio #info_sabermais a:hover{
    color: #479FDA;
}
#conteudo_info #conteudo_fundo  {
    background-image: url(/imagens/bg_fundo_Content.png);
    background-repeat: repeat-x;
    height: 27px;
    width: 570px;
    padding-top: 3px;
    padding-left: 10px;
    clear: both;
}


#pesquisa_info {
    width: 578px;
    border: 1px solid #F2F2F2;
}

.titulo_texto_pesquisado {
    color: #2479B2;
    font-weight: bold;
    padding-left: 5px;
    font-size: 14px;
}
#pesquisa_info #conteudo_topo {
    background-image: url(/imagens/bg_topo_Content.png);
    background-repeat: repeat-x;
    height: 30px;
    width: 573px;
    line-height: 30px;
    padding-left: 5px;
    color: #4D9BCF;
    font-weight: bold;
    font-size: 14px;
}


#pesquisa_info #conteudo_meio {
    background-image: url(/imagens/bg_meio_Content.png);
    background-repeat: repeat;
    width: 558px;
    min-height:200px;
    padding-top: 20px;
    padding-right: 10px;
    padding-bottom: 20px;
    padding-left: 10px;
    color: #999;
}

#pesquisa_info #conteudo_meio ul {
    padding-right: 30px;
    padding-left: 30px;
    margin: 0px;
    list-style-type: square;
}
#pesquisa_info #conteudo_meio ul li {
    padding-bottom: 10px;
}
#pesquisa_info #conteudo_meio ul a {
    color: #4C98CB;
    font-size: 12px;
}
#pesquisa_info #conteudo_meio ul a:hover {
    color: #91BFDF;
}
#pesquisa_info #conteudo_fundo {
    background-image: url(/imagens/bg_fundo_Content.png);
    background-repeat: repeat-x;
    height: 27px;
    width: 568px;
    padding-top: 3px;
    padding-left: 10px;
    clear: both;
}
#verMais {
    width: 578px;
    border: 1px solid #F2F2F2;
}

#verMais #conteudo_fundo {
    background-image: url(/imagens/bg_fundo_Content.png);
    background-repeat: repeat-x;
    height: 27px;
    width: 568px;
    padding-top: 3px;
    padding-left: 10px;
    clear: both;
}

#verMais #conteudo_topo {
    background-image: url(/imagens/bg_topo_Content.png);
    background-repeat: repeat-x;
    min-height: 20px;
    width: 568px;
    padding-left: 12px;
    padding-top: 7px;
    padding-bottom: 7px;
    color: #4D9BCF;
    line-height: 16px;
    font-weight: bold;
    font-size: 13px;
    background-color: #f7f7f7 /*#E9E8E8*/;
}

#verMais #conteudo_meio {
    background-image: url(/imagens/bg_meio_Content.png);
    background-repeat: repeat;
    width: 558px;
    min-height:200px;
    padding-top: 20px;
    padding-right: 10px;
    padding-bottom: 20px;
    padding-left: 10px;
    color: #999;
    font-size: 13px;
    line-height: 20px;
}

#verMais #info_sabermais {
    width: 560px;
    height: 22px;
    clear: both;
    margin-bottom: 20px;
}

#verMais #info_sabermais a {
    font-size: 11px;
    color: #2377AF;
    text-decoration: none;
    line-height: 22px;
    display: block;
    background-image: url(/imagens/btn_saber_mais.png);
    background-repeat: no-repeat;
    text-align: center;
    height: 22px;
    width: 80px;
    float: right;
}

#verMais #info_sabermais a:hover {
    color: #479FDA;

}

.capitulos {
    background-color: #8DBFE0;
    color: #FFF;
    font-size: 14px;
    font-weight: bold;
    line-height: 25px;
    margin-bottom: 10px;
    margin-top: 10px;
    padding-left: 10px;
    text-transform: uppercase;
}
.artigos {
    color: #8DBFE0;
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 5px;
    text-transform: capitalize;
}


#revistaPubs {
    width: 578px;
    border: 1px solid #F2F2F2;
}

#revistaPubs #conteudo_topo {
    background-image: url(/imagens/bg_topo_Content.png);
    background-repeat: repeat-x;
    height: 30px;
    width: 573px;
    line-height: 30px;
    padding-left: 5px;
    color: #4D9BCF;
    font-weight: bold;
    font-size: 14px;
}

#revistaPubs #conteudo_meio {
    background-image: url(/imagens/bg_meio_Content.png);
    background-repeat: repeat;
    width: 558px;
    min-height:200px;
    padding-top: 20px;
    padding-right: 10px;
    /* [disabled]padding-bottom: 20px; */
    padding-left: 10px;
    color: #999;
    font-size: 12px;
}

.publicacaoDiv {
    width: 150px;
    float: left;
    margin-bottom: 20px;
    margin-right: 18px;
    margin-left: 18px;
}
#revistaPubs #conteudo_meio #pubTitulo {
    background-color: #8DBFE0;
    line-height: 25px;
    color: #FFF;
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
    padding-right: 5px;
    padding-left: 5px;
}
#revistaPubs #conteudo_meio #pubVolumes {
    border: 1px solid #F5F5F5;
    background-color: #FBFBFB;
}
#revistaPubs #conteudo_meio #pubVolumes a {
    display: block;
    color: #73ADD5;
    text-decoration: none;
    width: 142px;
    height: 20px;
    line-height: 20px;
    padding: 3px;
    font-weight: normal;
    font-size: 13px;
}
#revistaPubs #conteudo_meio #pubVolumes a:hover {
    background-color: #F7F7F7;
}
#revistaPubs #conteudo_meio #spacer {
    clear: both;
    width: 558px;
    height: 0px;
}


#revistaPubs #conteudo_fundo {
    background-image: url(/imagens/bg_fundo_Content.png);
    background-repeat: repeat-x;
    height: 27px;
    width: 568px;
    padding-top: 3px;
    padding-left: 10px;
}

#formMedico {
    width: 578px;
    border: 1px solid #F2F2F2;
}
#formMedico #conteudo_topo {
    background-image: url(/imagens/bg_topo_Content.png);
    background-repeat: repeat-x;
    height: 30px;
    width: 573px;
    line-height: 30px;
    padding-left: 5px;
    color: #4D9BCF;
    font-weight: bold;
    font-size: 14px;
}
#formMedico #conteudo_meio {
    background-image: url(/imagens/bg_meio_Content.png);
    background-repeat: repeat;
    width: 558px;
    min-height:200px;
    padding-top: 20px;
    padding-right: 10px;
    /* [disabled]padding-bottom: 20px; */
    padding-left: 10px;
    color: #999;
    font-size: 12px;
}
#formMedico #conteudo_fundo {
    background-image: url(/imagens/bg_fundo_Content.png);
    background-repeat: repeat-x;
    height: 27px;
    width: 568px;
    padding-top: 3px;
    padding-left: 10px;
}
#espera_icone {
    height: 35px;
    width: 35px;
    margin-top: 80px;
    margin-right: auto;
    margin-left: auto;
}

#content_esq #paginacao {
    width: 580px;
    height: 25px;
    line-height: 25px;
    font-size: 13px;
}

#content_esq #paginacao a {
    text-decoration: none;
    text-transform: capitalize;
    color: #3797D7;
    padding-right: 5px;
    padding-left: 5px;
    display: block;
    width: 170px;
    text-align: center;
    border: 1px solid #E5E5E5;
}

#content_esq #paginacao a:hover {
    color: #70AFDA;
    border: 1px solid #B6D6ED;
}

#content_dta {
    float: right;
    width: 342px;
    margin-top: 25px;
}
#content_dta #mrec {
    height: 250px;
    width: 350px;
    margin-right: auto;
    margin-left: auto;
    padding: 0px;
    border: 1px solid #F0F0F0;
    margin-bottom: 34px;
    cursor: pointer;
}
#content_dta #agenda {
    min-height:433px;
    width: 350px;
    margin-right: auto;
    margin-left: auto;
    background-image: url(/imagens/bg_meio_Content.png);
    background-repeat: repeat;
    border: 1px solid #F9F9F9;
    margin-bottom: 34px;
    padding-bottom: 8px;
}
#agenda #agenda_titulo {
    width: 340px;
    background-image: url(/imagens/bg_topo_Content.png);
    background-repeat: repeat-x;
    height: 30px;
    padding-right: 5px;
    padding-left: 5px;
    line-height: 30px;
    font-size: 14px;
    font-weight: bold;
    color: #4D9BCF;
    margin-bottom: 8px;
}

#agenda #apontamento {
    height: 80px;
    width: 330px;
    margin-bottom: 10px;
    padding: 5px;
}
#agenda #apontamento #calendario {
    height: 60px;
    width: 70px;
    float: left;
    background-image: url(/imagens/calendario.png);
    background-repeat: no-repeat;
    background-position: -24px 0px;
}
#calendario{
    cursor: pointer;
}
#calendario #agenda_mes {
    height: 13px;
    font-size: 11px;
    font-weight: bold;
    color: #FFF;
    padding-top: 10px;
    padding-left: 14px;
    width: 56px;
    font-family: Tahoma, Geneva, sans-serif;
    text-transform: capitalize;
}
#calendario #agenda_dia {
    height: 25px;
    width: 70px;
    font-family: Tahoma, Geneva, sans-serif;
    font-weight: bold;
    font-size: 20px;
    color: #2783C0;
    text-align: center;
    line-height: 25px;
}

.titulo_apontamento {
    font-weight: bold;
    margin-bottom: 3px;
    color: #4D9BCF;
    font-size: 13px;
    cursor: pointer;
}

#agenda #apontamento #texto_apontamento {
    float: right;
    height: 70px;
    width: 259px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 12px;
    color: #7D7D7D;
}

.local_apontamento {
    /* [disabled]font-style: italic; */
    color: #999;
    padding-top: 3px;
    font-size: 11px;
    font-weight: bold;
    line-height:90%;
}

#content_dta #redes_sociais {
    height: 40px;
    width: 350px;
    margin-right: auto;
    margin-left: auto;
    background-image: url(/imagens/fundo_FB.png);
    background-repeat: repeat-x;
    border: 1px solid #F8F8F8;
    margin-bottom: 34px;
}
#redes_sociais table a {
    text-decoration: none;
    color: #889BC1;
    font-size: 14px;
    display: block;
    float: right;
    padding-top: 15px;
    padding-right: 20px;
    padding-bottom: 5px;
    padding-left: 10px;
    font-family: NeoSansPro, Tahoma, Geneva;
}
#redes_sociais table a:hover {
    color: #6D84B4;
}
#content_dta #banner_estatico {
    width: 350px;
    height: 397px;
    border: 1px solid #F9F9F9;
    background-image: url(/imagens/bg_meio_Content.png);
    background-repeat: repeat;
}

#spacer {
    clear: both;
    height: 25px;
    width: 950px;
}

#navBarFundo {
    width: 100%;
    background-color: #F9F9F9;
    //position: fixed;
    //bottom: 0px;
}

#navBarFundo #content_navBar_fundo {
    margin-right: auto;
    margin-left: auto;
    /*min-height:150px;*/
    padding-top: 10px;
    font-family: NeoSansPro, Tahoma, Geneva;
    padding-bottom: 5px;
    width: 950px;
}

.menu_fundo_navBar{
    width: 118px;
    float: left;
    font-size: 11px;
    color: #B4B4B4;
}

.titulo_fundo_navBar {
    font-size: 13px;
    margin-bottom: 5px;
    color: #B1B1B1;
}

#navBarFundo #content_navBar_fundo a {
    color: #CFCFCF;
    text-decoration: none;
    display: block;
    padding-right: 5px;
    padding-left: 5px;
    line-height: 15px;
}

#navBarFundo #content_navBar_fundo a:hover {
    color: #A4A4A4;
}

#content_navBar_fundo #espaco {
    height: 10px;
    width: 947px;
    clear: both;
}

#rodape_azul {
    width: 100%;
    height: 50px;
    clear: both;
    background-image: url(/imagens/bg_rodape.png);
    background-repeat: repeat-x;
    font-family: NeoSansPro, Tahoma, Geneva;
}
#rodape_azul #rdp_content {
    height: 50px;
    width: 950px;
    margin-right: auto;
    margin-left: auto;
}
#rodape_azul #icon_menu {
    height: 15px;
    width: 140px;
    cursor: pointer;
}
#rodape_azul #rdp_azul_esq {
    height: 20px;
    width: 750px;
    float: left;
    color: #D6D6D6;
    font-size: 12px;
    padding-top: 15px;
}
#rodape_azul #rdp_azul_dta {
    height: 32px;
    width: 150px;
    float: right;
}

.imagem {
    float: left;
    margin-right: 10px;
    margin-bottom: 5px;
    max-width: 558px;
}
#i_fb {
    float: left;
    margin-top: 3px;
}
#i_google {
    width: 150px;
    float: left;
    margin-top: 3px;
}
#i_tw {
    float: left;
    margin-top: 3px;
}
.fsub{
    width:150px;
    height: 100px;
    border-bottom: 1px solid #88BCD3;
    border-left: 1px solid #88BCD3;
    border-right: 1px solid #88BCD3;
    background-color: #F6F6F6;
    position:relative;
    top: 20px;
}
.corpossociais td{
    vertical-align: top;  
}
.corpossociais2{
    width: 60%;
    color: #2264B0;
}
.e_campos{
    color: #666;
    text-decoration: none;
    width:100%;
    outline:0;
    border: 1px solid #999;
}
.etiqueta1{
    width:135px;
}
.e_campos2{
    color: #5a82aa;
    text-decoration: none;
    width:100%;
    outline:0;
    border: 1px solid #09F;
    font-weight: bold;
    background-color: #F9F9F9;
}
.direito{
    float:right;
}
.botao {
    font-size: 11px;
    color: #2377AF;
    text-decoration: none;
    line-height: 22px;
    display: inline-block;
    background-image: url(/imagens/btn_saber_mais.png);
    background-repeat: no-repeat;
    text-align: center;
    height: 22px;
    width: 80px;
    margin: 2px 4px;
}
.botao:hover{
    color: #479FDA;
}
#verMais2,#verMais3 {
    width: 578px;
    border: 1px solid #F2F2F2;
    display:none;
}

#verMais2 #conteudo_fundo2,#verMais3 #conteudo_fundo3 {
    background-image: url(/imagens/bg_fundo_Content.png);
    background-repeat: repeat-x;
    height: 27px;
    width: 568px;
    padding-top: 3px;
    padding-left: 10px;
    clear: both;
}

#verMais2 #conteudo_topo2,#verMais3 #conteudo_topo3 {
    background-image: url(/imagens/bg_topo_Content.png);
    background-repeat: repeat-x;
    min-height: 20px;
    width: 568px;
    padding-left: 12px;
    padding-top: 7px;
    padding-bottom: 7px;
    color: #4D9BCF;
    line-height: 16px;
    font-weight: bold;
    font-size: 13px;
    background-color: #f7f7f7 /*#E9E8E8*/;
}

#verMais2 #conteudo_meio2,#verMais3 #conteudo_meio3 {
    background-image: url(/imagens/bg_meio_Content.png);
    background-repeat: repeat;
    width: 558px;
    min-height:200px;
    padding-top: 20px;
    padding-right: 10px;
    padding-bottom: 20px;
    padding-left: 10px;
    color: #999;
    font-size: 13px;
    line-height: 20px;
}

#verMais2 #info_sabermais2,#verMais3 #info_sabermais3 {
    width: 560px;
    height: 22px;
    clear: both;
    margin-bottom: 20px;
}

#verMais2 #info_sabermais2 a,#verMais3 #info_sabermais3 a {
    font-size: 11px;
    color: #2377AF;
    text-decoration: none;
    line-height: 22px;
    display: block;
    background-image: url(/imagens/btn_saber_mais.png);
    background-repeat: no-repeat;
    text-align: center;
    height: 22px;
    width: 80px;
    float: right;
}

#verMais2 #info_sabermais2 a:hover,#verMais3 #info_sabermais3 a:hover {
    color: #479FDA;
}
fieldset{border-radius:5px;margin-bottom:10px;}

#lista_paled{list-style-type:none;margin:0;padding:0;width:100%;border-radius:3px;text-align:right;background:none;display:none;}
#lista_paled li{display:inline-block;padding: 2px 7px;background:#999999;color:white;cursor:pointer;margin-right:2px;border-radius:3px;}
#lista_pale{list-style-type:none;margin:0;padding:0;width:100%;border-radius:3px;text-align:left;background:#999999;}
#lista_pale li:first-child{margin-left:20px;}
#lista_posters{list-style-type:none;margin:0;padding:0;width:100%;border-radius:3px;text-align:right;background:#999999;}
#lista_posters li{display:inline-block;padding: 2px 7px;background:#2988C7;color:white;cursor:pointer;margin-right:2px;border-radius:3px;}
#lista_pale li{display:inline-block;padding: 2px 7px;font-weight:bold;color:white;cursor:pointer;margin-right:2px;border-radius:3px;}
#lista_posters li:last-child{margin-right:20px;}
#lista_posters li:hover{background:#3088EE;}
#lista_pale li:hover{color:#3088EE;}
#lista_posters3 h1{background:#2988C7;color:white;font-size:13px;margin:5px 0 10px 0;border-radius:3px;padding:2px 5px;}
#lista_posters3 h1 span {background:white;color:#2988C7;font-size:13px;border-radius:3px;border:1px solid white;padding:0 5px;margin:0 5px;}
#lista_posters3 h3{font-style:italic;font-size:12px;color:#999999;padding:2px 5px;}
#lista_posters3 h2{font-style:normal;font-size:12px;color:#999999;padding:2px 5px;}
#lista_posters3 h2 span {background:#999999;color:white;font-size:12px;border-radius:3px;border:1px solid white;padding:0 5px;margin:0 5px;}
#lista_posters3 h6{font-style:normal;font-size:12px;font-weight:bold;}

.expandir div:first-child{width:100%;border-bottom: 1px solid #CCCCCC;}
.expandir div:first-child span{cursor:pointer;color:white;display:inline-block;padding:1px 5px;float:right;border-radius:5px 5px 0 0;background-color:#D8DAE0;margin:0;min-width:60px;text-align:center;}
.expandir div:first-child span:hover{color:#E65C01;font-size:11px;}
.expandir div:first-child p{display:inline-block;margin:0px;}
.expandir div:first-child{margin:10px 0 20px 0;}
.expandir section{display:none;}
.palestrante{width:90px;min-height:95px;text-align:center;margin:2px 1px 3px 0;float:left;vertical-align:bottom;text-decoration:none;border:1px solid #fcfcfc;display:block;}
.palestrante figure figcaption{font:normal normal 100 13px/11px Arial;margin:0;}
.palestrante figure{margin:0;padding:0;}
.legenda_pale{font-size:10px;font-weight:normal;}
.palestrante figure img{margin:1px 0;width:75px;height:55px;padding:1px;border-radius:5px;border:1px solid #2477AE;}
.palestrante:hover{border:1px solid orange;text-decoration:none;}
#lista_pale2{display:none;}
#lista_pale2 table tr td{vertical-align:top;}
#lista_pale2 table tr td figure img{margin:3px 0;width:120px;height:100px;padding:1px;border-radius:5px;border:1px solid #2477AE;}
#lista_pale2 table tr td figure{width:135px;min-height:135px;text-align:center;margin:2px 1px 9px 0;float:left;vertical-align:bottom;text-decoration:none;border:1px solid #fcfcfc;display:block;}
.agenda_palestras li{list-style: none;}
.agenda_palestras li .autores{font: 100 13px/11px "Arial";color: #2988C7}
.agenda_palestras li .autoresb{font: 100 13px/11px "Arial";color: #2988C7;font-weight:bold;}
.agenda_palestras li .autoresb table tr td{vertical-align:top;}
.agenda_palestras li .autoresb table tr td:first-child{width:85px;}
.agenda_palestras li .autoresb .cursos_associados tr td:first-child{width:45px;}
.nome_palestrante{color: #999999;font-size: 13px;line-height: 20px;}
.alerta{background:orange;color:white;}

.pesquisaCampo {
    background-image: url(/imagens/campo_pesquisa.png);
    background-repeat: no-repeat;
    height: 30px;
    width: 200px;
    padding-top: 7px;
    padding-left: 5px;
}
.pesquisa2{
    text-align: justify;
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #999;
    height:15px;
    vertical-align: middle;
    margin: 0px;
    outline:0;
    width: 158px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    line-height: 15px;
    background:none;
}

.participantes{display:block;width:100%;margin:3px 0;border-radius:3px;font-size:15px;cursor:pointer;color:gray;}
.participantes:hover{background:#88A5C1;color: #ffffff;}
.participantes .nome{font-weight:bold;color:black;}
.insc_confpre{width:20px;height:20px;display:inline-block;border-radius:5px;margin:0 10px 0 0;}
.p_detalhes{display:none;}