* {
    margin: 0px;
    padding: 0px;
}

body {
    font-family: sans-serif;
    font-size: 11px;
    background: #00126d url(img/bg.png) repeat-x;
}

#tudo {
    margin: 2% auto;
    height: 460px;
    width: 50%;
    text-align: center;
}

h1 {
    text-align: left;
}

#menu {
    height: 85px;
    width: 100%;
    background: #000;
    position: absolute;
    bottom: 0px;
    text-align: center;
    clear: both;
    background: #000 url(img/menu.bg.png) repeat-x;
}

#wrapper_menu {
    margin: 0px auto;
}

.menu {
    height: 20px;
    margin: 10px 10px 0px 10px;
    display: inline-block;
    text-align: center;
    padding: 10px 0px 3px 0px;
    color: #fff;
    font-weight: bold;
    font-size: 13px;
}

a {
    text-decoration: none;
    color: #fff;
}
a:hover {
    color: #aaa;
    padding: 0px;
}

#radio {
    width: 240px;
    height: 20px;
    margin: 10px 5px 10px 5px;
    display: inline-block;
    text-align: center;
    font-weight: bold;
}

.contato {
    width: 220px;
    padding: 20px;
    text-align: center;
}

input {
    margin: 5px 15px;
    width: 200px;
    height: 30px;
}

textarea {
    margin: 5px 15px;
    width: 200px;
    height: 166px;
}

.imagens_home {
    width: 20%;
    text-align: center;
}