* {
    margin: 0px;
    padding: 0px;
    font-family: Arial,Verdana, sans;
    font-size: 13px;
    color: #595757;
}
clear {
    clear: both;
}
a img {
    border: none;
}
a:link {
    text-decoration: none;
}
a:visited {
    text-decoration: none;
}
a:active {
    text-decoration: underline;
}
a:hover {
    text-decoration: underline;
}

body {

}


input.error, textarea.error  {
    border: 1px solid red;
}
#pagina {
    width: 981px;
    position: absolute;
    margin-left:-490px;
    left:50%;
}



#pagina #topo {
    position: relative;
    height: 351px;
    background-image: url(../imgs/estrutura/topo.jpg);
    background-repeat: no-repeat;
    background-position: top left;
}
#topoEsquerdo  {
    background-image: url(../imgs/estrutura/topoEsquerdo.jpg);
    display: block;
    width: 223px;
    height: 9000px;
    background-position:right top;
    background-repeat:no-repeat;
    left:0;
    position:absolute;
    top:0;
}
#topoDireito  {
    background-image: url(../imgs/estrutura/topoDireito.jpg);
    background-position:left top;
    background-repeat:no-repeat;
    position:absolute;
    right:0;
    top:0;
    display: block; 
    width: 225px;
    height: 354px;
}


#conteudo {
    _margin-left:5px;
    padding: 10px;
    background: #fafafa;
    float: left;
}




#rodape {
    _margin-left:10px;
    background: #ebebeb;
}

#rodapeFinal {
    background: #de0539;
    position: absolute;
    width: 100%;
    height: 20px;
}

h1 {
    font-size: 22px;
        margin-bottom: 5px;
    margin-top: 15px;
}
h2 {
    font-size: 17px;
    margin-bottom: 5px;
    margin-top: 15px;
}
h3 {
    font-size: 15px;
    margin-bottom: 3px;
    margin-top: 15px;
}
.corVermelha {
    color:#de0539;
}

.coluna1 {
    width: 44%;
    float: left;
    padding-top: 20px;
    padding-left: 40px;
}

.coluna2 {
    float: right;
    width: 50%;
}
li {
    text-align: justify;
}
.coluna2borda p {
    text-align: justify;
}
.coluna1borda p {
    text-align: justify;
}
.coluna2borda {
    float: right;
    width: 46%;
    border:solid 1px #f9f0f2;
    background: #ffffff;
    padding: 10px;
    margin-right: 20px;
    margin-bottom: 20px;
}

.coluna1borda {
    width: 46%;
    float:left;
    margin-left:5px;
    border:solid 1px #f9f0f2;
    background: #ffffff;
    padding: 10px;
    margin-bottom: 20px;
}
.coluna1borda img {
    float:left;
    margin-right:10px;
}

#exames {
    background-color: white;
    background-image: url(../imgs/exames/background.jpg);
    background-position:right bottom;
    background-repeat:no-repeat;
    height: 244px;
    float: left;
    margin-bottom: 10px;
}
#agende {
    background-color: white;
    background-image: url(../imgs/exames/background.jpg);
    background-position:right bottom;
    background-repeat:no-repeat;
    height: 164px;
    float: left;
    margin-bottom: 10px;
}

#conveniados {
    background-color: white;
    background-image: url(../imgs/conveniados/dna.jpg);
    background-position:right bottom;
    background-repeat:no-repeat;
    height: 600px;
    width: 940px;
   margin-bottom: 10px;
}

#conveniados .campos {
    text-transform: uppercase;
    float:left;
    height: 30px;
    _height: 40px;
    border: solid 1px #e9e9e9;
    position: relative;
    width: 400px;
    padding-top: 13px;
    padding-left: 10px;
    margin-bottom: 10px;
    color:#575757;
    font-weight: bold;
    background: #fafafa;
}
#conveniados .campos input,select,textarea {
    width: 280px;
    border: solid 1px #e9e9e9;
    margin:10px;
    position:absolute;
    right:0;
    top:0;
}
#contato {
    background-color: white;
    background-color: white;
    background-image: url(../imgs/contato/foto1.jpg);
    background-position:right top;
    background-repeat:no-repeat;
    height: 340px;
    width: 940px;
   margin-bottom: 10px;
}
#googlemaps {
    margin-top:330px;
}
#contato .campos {
    text-transform: uppercase;
    float:left;
    height: 30px;
    _height: 40px;
    border: solid 1px #e9e9e9;
    position: relative;
    width: 287px;
    padding-top: 13px;
    padding-left: 10px;
    margin-bottom: 10px;
    color:#575757;
    font-weight: bold;
    background: #fafafa;
}
#contato .campos input,select,textarea {
    width: 180px;
    border: solid 1px #e9e9e9;
    margin:10px;
    position:absolute;
    right:0;
    top:0;
}


.certificados {
    border: dotted 1px gray;
    margin: 4px;
}

#resultado-exames  table tbody tr.cor {
    background-color: #c5c5c5;
}
#resultado-exames  table thead tr td {
    font-weight: bold;

}


/*antigo




#page #topo #menu1 {
    position: absolute;
    display: block;
    margin: 0px;
    padding: 0px;
    list-style: none;
    left: 280px;
}

#page #topo #menu2 {
    position: absolute;
    display: block;
    margin: 0px;
    padding: 0px;
    list-style: none;
    top: 45px;
    left: 390px;
}

#page #topo #menu1 li, #page #topo #menu2 li {
    float: left;
    color: #A7272B;
}

#page #topo #menu1 li a, #page #topo #menu2 li a {
    font-size: 11px;
    color: #A7272B;
    font-weight: bolder;
    text-decoration: none;
    display: block;
    margin-left: 3px;
    margin-right: 3px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 20px;
    padding-bottom: 5px;
}

#page #topo #menu2 li a {
    padding-top: 5px;
    padding-bottom: 20px;
}

#page #topo #menu1 li a:hover {
    background-image: url(../imgs/estrutura/fundo-menu1.jpg);
    background-repeat: repeat-x;
    color: white;
}

#page #topo #menu2 li a:hover {
    background-image: url(../imgs/estrutura/fundo-menu2.jpg);
    background-repeat: repeat-x;
    color: white;
}

#rodape {
    background-color: #CC3133;
    margin-bottom: 30px;
}
#rodape #conteudo-rodape {
    width: 940px;
    margin: 0px auto;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
}
#rodape #conteudo-rodape a {
    color: white;
    font-size: 11px;
    margin: 0px;
    padding: 0px;
    text-decoration: none;
    padding: 0px;
    padding-right: 5px;
    padding-left: 5px;
}

#rodape #conteudo-rodape a:hover {
    text-decoration: none;
}

#rodape #conteudo-rodape {
    color: white;
    font-size: 11px;
}

.tituloPagina {
    margin:10px;
} */