html{
    background-color: #ffffff;
    font-size: 14px;
    color: #5c5c5c;
}
body{
    margin: 0;
    padding: 0;
}
header{
    height: 635px;
    background-color: #eceeee;
}
div#logo{
    width: 318px;
    height: 88px;
    margin: 17px 331px 0px 331px;
    background-image: url('../images/logotipo.png');
    background-repeat: no-repeat;
    background-position: 0px 0px;
}
figure#borda{
    position: relative;
    top: -123px;
    margin: 0px;
}
figure#resultados_exames{
    position: relative;
    top: -105px;
    left: 756px;
    width: 226px;
    height: 72px;
    margin: 0px 0px 0px 0px;
    padding: 0px;
}
figure#resultados_exames a{
    padding: 0px 0px 0px 0px;
    cursor: pointer;
}
nav#lista{
    width: 917px;
    height: 79px;
    margin: -31px 0px 0px 31px;
    background-color: #de1a1e;
}
nav#lista ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
nav#lista ul li{
    float: left;
    width: 130px;
    height: 79px;
    text-align: center;
    line-height: 4;
    border-left: solid #a81401 1px;
    font-size: 20px;
}
nav#lista li:hover{
    background-color: #272222;
    cursor: pointer;
}
nav#lista a{
    text-decoration: none;
    color: white;
    padding: 27px 17px 37px 17px;
}
nav#lista:after {
    content: "";
    display: block;
    clear: both;
}
div#fundo{
    border-top: solid #e22327 18px;
    height: 246px;
    background-color: #ffffff;
}
div#slider{
    width: 980px;
    height: 370px;
    background-color:  turquoise;
}
section#principal:after {
    content: "";
    display: block;
    clear: both;
}
section#informacoes:after {
    content: "";
    display: block;
    clear: both;
}
section#informacoes a{
    width: 236px;
    height: 173px;
    padding: 160px 0px 0px 236px;
    background-image: url('../images/img_servicos.jpg');
    background-repeat: no-repeat;
}
section#principal h2{
    width: 665px;
    height: 70px;
    background-color: #00a896;
    margin-left: 30px;
    padding: 25px 120px 21px 120px;
    text-align: center;
    color: white;
}
section#informacoes h3{
    width: 236px;
    color: #00a896;
    text-align: center;
}
section#informacoes p{
    width: 236px;
    color: #717171;
}
section#informacoes i{
    width: 55px;
    height: 44px;
    background-image: url('../images/seta_servicos_red.png');
    background-repeat: no-repeat;
    background-position: 0px 0px;
}
section#informacoes article#bem_vindo a{
    background-position: 0px 0px;
}
section#informacoes article#duvidas a{
    background-position: -320px 0px;
}
section#informacoes article#controle a{
    background-position: -645px 0px;
}
section#informacoes article#bem_vindo{
    float: left;
    width: 236px;
    padding-top: 173px;
    margin-left: 49px;
    margin-right: 41px;
}
section#informacoes article#duvidas{
    float: left;
    width: 236px;
    padding-top: 173px;
    margin-left: 40px;
    margin-right: 42px;
}
section#informacoes article#controle{
    float: left;
    width: 236px;
    padding-top: 173px;
    margin-left: 41px;
    margin-right: 55px;
}
footer{
    background-color: #272222;
    height: 116px;
    clear: both;
}
footer:after {
    content: "";
    display: block;
    clear: both;
}
footer aside{
    float: left;
    width: 178px;
    height: 50px;
    margin: 32px 0px 32px 107px;
    background-image: url('../images/logotipo_rodape.png');
    background-repeat: no-repeat;
    background-position: 0px 0px;
}
footer article#contato_rodape{
    float: left;
    width: 332px;
    margin: 32px 0px 26px 317px;
}
footer article#contato_rodape h4{
    margin: 0px;
    color: white;
    font-size: 19px;
}
footer p{
    padding-top: 18px;
    margin: 0px;
    color: white;
}
.centro_pagina1{
    width: 980px;
    margin: 0 auto;
}
span{
    font-weight: bolder;
}
div.fundo{
    background-color: #f8f8f8;
}
