@charset "utf-8";
/**
 * 	      ___                       ___           ___           ___
 * 	     /  /\        ___          /__/\         /  /\         /  /\
 * 	    /  /:/_      /  /\        |  |::\       /  /:/_       /  /:/_
 * 	   /  /:/ /\    /  /:/        |  |:|:\     /  /:/ /\     /  /:/ /\
 * 	  /  /:/ /::\  /__/::\      __|__|:|\:\   /  /:/ /:/_   /  /:/ /::\  Sindicato dos Médicos do
 * 	 /__/:/ /:/\:\ \__\/\:\__  /__/::::| \:\ /__/:/ /:/ /\ /__/:/ /:/\:\ Estado do Espírito Santo
 * 	 \  \:\/:/~/:/    \  \:\/\ \  \:\~~\__\/ \  \:\/:/ /:/ \  \:\/:/~/:/     (c) 2001 - 2013
 * 	  \  \::/ /:/      \__\::/  \  \:\        \  \::/ /:/   \  \::/ /:/
 * 	   \__\/ /:/       /__/:/    \  \:\        \  \:\/:/     \__\/ /:/
 * 	     /__/:/        \__\/      \  \:\        \  \::/        /__/:/
 * 	     \__\/                     \__\/         \__\/         \__\/
 */
/*@import url(http://fonts.googleapis.com/css?family=Open+Sans:600);*/

* {
    margin: 0;
    padding: 0;
    list-style: none;
}
html, body {
    height: 100%;
}
body {
    background: url(../img/bg_body.jpg) repeat;
    font-family: Arial, Helvetica, sans-serif;
    color: #666;
}
h1, h2, h3, h4, h5, h6 {
    color: #ED9510;
    margin: 30px 0 0 0;
    font-weight: normal;
}
label {
    font-family: Arial;
    font-weight: normal;
    font-size: 12px;
}

/*************
 *  Globais  *
 ************/
div.erro {
    color: red;
    text-align: left;
    vertical-align: top;
    font-size: 11px;
    font-weight: bold;
    margin: -10px 0 10px 0;
}
#ajax, #ajax2 {
    display: none;
    vertical-align: middle;
    font-weight: bold;
}
#ajax img, #ajax2 img {
    margin: 0 10px 0 0;
}
.invisible {
    display: none;
}
.btVotar, .btResultado, .btEnviar {
    border: none;
    margin: 20px 10px 10px 0;
    width: 68px;
    height: 22px;
    cursor: pointer;
}
.btVotar {
    width: 68px;
    background: url(../img/botao/btVotar.jpg) no-repeat center;
}
.btVotar:hover {
    background: url(../img/botao/btVotar2.jpg) no-repeat center;
}
.btResultado {
    width: 94px;
    background: url(../img/botao/btResultado.jpg) no-repeat center;
}
.btResultado:hover {
    background: url(../img/botao/btResultado2.jpg) no-repeat center;
}
.btEnviar {
    width: 67px;
    background: url(../img/botao/btEnviar.jpg) no-repeat center;
}
.btEnviar:hover {
    background: url(../img/botao/btEnviar2.jpg) no-repeat center;
}
.input, .textarea {
    height: 20px;
    border: 1px solid #BEB7AF;
    background-color: #ECEAE7;
    margin-bottom: 14px;
}
.clear {
    clear: both;
}
span.red {
    color: #DF0029;
    margin-left: 4px;
}

/******************
 * 	Area do Site  *
 ******************/
#areaSite {
    width: 960px;
    height: 100%;
    min-height: 100%;
    position: absolute;
    left: 50%;
    margin-left: -480px;
}

/******************
 * 	Area do Topo  *
 ******************/
#areaTopo {
    clear: both;
    width: inherit;
    height: 130px; /*96px;*/
    background-color: #f1f1f1;
    margin-top: 10px;
}
#logoSimes {
    float: left;
    width: 318px; /*84px;*/
    height: 93px; /*108px;*/
    cursor: pointer;
    margin: 18px 0 0 20px; /*10px 0 0 20px;*/
}
#logoSimes img {
    border: none;
}
#logoFenam {
    float: right;
    background: url(../img/logofenam.png) no-repeat center;
    width: 120px;
    height: 102px;
    cursor: pointer;
    margin: 16px 16px 0 0;
}

/**********
 *  Busca *
 **********/
#areaBusca {
    border: 1px solid #ccc;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -goog-ms-border-radius: 6px;
    height: 28px;
    padding: 0;
    background: #efefef;
    text-align: left;
    width: 270px;
    float: left;
    margin: 60px 0 0 100px;
}

#areaBusca input {
    border: none;
    background: none;
    color: #575757
}
#areaBusca #find {
    width: 230px;
    padding: 4px;
    margin: 4px 0 0 0;
    background: none;
    border: none
}
#areaBusca #img {
    border:none;
    vertical-align: top;
    float:right;
}
#areaBusca img {
    width: 25px;
    height: 30px;
}
.suggestionsBox {
    position: relative;
    left: 30px;
    margin: 10px 0px 0px 0px;
    width: 200px;
    background-color: #212427;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border: 2px solid #000;    
    z-index: 999999;
    font-size: 11px;        
    color: #333;
}



/**********
 * 	Menu  *
 **********/
#areaMenu {
    clear: both;
    width: 960px; /*inherit;*/
    height: 32px;
    background-color: #c3c3c3;
    border-top: 1px solid #D7D7D7;
    border-bottom: 1px solid #D7D7D7;
}
#menu ul, #menu li {
    margin: 0;
    padding: 0;
}
#nav {
    position: relative;
    background: #c8c8c8;
    float: left;
    width: inherit;
}
#nav li {
    float: left;
    list-style: none;
    border-right: 1px solid #999;
}
#nav li a {
    color: #666;
    position: relative;
    z-index: 2;
    float: left;
    font-size: 15px;
    font-family: Arial, verdana, helvetica, arial, sans-serif;
    text-decoration: none;
    padding: 6px 15px;
    font-weight: bold;
}
#nav li a:hover {
    background-color: #999999;
    color: #fff;
}

/*******************
 * 	Area Conteúdo  *
 *******************/
#areaConteudo {
    clear: both;
    float: left;
    width: inherit;
    height: auto !important;
    min-height: 100%;
    background-color: #f1f1f1;
}

/*****************
 *  Area Slide   *
 ****************/
#areaSlide {
    float: left;
    width: 641px;
    height: 281px;
    margin: 20px 0 0 20px;
}
#areaSlide img {
    width: 641px;
    height: 241px;
    border: none;
}

/*****************
 *  Area Banner  *
 ****************/
#areaBanner {
    float: right;
    width: 262px;
    height: 240px;
    margin: 20px 18px 0 0;
    border: none;
    background-color: #F1F1F1;
}
#areaBanner img {
    width: 262px;
    height: 238px;
}

/*****************
 * 	Area Noticia *
 *****************/
#areaNoticias {
    clear: both;
    float: left;
    width: 641px;
    height: auto !important;
    margin: 0 0 40px 20px;
    background: url(../img/noticia/maisRecente.jpg) no-repeat;
}
#areaNoticiasRecentes {
    width: 641px;
    height: 913px; /*483px;*/
    background: url(../img/noticia/areaNoticias.jpg) no-repeat top left;
    margin: 55px 0 0 0;
    padding-top: 1px;
}
#areaNoticiasRecentes .outrasNoticias {
    width: 600px;
    margin-top: -10px;
}
#areaNoticiasRecentes .scroll-pane-arrows {
    float: left;
    width: 600px;
    height: 160px;
    overflow: auto;
}
#areaDestaque {
    width: inherit;
    margin-top: 23px;
    margin-left: 20px;
}
#areaDestaque .primeiro {
    float: left;
    width: 180px;
    height: 210px;
    overflow: hidden;
}
#areaDestaque .segundo {
    float: left;
    width: 180px;
    height: 210px;
    margin-left: 10px;
    overflow: hidden;
}
#areaDestaque img {
    border: none;
    width: 178px;
    height: 120px;
    border: 1px solid #D7D7D7;
    vertical-align: middle;
}
#areaDestaque .terceiro {
    float: left;
    width: 180px;
    height: 210px;
    margin-left: 20px;
    margin-bottom: 10px;
    overflow: hidden;
}
#areaDestaque .titulo, #areaVideos .tituloVideo, #areaEntrevista .tituloEntrevista, #areaLadoEsquerdo .titulo {
    text-align: left;
    margin-top: 6px;
    font-size: 13px;
    font-weight: bold;
    color: #777;
    padding-bottom: 2px;
}
#areaDestaque .resumo, #areaLadoEsquerdo .resumo, #itens .resumo {
    color: #EB9F46;
    font-size: 13px;
    letter-spacing: 0;
    line-height: 16px;
    text-align: left;
    margin: 0 10px 14px 0;
}
#areaDestaque .divisoria {
    clear: both;
    width: 598px;
    height: 20px;
    margin-bottom: 20px;
    background: url(../img/noticia/divisoria.jpg) no-repeat;
}

/******************************
 * 	Area Patrocinadores   *
 ******************************/

#areaPatrocinio
{
    float: right;
    width: 263px;
    height: 220px; /*auto !important;*/
    margin: -1px 20px 0 0;
    background: url(../img/patrocionio/patrocinio.jpg) repeat-x;
}
#areaPatrocinio #areaPatrocinioLogo {
    width: 262px;
    height: 204px;
    background: url(../img/patrocionio/areaPatrocinioLogo.jpg) no-repeat top left;
    margin: 56px 0 0 0;
    padding: 23px 20px 10px 20px    
}
#areaPatrocinio #areaPatrocinioLogo img {
    border: none;
    margin: 20px;
    width: 210px;
    height: 150px;
}
/*********************
 * 	Area Video   *
 *********************/
#areaVideos {
    float: right;
    width: 263px;
    height: auto !important;
    /*margin: -1px 20px 0 0;*/
    margin: 80px 20px 0 0;
    background: url(../img/video/emDestaque.jpg) repeat-x;
}
#areaVideos .tituloVideo {
    font-size: 12px;
    background: url(../img/video/camera.jpg) no-repeat top left;
    text-indent: 18px;
}
#areaVideosDestaque {
    width: 262px;
    height: 1000px; /*914px;*/ /*483px;*/
    background: url(../img/video/areaVideos.jpg) no-repeat top left;
    margin: 56px 0 0 0;
    padding: 23px 20px 10px 20px
}
#areaVideosDestaque .video {
    float: left;
    width: 220px;
    height: 220px;
    margin-left: 2px;
    padding-bottom: 2px;
    overflow: hidden;
    position: relative;
}
#areaVideosDestaque img {
    width: 220px;
    height: 160px;
    border: none;
}

/********************
 *  Area Interacao  *
 ********************/
#areaInteracao {
    float: left;
    width: 641px;
    height: 356px;
    margin: 0 0 40px 20px;
    background: url(../img/interacao/areaInteracao.jpg) no-repeat;
}
#areaEnquete {
    float: left;
    width: 265px;
    height: 315px;
    background: url(../img/interacao/areaEnquete.jpg) no-repeat;
    margin: 14px 0 0 26px;
}
#areaEnquete #ajax2 {
    margin-top: 20px;
}
#areaEnquete #vterro {
    margin: 10px 0 -6px 0px;
}
#areaEnquete .tituloEnquete {
    position: relative;
    margin: 90px 24px;
    font-size: 13px;
    /*font-family: "Arial Narrow";*/
    font-weight: bold;
    color: #777777;
}
#areaEnquete .resposta1 {
    margin: 20px 6px 0 0;
}
#areaEnquete .resposta2, .resposta3, .resposta4 {
    margin: 6px 6px 0 0;
}
#areaEnquete #formEnquete {
    clear: both;
    margin: 2px 0 10px 0;
}

/*********************
 *  Area Entrevista  *
 *********************/
#areaEntrevista {
    float: right;
    width: 262px;
    height: 313px;
    margin: 20px 18px 0 0;
    border: none;
    background: url(../img/entrevista/areaEntrevista.jpg) no-repeat;
    margin: 15px 21px 0 0;
    padding: 0;
    overflow: hidden;
}
#areaEntrevista #entrevistas {
    margin: 84px 0 0 20px;
    width: 212px;
    background: #fff;
    border: 0;
}
#areaEntrevista .scroll-pane-arrows {
    float: left;
    width: 226px;
    height: 200px;
    overflow: auto;
}
#areaEntrevista .tituloEntrevista {
    font: 12px;
    font-weight: normal;
    background: url(../img/entrevista/audio.jpg) no-repeat top left;
    text-indent: 18px;
    margin-right: 10px;
    padding-bottom: 10px;
}
#areaEntrevista .divisoria {
    clear: both;
    width: 200px;
    height: 20px;
    margin: 4px;
    background: url(../img/entrevista/divisoria.jpg) no-repeat center center;
}

/*****************
 * 	Area Rodape  *
 *****************/
#areaRodape {
    width: inherit;
    height: 80px;
    /*margin-top: 12px;*/
    margin-bottom: 10px;
    background: url(../img/rodape.jpg) no-repeat;
}
a:link, a:visited {
    text-decoration: none;
    color: #666;
}
a:hover {
    text-decoration: underline;
}

/****************
 *  Navegacao   *
 ***************/
#areaNavegacao {
    padding: 20px 30px 20px 30px;
    margin-bottom: 60px;
}
#areaNavegacao p, #areaNavegacao blockquote {
    color: #676767;
    font-size: 14px;
    font-family: Arial, "Helvetica Neue", Geneva, sans-serif;
    font-weight: normal;
    line-height: 20px
}
#areaNavegacao blockquote {
    font-style: italic;
    margin: 25px 0 0 0px;
    /*color: #333;*/
    padding: 10px 20px 0 35px;
    background-image: url(../img/quoleft.gif);
    background-repeat: no-repeat;
}
#areaNavegacao h1 {
    height: 46px;
    margin-bottom: 40px;
    background: url(../img/bg_h1.gif) repeat-x bottom;
}
#areaNavegacao h3 {
    color: #666666;
    margin: 40px 0 30px 0;
    height: 46px;
    background: url(../img/bg_h1.gif) repeat-x bottom;
}
#areaLadoEsquerdo a:link, a:hover, a:visited, a:active {
    text-decoration: underline;
}
#areaLadoEsquerdo li ol {
    list-style: decimal;
}
#areaLadoEsquerdo .dadosNoticia {
    font-size: 11px;
    color: #666;
    font-style: italic;
    margin-bottom: 20px;
}
#areaLadoEsquerdo img {
    margin-bottom: 40px;
}

#areaLadoEsquerdo #itens {
    padding-bottom: 10px;
}
#areaLadoEsquerdo #itens .resumo {
    color: #999999;
}
#areaLadoEsquerdo #itens a {
    text-decoration: none;    
}
#areaLadoEsquerdo #itens a:hover {
    text-decoration: underline;    
}
#areaParceirosDados {
    clear: both;
}
#areaParceirosDadosImg {
    float: left;
}
#areaParceirosDadosImg img {
    padding:4px;
    background-color: #f1f1f1;
}
#areaParceirosDadosText {
    float: right;
    padding-left: 20px;
}

#formContato {
    margin-top: 40px;
    padding-bottom: 60px;
}
#formSorteio {
    margin-top: 30px;
    padding-bottom: 60px;
}
#formContato label, #formSorteio label {
    margin-bottom: 40px;
}
#formContato .input, #formSorteio .input {
    height: 22px;
}
#formContato .textarea {
    height: 120px;
    width: 420px;
}
#areaLadoEsquerdo {
    width: 600px;
    float: left;
}
#areaLadoEsquerdo h2, #areaLadoEsquerdo h3 {
    background: none;
}

#areaLadoDireito, #areaLadoDireitoPorData {
    width: 262px; 
    float: right;
    padding-left: 140px;
    background: #e6e6e6; /* Old browsers */
    background: -moz-linear-gradient(top,  #e6e6e6 0%, #ffffff 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e6e6e6), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #e6e6e6 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #e6e6e6 0%,#ffffff 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #e6e6e6 0%,#ffffff 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #e6e6e6 0%,#ffffff 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6e6e6', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
    border: 1px solid white;
    border-radius: 5px 5px 5px 5px;
    color: #999999;
    font-size: 18px;
    height: auto !important;
    line-height: 41px;
    padding: 0 0 0 8px;
}
#areaLadoDireitoPorData {
    margin-top: 30px;
    clear:  right;
    float: right;
}
#areaLadoDireito #atendimento {
    margin-top: -10px;
    padding-left: 20px;
    padding-right: 20px;
}
#areaLadoDireito #atendimento h3, #areaLadoDireitoPorData h3 {
    font-style: italic;
    margin-bottom: 20px;
    color: #ED9510;
}
#atendimento ul li {
    list-style: none;
    float: left;
    padding: 0;
}
#atendimento .list li {
    width: 210px;
    display: table;
    padding: 0;
    margin: 0 0 1px 0;
}
#atendimento .list li a {
    width: 174px;
    display: block;
    float: left;
    font: 13px Helvetica, Arial;
    padding-top: 10px;
    text-decoration: underline;
}
#atendimento .list li span {
    width: 22px;
    text-align: left;
    display: table;
    color: #999999;
    font: bold 20px Helvetica, Arial;
    float: left;
    padding: 10px 10px 0 0;
}
#atendimento .list li a, .list li a:visited {
    text-decoration: none;
}
#atendimento .list li a:hover {
    text-decoration: underline
}
#atendimento .list .last {
    padding-bottom: 40px;
}

#areaLadoDireito .titulo {
    font-size: 12px;
    font-weight: bold;
}
#areaLadoDireito .dado {
    font-size: 12px;
    font-weight: normal;
    font-style: italic;
    margin-bottom: 10px;
}
#areaNewsletter {
    float: left;
    width: 265px;
    height: 315px;
    background: url(../img/interacao/areaNewsletter.jpg) no-repeat;
    margin: 14px 0 0 57px;
}
#areaNewsletter .titulonewsletter {
    width: inherit;
    position: relative;
    margin: 90px 24px;
    font-size: 13px;
    font-weight: bold;
    color: #777777;
}
#areaNewsletter .tituloNews {
    width: inherit;
    text-align: left;
    margin: 86px 20px 0 20px;
    font-size: 13px;
    font-weight: bold;
    color: #777;
}
#areaNewsletter #formNewsletter {
    clear: both;
    margin: 26px 0 0 16px;
}
#areaNewsletter #formNewsletter .btEnviar {
    position: absolute;
    margin-top: 10px;
}
