@import url(http://fonts.googleapis.com/css?family=Inconsolata);
@import url(http://fonts.googleapis.com/css?family=Scada:400italic,700italic,400,700);

#titulo{
    background: transparent;
    width: 100%;
    height: 360px;
}

#titulo img{
    width: 100%;
    margin-left: 115px;
}

#subtitulo{
    background: #9C9796;
    width: 950px;
    height: auto;
    padding: 5px 0 5px 10px;
    font-family: Scada, sans-serif;
    font-size: 22px;
    font-weight: bold;
    color: #FFFFFF;
    margin-top: 10px;
    margin-bottom: 10px;
    -webkit-box-shadow: 4px 4px 4px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 4px 4px 4px 0px rgba(50, 50, 50, 0.75);
    box-shadow: 4px 4px 4px 0px rgba(50, 50, 50, 0.75);
}

#conteudo{
    background: transparent;
    width: 100%;
    height: auto;
    display: table;    
}

#conteudo a{
    color: #6F0205;
}

#conteudo #coluna_esquerda{
    background: transparent;
    width: 460px;
    height: 100%;
    float: left;
}

#conteudo #coluna_direita{
    background: transparent;
    width: 460px;
    height: 100%;
    float: right;
}

.parte1{
    width: 100%;
    height: auto;
    float: left;
}

.parte2{
    width: 260px;
    height: auto;
    padding-top: 10px;
}

.parte3{
    width: 100%;
    height: auto;
    float: left;
    padding-top: 15px;
}

.parte1,
.parte2,
.parte3{
    background: transparent;
    font-family: Scada, sans-serif;
    font-size: 15px;
    text-align: justify;
}

.parte2{
    padding-top: 25px;
    padding-bottom: 10px;
}

#coluna_esquerda .parte2{
    float: left;
}

#coluna_direita .parte2{
    float: right;
}

#imagem_central{
    position: absolute;
    background: #F2F2F2;
    width: 390px;
    height: 300px;
    margin-top: 205px;
    margin-left: 285px;
    overflow: hidden;
}

#imagem_central img{
    width: 100%;
}

@-moz-document url-prefix() {
    #imagem_central{
        margin-top: 230px;
    }    
}

#barra_iniciar{
    background-image: url('../img/barra_iniciarexposicao.jpg');
    background-size: 100%;
    width: 100%;
    height: 60px;
    margin-top: 10px;
    cursor: pointer;
    text-align: center;
}

#barra_iniciar:hover{
    background-image: url('../img/barra_iniciarexposicao-mouse.jpg');
    background-size: 100%;
}