@import url(http://fonts.googleapis.com/css?family=Droid+Sans:400,700);

*{
    margin: 0;
    padding: 0;
}

html{ height: 100%;}

h1, h2, h3 {    
    font-weight: 600;
}

em{ font-style: italic !important; }

button:hover{
    background: #FFF !important;
}

hr{
    border-top: 1px solid #CCC;
    border-left: none;
    border-right: none;
    border-bottom: none;
    margin: 7px 0 7px 0;
}

hr.dotted{
    border-top: 1px dotted #CCC;
    border-left: none;
    border-right: none;
    border-bottom: none;
    margin: 17px 0 17px 0;   
}

a{ text-decoration: none;}

a:hover{ color: #37ba98 !important; }

strong{ font-weight: bold; }

.left{ text-align: left !important; }
.center{ text-align: center !important; }
.right{ text-align: right !important; }
.justify{ text-align: justify !important; }

body {
    text-align: center;
    height: 100%;
    font-family: 'Droid Sans', sans-serif; 
    background: #FFF;
    color: #555;
    font-size: 14px;
}

img{
    vertical-align: middle;
    border: none;
}

h2{
    font-size: 20px;
    font-family: 'Droid Sans', sans-serif; 
    font-weight: 400;
    color: #555;
    margin-bottom: 15px;
}

#envolve-global{
    width: 100%;
    min-width: 960px;
    height: 100%;
    position: relative;
}

#geral{
    margin: 0 auto;
    width: 960px;
    text-align: left;
    clear: both;
    position: relative;
    height: 100%;    
}

.content{
    margin: 0 auto;
    width: 960px;
    text-align: left;
    position: relative;
    /*background: #CCC;*/
}

.clear{
    clear: both;
}

.round{
    border-radius: 8px 8px 8px 8px !important;
    -moz-border-radius: 8px 8px 8px 8px !important;
    -webkit-border-radius: 8px 8px 8px 8px !important;
}

#imgFull{
    display: block;
    height: 100%;
    left: 0;
    overflow: hidden;
    position: fixed !important;
    top: 0;
    width: 100%;
    z-index: -999;
}

#imgFull img{
    width: 100%;
    height: 100%;
}

.error{
    font-size: 11px !important;
    color: red !important;
    margin-left: 5px !important;
    font-family: Arial !important;
}

/* Elementos Html */
label.error{
    display: block !important;
    width: 100% !important;
    margin: -15px 0 10px 5px !important;
    text-align: left !important;
    clear: both;
    position: absolute;
}

.txtShadow{
    text-shadow: 1px 1px 3px #555;
}

/* Topo */
#topo{    
    width: 100%;
    height: 120px;
}

#logo{
    width: 258px;
    height: 107px;        
    position: relative;
    float: left;
    margin-top: 10px;    
}

#menu{
    float: left;
    width: 660px;
    height: 107px;
    margin-left: 42px;   
    font-family: 'Droid Sans', sans-serif; 
}

#menu ul li{
    display: inline-block;    
    margin-right: 30px;
}

#menu ul li:last-child{
    margin-right: 0px !important;
}

#menu ul li a{
    color: #888;     
    padding-top: 60px;
    display: block;       
    border-top: 3px solid #fff;
}

#menu ul li a:hover, #menu ul li.active a{
    color: #37ba98 !important;
    border-top: 3px solid #37ba98;
}

#menu ul li a:hover .contSub ul li a, #menu ul li.active a .contSub ul li a{
    color: #FFF !important;
}

.contSub{
    position: absolute;
    z-index: 999999999;
    padding: 10px;
    width: 143px;
    height: 116px;    
    margin-top: 0px;    
    display: none;
}

.contSub ul li{
    display: block;
    border: none;    
    font-size: 12px;
    border: 1px solid #CCC;
    padding: 15px !important;
    background: #FFF; 
    width: 143px;
    -webkit-box-shadow:0px 3px 7px #666; /* safari, chrome... */
    -moz-box-shadow:0px 3px 7px #666; /* firefox */
    box-shadow:0px 3px 7px #666; /* opera */
}

.contSub ul li a{
    color: #FFF;   
    padding: 0px !important;    
}

.contSub ul li a:hover{    
    border-top: 3px #FFF solid !important;
}

#conteudo{
    min-height: 230px;
    margin: 30px 0 0 0;
}

/* Textos */
h3.tit1{
    font-size: 16px;
    color: #37ba98;
    font-family: 'Droid Sans', sans-serif;     
    margin-bottom: 20px;
    font-weight: normal;
}

#effectRow{
    background: url("../img/bgSlider_03.png") repeat top left;
    width: 100%;
    height: 12px;
    margin-bottom: 30px;    
}

#effectRow .greenRow{    
    background: #37ba98;
    margin: 0 auto;
    width: 960px;
    height: 12px;
    text-align: left;    
}

#searchBox{
    width: 220px;
    float: left;
}

#searchBox input{
    width: 191px;
    height: 44px;
    background: #EEE;
    border: none;
    padding: 0 10px 0 10px;
    color: #666;
}

#carrosselConvenio{
    width: 660px;    
    margin-left: 80px;
    float: left;
}

#carrosselConvenio ul li{
    display: inline-block;
    margin-left: 30px;
    width: auto !important;   
}

#carrosselGaleria{
    width: 900px;     
}

#carrosselGaleria ul li{
    display: inline-block;
    margin-left: 20px;
    width: auto !important;   
}

#descriptionGaleria{
    width: 930px;
    height: 10px;
    background: #999;
    color: #FFF;
    padding: 15px;
}

/* Rodape */
#rodape{
    width: 100%;
    height: auto;
    bottom: 0;        
    position: relative;
    margin-top: 50px;
}

#bottomRdp{
    width: 100%;
    height: 90px;
    background: url("../img/bgSlider_03.png") repeat top left;
    margin-top: 30px;
}

#bottomRdp .content{
    background: #37ba98;
    height: 90px;
}

#respTecnico{    
    height: 50px;    
    color: #FFF;
    padding: 0 10px 5px 10px;
    font-size: 10px;
    line-height: 1.3em;
    float: left;
    margin: 17px 0 0 17px;
    border: 1px solid #FFF;
    text-align: center;
}

#logoRpd{
    width: 40px;
    height: 40px;
    position: absolute;
    right: 20px;
    top: 30px;
}

/* Home */
.effectTop{
    width: 100%;
    height: auto;
    background: url("../img/bgSlider_03.png") repeat top left;    
    margin-bottom: 40px;
}

#noticiaHome{
    width: 300px;
    float: left;
}

#noticiaHome h3{
    color: #555;
    font-size: 16px;
    font-weight: 700;    
    margin-bottom: 10px;
}

#noticiaHome img{
    margin-bottom: 20px;
}

#noticiaHome p{
    color: #555;
    font-size: 12px;
    line-height: 1.3em;
    margin-top: 0px !important;
}

#noticiaHome a:hover p{
    color: #37BA98;
}

#linksPaginas{
    width: 630px;    
    margin-left: 30px;
    float: left;
    margin-top: 25px;
}

#linksPaginas img{
    width: 211px;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 20px;
}

#linksPaginas p{
    width: 395px;
    margin-left: 19px;
    display: inline-block;    
    color: #afafaf;
    font-size: 16px;    
}

#linksPaginas a:hover p{
    color: #37BA98;
}

#conveniosHome{
    margin-top: 20px;
}

#conveniosHome ul li{
    display: inline-block;
    margin-left: 30px;
    width: auto !important;
}

#galeriasHome{
    margin-top: 35px;
}

#galeriasHome .titulo{
    background: url("../img/bgSlider_03.png") repeat top left;    
    width: 100%;
    height: 12px;
}

#galeriasHome .titulo h2{
    background: #FFF;
    width: 160px;
    position: absolute;
    margin-top: -5px;
}

#galeriasHome ul{
    margin-top: 30px;
}

#galeriasHome ul li{
    width: 293px;
    display: inline-block;
    margin-right: 35px;
}

#galeriasHome ul li:last-child{
    margin-right: 0px !important;
}

#galeriasHome ul li .description{
    width: 293px;
    height: 25px;
    background: #37ba98;
    color: #FFF;
    text-align: center;
    font-size: 12px;
    padding-top: 12px
}

#galeriasHome ul li a:hover .description{
    color: #555;
}

/* Página */
#tituloPagina{
    width: 940px;
    height: 40px;
    background: #37ba98;
    color: #FFF;
    font-size: 42px;
    font-weight: 700;
    text-align: right;
    padding: 60px 20px 20px 0;    
}

#conteudoPagina a{
    color: #3E99BF;
    font-weight: bold;
}

#thumbPagina{
    margin: 0 20px 20px 0;
    float: left;
}

#txtPagina{
    line-height: 1.3em;
    text-align: justify;
}

#conteudoPagina table{
    margin-top: 15px;    
}

#conteudoPagina table tr:first-child{
    background: #3E99BF;
    color: #FFF;
    font-weight: bold;
    font-size: 16px;
    text-align: center;    
}

#conteudoPagina table tr:first-child td{
    background: #3E99BF !important;
}

#conteudoPagina table tr td{
    min-height: 20px;
    height: auto;    
    padding: 0 0 10px 0;
}

#conteudoPagina table tr td:first-child{
    min-width: 20px !important;
    width: auto !important;
}

#conteudoPagina table tr td:first-child, #conteudoPagina table tr td:nth-child(2){
    padding-left: 30px;
    background: #E6F1F7;
}

#conteudoPagina table tr td:last-child{
    text-align: center;
    background: #F5FAFC;
    min-width: 300px !important;
    width: auto !important;
}

#listParceiros li{
    border-bottom: 1px dotted #666;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

#listParceiros li:last-child{
    border-bottom: none;
}

#thumbParceiro{
    width: 630px;
    height: 175px;
    background: url("../img/bgParceiros.png") repeat-x top left;
    text-align: center;
    border-radius: 14px 14px 14px 14px !important;
    -moz-border-radius: 14px 14px 14px 14px !important;
    -webkit-border-radius: 14px 14px 14px 14px !important;
    margin-bottom: 20px;
}

/* Produtos */
#selCategoriaProdutos select{
    width: 270px;
    height: 35px;
    border: 1px solid #CCC;
    background: #FFF;
    padding: 8px 0 0 10px;
    font-size: 14px;
    color: #666;
}

#listProdutos li{
    text-align: center;
    float: left;
    width: 320px;
    border-bottom: 1px solid #CCC;
    margin-top: 20px;
    padding-bottom: 20px;
}

#listProdutos li a h3{
    font-weight: bold;
    font-size: 20px;
    color: #20045F;
}

#listProdutos li a p{
    color: #666;
    margin-bottom: 7px;
}

.infosProduto{
    width: 640px;
    float: left;
    margin-right: 20px;
    color: #666;
}

.infosProduto h3{
    color: #1F045F;
    font-size: 26px;
    font-weight: bold;
}

.infosProduto p.cod{
    font-variant: small-caps;
}

.infosProduto p.cat{
    font-weight: bold;    
}

.infosProduto .txt{
    margin-top: -15px;
}

.infosProduto p{
    line-height: 1.3em;
}

.thumbsProduto{
    width: 320px;
    height: 240px;
    float: left;
    margin-top: 50px;
}

/* Representantes */
#leftRepresentante{
    width: 450px;
    float: left;
    margin-right: 120px;
    margin-top: 10px;
}

#leftRepresentante h3.tit{
    font-size: 26px;
    font-weight: bold;
    color: #1F045F;
    margin-bottom: 15px;
}

#leftRepresentante .formRepresentante{
    margin-bottom: 10px;
}

#listRepre{
    width: 300px;
}

#listRepre li{
    border-bottom: 1px solid #CCC;
    padding-bottom: 20px;
    margin-top: 20px;
}

#listRepre li:last-child{
    border-bottom: none;
}

#listRepre li h3{
    font-size: 22px;
    font-weight: bold;
    color: #1F045F;    
}

#listRepre li p{
    color: #666;
    line-height: 1.3em;
    margin-top: 5px;
}

#mapRepresentante{
    width: 385px;
    height: 385px;
    float: left;
    margin-top: -70px;
}

/* Contato e Trabalhe */
#leftContato{
    width: 530px;
    float: left;
}

#leftContato form{
    margin-left: 30px;
}

#rightContato{
    width: 380px;
    float: left;
    margin-left: 60px;
}

#rightContato h3{
    color: #1F045F;
    font-size: 26px;
    font-weight: bold;
}

#rightContato p{
    line-height: 1.3em;
    margin-top: 6px;
}

/* Equipe */
#listaEquipe{
    margin-top: 20px;
}

#listaEquipe li{
    margin-bottom: 20px; 
    color: #333;       
}

#listaEquipe li .thumb{
    padding: 10px;
    border: 1px solid #CCC;
    background: #FFF;
    width: 123px;
    height: 160px;
    float: left;
    margin-right: 20px;
}

#listaEquipe li .description{
    margin-top: 10px;
    float: left;
    width: 520px;
    line-height: 1.4em;
}

#listaEquipe li .description h3{
    font-size: 18px;
    font-weight: bold;    
}

#listaEquipe li .description h4{
    font-size: 18px;
}

#listaEquipe li .description p{
    font-size: 14px;
    margin-top: 10px;
}

/* Resultados de Exames */
#listaResultados li{
    background: #0092DD;
    height: 160px;
    width: 100%;
    margin-bottom: 25px;    
}

#listaResultados li a .description{
    width: 432px;
    height: 43px;
    text-align: center;
    float: left;
    background: #CCE9F8;
    margin-top: 47px;
    padding-top: 20px;
}

#listaResultados li a .description h3{    
    color: #0092DD;    
    font-size: 28px;
    font-weight: normal; 
    font-family: 'libre_sansserif_light_ssiLt';   
}

#listaResultados li a:hover .description h3{
    text-decoration: underline;
}

#listaResultados li a .thumb{
    width: 258px;
    height: 160px;
    float: left;
}

/* Convenios */
#listaConvenios{
    margin-top: 30px;
    height: 420px;
    width: 700px;
}

#listaConvenios li{
    margin-top: 15px;
    float: left;
    width: 300px
}

/* IPC e Você */
#listaNoticias{
    margin-top: 20px;
}

#listaNoticias li{
    margin-bottom: 20px; 
    border-bottom: 1px solid #CCC;
    padding-bottom: 25px;    
}

#listaNoticias li:last-child{
    border-bottom: none;
}

#listaNoticias li a .thumb{    
    width: 103px;
    height: 131px;
    float: left;
    margin-right: 20px;
}

#listaNoticias li a .description{
    margin-top: 10px;
    float: left;
    width: 520px;
    line-height: 1.4em;
}

#listaNoticias li a .description h3{
    font-size: 18px;
    font-weight: bold; 
    padding-bottom: 10px;
    color: #20065B;   
}

#listaNoticias li a .description h4{
    font-size: 14px;
    font-weight: bold; 
    color: #333;
}

#listaNoticias li a .description p{
    font-size: 14px;
    margin-top: 0px;
    font-weight: normal;
    color: #333;
}

.goBack{
    position: absolute;
    right: 20px;
}

.goBack a{
    color: #1F0659;
    font-weight: bold;
    font-size: 12px;
}

.goBack a span{
    color: #0092DD;
}

#conteudoNoticia h3{
    font-size: 25px;
    font-weight: bold;
    color: #20065B;
    margin-bottom: 15px;
}

#conteudoNoticia img{
    float: left;
    margin: 0 15px 15px 0;
}

#conteudoNoticia .byAuthor{
    width: 250px;
}

/* IPC ATUALIZA */
#listaAtualiza li{
    float: left;
    margin: 30px 20px 0 0;
}

#listaAtualiza li a .miniatura{
    -webkit-box-shadow:0px 3px 15px #000; /* safari, chrome... */
    -moz-box-shadow:0px 3px 15px #000; /* firefox */
    box-shadow:0px 3px 15px #000; /* opera */
    width: 125px;
    height: 177px;
    margin: 20px 0 0 25px;   
}

#listaAtualiza li a .vejaMais{
    width: 125px;
    height: 11px;
    background: #20065B;
    color: #5BCAFF;    
    border-radius: 10px 10px 10px 10px !important;
    -moz-border-radius: 10px 10px 10px 10px !important;
    -webkit-border-radius: 10px 10px 10px 10px !important;
    margin: 20px 0 0 25px; 
    padding: 10px 0 15px 0;
    text-align: center;
    font-size: 15px;    
}

#listaAtualiza li a .vejaMais:hover{
    color: #FFF;
}

/* UNIDADES */
#listaUnidades li{
    margin-bottom: 25px; 
    border-bottom: 1px solid #CCC;
    padding-bottom: 25px;    
}

#listaUnidades li:last-child{
    border-bottom: none;
}

#listaUnidades li .thumb{    
    width: 277px;
    height: 210px;
    float: left;
    margin-right: 20px;
}

#listaUnidades li .description{
    margin-top: 25px;
    float: left;
    width: 320px;
    line-height: 1.4em;
}

#listaUnidades li .description h3{
    font-size: 16px;
    font-weight: bold;     
    color: #1F065A;   
}

#listaUnidades li .description p{
    font-size: 14px;
    margin-top: 0px;
    font-weight: normal;
    color: #333;
}

#listaUnidades li a.mapIco{
    float: left;
    width: 200px;
    margin-top: 15px;
}

#listaUnidades li a.mapIco img{
    display: inline-block;
}

#listaUnidades li a.mapIco .btnMap{
    display: inline-block;
    width: 40px;
    height: 10px;
    font-size: 9px;
    color: #68B6C1;
    background: #20065B;   
    border-radius: 6px 6px 6px 6px !important;
    -moz-border-radius: 6px 6px 6px 6px !important;
    -webkit-border-radius: 6px 6px 6px 6px !important;
    padding: 4px;
}

/* Atendimento e Contato */
#mapsContato{
    margin-top: 15px;
    margin-bottom: 15px;
}

#mapsContato iframe{
    width: 660px !important;
    height: 293px !important;
}

.form2{
    margin-top: 40px;
}

.form2 .rowForm{
    margin-bottom: 15px;
}

.form2 .rowForm label{
    float: left;
    width: 80px; 
    text-align: right;
    margin-right: 10px;   
}

.form2 .rowForm span{
    font-size: 12px;
}

.form2 .rowForm input[type=text]{
    width: 400px;
    height: 30px;
    background: #eee; 
    border: 1px solid #FFF;   
}

.form2 .rowForm select{    
    border: 1px solid #CCC;
    background: #FFF;
    padding: 4px 0 0 10px;
    font-size: 14px;
    color: #666;
}

input.chckForm{
    width: 15px;
    height: 15px;
    background: #008837 !important;
    border: none;
}

.form2 .rowForm input:hover, .form2 .rowForm input:focus, .form2 .rowForm textarea:hover, .form2 .rowForm textarea:focus, .form2 .rowForm select:hover, .form2 .rowForm select:focus{
    border: 1px solid #37ba98;
}

.form2 .rowForm textarea{
    width: 400px;
    height: 150px;
    resize: none;
    background: #eee;
    border: 1px solid #FFF;   
}

.form2 button{
    background: #37ba98;    
    margin: 10px 0 0 20px; 
    padding: 5px 0 15px 0;
    text-align: center;
    color: #FFF;
    border: none;
    min-width: 100px;
    height: 30px;
    cursor: pointer;
    font-weight: normal;
    font-size: 14px;    
}

.form2 button:hover{
    background: #555 !important;
}

/* Videos */
#listaVideos{
    margin-top: 20px;
}

#listaVideos li{
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #CCC;
}

#listaVideos li:last-child{
    border-bottom: none;
}

#listaVideos li h3{
    font-size: 16px;
    font-weight: bold;
    color: #1F0659;
}

#listaVideos li p{
    font-size: 14px;
    font-weight: normal;
    margin-top: 5px;
}

#listaVideos li iframe{
    width: 540px;
    height: 328px;
    margin-left: 70px;
    margin-top: 20px;
}

/* Informar */
#listaInformar{
    margin-top: 20px;
}

#listaInformar li{
    margin: 0 27px 27px 0;         
    background: url("../img/bgInformar.png") repeat-x top left;
    width: 160px;
    height: 205px;   
    border-radius: 10px 10px 10px 10px !important;
    -moz-border-radius: 10px 10px 10px 10px !important;
    -webkit-border-radius: 10px 10px 10px 10px !important;
    text-align: center;
    padding: 15px 10px 15px 10px;
    display: inline-block;
}

#infosContato{line-height: 1.5em;}

#infosContato h3{
    font-size: 24px;
    font-weight: 700;    
}

#infosContato a{
    font-weight: bold;
    color: #3E99BF;
}

#infosContato img{
    margin-right: 10px;
}

#infosContato .l{
    width: 360px;
    float: left;
}

#infosContato .r{
    width: 200px;
    float: left;
    margin-left: 20px;
    text-align: center;
}

#infosContato .r iframe{
    width: 200px !important;
    height: 200px !important;
}

#listaInformar li h3{
    font-size: 12px;
    font-weight: bold;
    color: #3E99BF;
    margin-top: 10px;
}

#listaInformar li:last-child{
    border-bottom: none;
}

/* Novidades */
#listaNovidades{
    margin-top: 20px;
}

#listaNovidades li{
    margin-bottom: 20px; 
    border-bottom: 1px dotted #CCC;
    padding-bottom: 25px;    
}

#listaNovidades li:last-child{
    border-bottom: none;
}

#listaNovidades li a .thumb{    
    width: 101px;
    height: 69px;
    border: 2px solid #CCC;
    float: left;
    margin-right: 20px;
}

#listaNovidades li a .description{
    float: left;
    width: 830px;
    line-height: 1.4em;    
}

#listaNovidades li a .description h3, #listaNovidades li .description h3{
    font-size: 16px;
    font-weight: bold; 
    color: #37BA98;  
}

#listaNovidades li a .description span, #listaNovidades li .description span{
    font-size: 11px;
    color: #666;
}

#listaNovidades li a .description p{
    font-size: 14px;
    margin-top: 0px;
    font-weight: normal;
    color: #333;
}

ol#pagination li{
    float: left;
    background: #CCC;
    color: #FFF;
    padding: 10px;
    width: 17px;
    text-align: center;
    margin-right: 3px;    
    cursor: pointer;
    font-weight: 600;
    border-radius: 10px 10px 10px 10px !important;
    -moz-border-radius: 10px 10px 10px 10px !important;
    -webkit-border-radius: 10px 10px 10px 10px !important;
}

ol#pagination{
    margin-left: 40% !important;
}

ol#pagination li:hover, ol#pagination li.current{
    background: #37BA98;
}

ol#pagination li.prev, ol#pagination li.next{
    background: transparent;
    color: #CCC;
    font-size: 25px;
    padding: 4px 8px 8px 8px;
}

#conteudoNovidade{
    margin-top: 20px;  
    text-align: justify;  
}

#conteudoNovidade .created{
    font-size: 11px;
    color: #666;
    margin-bottom: 7px;
}

#conteudoNovidade .fonte{
    font-size: 11px;
    color: #999;
    margin-bottom: 10px;
    margin-top: 14px;
}

#conteudoNovidade h3{
    font-size: 28px;
    font-weight: bold;
    color: #37BA98;
    margin-bottom: 10px;
    line-height: 1em;
}

#conteudoNovidade hr{
    margin-bottom: 15px;
    border-top: 1px #CCC dotted;
}

#conteudoNovidade .thumb{
    float: left;
    margin: 0 15px 15px 0;
}

#conteudoNovidade .thumb a{
    padding: 5px;
    background: #FFF;
    border: 1px solid #CCC;
    width: 240px;
    height: 190px;
    display: block;
}

#conteudoNovidade .thumb legend{
    background: #BCBCBC;
    width: 238px;
    min-height: 28px;
    color: #666;
    font-size: 11px;
    padding: 7px;
}

#conteudoNovidade h4{
    font-size: 16px;
    font-weight: bold;
    color: #555;
    margin-top: 20px;
}

#maisFotos ul{
    margin-top: 20px;
}

#maisFotos ul li{
    display: inline-block;
    width: 94px;
    height: 80px;
    margin-right: 5px;
    border: 3px solid #FFF;
}

#maisFotos ul li:hover, #maisFotos ul li:focus{
    border: 3px solid #499FC3;    
}

#shareNovidade{
    border-top: 1px dotted #CCC;
    border-bottom: 1px dotted #CCC;
    padding: 20px 0 20px 390px;
    margin-top: 35px;
}

#shareNovidade a{
    font-size: 11px;
    color: #333;
    margin-right: 20px;
}

#shareNovidade a:hover{
    text-decoration: underline;
}

#moreNovidade{
    text-align: center;
    margin-top: 30px;    
}

#moreNovidade a{
    color: #333;
}

#moreNovidade a span{
    color: #37BA98;
}

#moreNovidade a:hover{
    text-decoration: underline;
}

#dadosEstrutura{
    line-height: 1.3em;
}

#dadosEstrutura h3.horario{
    font-size: 16px;
    font-weight: bold;
    margin: 15px 0 15px 0;
}

#dadosEstrutura h3.section{
    font-size: 18px;
    color: #4C99C3;
    font-weight: bold;
    margin-bottom: 20px;
    margin-top: 5px;
}

#numRowsRetorno{
    background: #DADADA;
    padding: 10px;
    font-size: 12px;
    font-weight: bold;
    margin: 20px 0 20px 0; 
}

#tableResultados{
    border-collapse: collapse;   
    border: none; 
}

#tableResultados tr th {
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    padding: 15px;
    border-bottom:none !important;
}

#tableResultados tr td{
    text-align: center;
    font-size: 12px;
    word-wrap:break-word;
}

#tableResultados tr td, #tableResultados tr th {
    border-right:1px solid #CCC;
    border-bottom:1px solid #CCC;
    padding-bottom: 15px;
}

#tableResultados tr td:last-child, #tableResultados tr th:last-child{
    border-right: none;
}

/* Barra de Busca */
.cse .gsc-control-cse, .gsc-control-cse{
    background: none !important;
    border: none !important;
}

.cse .gsc-search-button input.gsc-search-button-v2, input.gsc-search-button-v2{
    height: 13px !important;
    margin-top: 2px !important;
    min-width: 13px !important;
    padding: 6px 9px !important;
    width: 13px !important;
}

/**** Lista de Profissionais ****/
#efeito a   { 
    border: 1px solid #CCC;    
    display:block; 
    font-weight:bold; 
    color:#555; 
    background: url('../img/bgAba_03.png') repeat-x top left;
    padding:5px 10px; 
    height: 18px;
    text-decoration:none;
    margin-top: 20px; 
} 
#efeito a:hover, #efeito a.selected{color:#555 !important; background: url('../img/bgAbaHover_03.png') repeat-x top left;} 

#efeito .cont{
    margin-top: 10px;
    margin-bottom: 10px;
}

table.tab2 
{
    /*background-color: #baaea3;*/
    text-align: left;
    border-spacing: 0px;  
    width: 100%;  
}

table.tab1 a, table.tab1, table.tab1 tbody, table.tab1 tfoot, table.tab1 tr, table.tab1 th, table.tab1 td 
{
    line-height: 14px;
    font-size: 12px;
    color: #55595c;
}


table.tab2 a, table.tab2, table.tab2 tbody, table.tab2 tfoot, table.tab2 tr, table.tab2 th, table.tab2 td 
{
    line-height: 14px;
    font-size: 12px;
    /*color: #55595c;*/
}
table.tab2 tbody td{
    padding: 5px;
    height: 30px;
    color: #008837;
}

table.tab2 caption
{
    border-bottom-color: #b5370e;
    border-right-color: #b5370e;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    text-transform: uppercase;
    font-size: 14px;
    text-align: left;
    font-style: normal;
    color: #b5370e;
    padding:10px;
}

table.tab2 a
{
    text-decoration: none;
    color: #816658;
    
}

table.tab2 a:hover, table.tab2 a:focus
{
text-decoration: underline;
}

table.tab2 th
{
    font-style: normal;
    font-weight: normal;
    /*border-bottom: 1px dotted #baaea3;
    border-top: 1px dotted #baaea3;*/
    font-weight: bold !important;
    }
table.tab2 th a
{
    color: #816658;
    text-align: left;
    padding:5px;
    display: block;
}
table.tab2 .odd th a,table.tab2 .odd td a,table.tab2 .odd td{
    color: #816658;
}

table.tab2 th a:hover, table.tab2 th a:focus, table.tab2 tbody tr:hover th
{   
   font-style: normal;   
   font-weight: normal;   
   /*background-color: #b5370e;*/
}
table.tab2 .odd th,table.tab2 .odd td{
    /*background-color: #aaa096;*/
        border-bottom: 1px dotted #baaea3;
    border-top: 1px dotted #baaea3;
}

table.tab2 thead th
{
    height: 30px;
    text-decoration: none;
    font-style: normal;
    font-weight: normal;
    padding: 5px;
    /*background-color: #CCECBB;*/
    text-transform: none;
    color: #008837;
    
}
table.tab2 tfoot{
    border-top: 1px dotted #fff;
    height:30px;
    
}
table.tab2 tfoot th, table.tab2 tfoot td{
    text-decoration: none;
    font-style: normal;
    font-weight: normal;
    padding: 5px;
    /*background-color: #816658;*/
    text-transform: none;
    color: #baaea3;
}

table.tab2 tbody th
{
    color: #008837;
    font-style: normal;
    padding: 5px;

}

table.tab2 td
{
   height: 30px;
   background-color: #FFF;
   color: #008837;
    /*border-bottom: 1px dotted #baaea3;
    border-top: 1px dotted #baaea3;*/
    
}

table.tab2 tbody tr.odd
{
    /*background-color: #baaea3;*/
    border-bottom: 1px dotted #baaea3;
}

table.tab2 tbody tr:hover td
{
  /*background-color: #85AF6E;*/
}

table.tab2 b, table.tab2 strong {font-weight: normal;}