﻿.tiposuvas
{
    background: url(../imagens/tiposuvas_fundo.jpg) no-repeat center top;
    height: 925px;
}

.tiposuvas .texto
{
    margin-top: 280px;
    float:right;
    width: 45%;
    color: #1A1A1A;
    margin-right: 5%;
}

.controles {
    float:left;
    width: 100%;
    margin-bottom: 25px;
}

.controles div {
    width: 210px;
    float:left;
}

select {
    border: 1px solid #958E8B;
    border-radius: 7px;
    padding: 3px;
    width: 200px;
}

input[type=submit] {
    background: #5C0000;
    color: #FFF;
    border: 0px;
    padding: 4px;
    border-radius: 7px;
    margin-left: 3px;
}

.texto h1 {
    margin: 25px 0;
    font-size: 48px;
    font-weight: 100;
    color:#373435;
}
