body {
    padding: 0;
    margin: 0;
    background-image: url('../imgs/bg.gif');
    padding-top: 10px;
    padding-bottom: 10px;
}

table, td, tr {
    border-width: 0px;
    border-color: yellow;
    border-style: solid;
    margin: 0;
    padding: 0;
    border-spacing: 0;
}

a {
    border: 0;
    text-decoration: none;
}

img {
    border: 0;
}

#principal {
    margin-left: auto;
    margin-right: auto;
    width: 990px;
}

#header {
    background-color: #ffffff;
    width: 990px;
}

#header_direita {
    position: relative;
    float: right;
}

#barra_menu {
    width: 100%;
    height: 45px;
    background-color: #0090e0;
}

#silhuetas {
    position: relative;
    float: left;
    margin-top: -149px;
    margin-left: 480px;
}

#container_menu {
    position: relative;
    margin-left: 20px;
    width: 280px;
    height: 45px;
    border: 0px solid yellow
}

#mediabox {
    margin-top: 30px;
    margin-bottom: 30px;
}

#box_txt_home {
    width: 950px;
    overflow: hidden;
    background-color: #fbdb00;
    border: 2px solid #0090e0;
    margin-left: auto;
    margin-right: auto;
}

#box_contato {
    width: 500px;
    margin-top: 20px;
    background-color: #ffffff;
    border: 2px solid #0090e0;
    margin-left: auto;
    margin-right: auto;
}

#txt_home {
    width: 930px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
    margin-bottom: 20px;
    font-size: 14px;
    color: #303030;
    font-family: comic sans ms, sans serif, arial, helvetica;
}

#txt_interna {
    width: 450px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
    margin-bottom: 20px;
    font-size: 14px;
    color: #303030;
    font-family: comic sans ms, sans serif, arial, helvetica;
}

#menu1 {
    position: absolute;
    bottom: 0px;
    width: 69px;
    height: 22px;
    background-image: url('../imgs/menu1.gif');
}

#menu2 {
    position: absolute;
    bottom: 0px;
    left: 76px;
    width: 76px;
    height: 22px;
    background-image: url('../imgs/menu4.gif');
}

#menu3 {
    position: absolute;
    bottom: 0px;
    left: 159px;
    width: 69px;
    height: 22px;
    background-image: url('../imgs/menu2.gif');
}

#menu4 {
    position: absolute;
    bottom: 0px;
    left: 235px;
    width: 90px;
    height: 22px;
    background-image: url('../imgs/nossoespaco.gif');
}

#menu5 {
    position: absolute;
    bottom: 0px;
    left: 332px;
    width: 90px;
    height: 22px;
    background-image: url('../imgs/seuespaco.gif');
}

#menu6 {
    position: absolute;
    bottom: 0px;
    left: 428px;
    width: 69px;
    height: 22px;
    background-image: url('../imgs/menu3.gif');
}

#menu1:hover {
    cursor: pointer;
    width: 69px;
    height: 27px;
    background-image: url('../imgs/menu1_hover.gif');
}

#menu2:hover {
    cursor: pointer;
    width: 76px;
    height: 27px;
    background-image: url('../imgs/menu4_hover.gif');
}

#menu3:hover {
    cursor: pointer;
    width: 69px;
    height: 27px;
    background-image: url('../imgs/menu2_hover.gif');
}

#menu4:hover {
    cursor: pointer;
    width: 90px;
    height: 27px;
    background-image: url('../imgs/nossoespaco_hover.gif');
}

#menu5:hover {
    cursor: pointer;
    width: 90px;
    height: 27px;
    background-image: url('../imgs/seuespaco_hover.gif');
}

#menu6:hover {
    cursor: pointer;
    width: 69px;
    height: 27px;
    background-image: url('../imgs/menu3_hover.gif');
}

#tel {
    position: relative;
    float: right;
    margin-right: 7px;
}

#tabela_atividades {
    position: relative;
    float: left;
    background-color: #ffffff;
    width: 375px;
    height: 500px;
    margin-top: 10px;
    margin-left: 10px;
}

.menu {
    position: relative;
    float: left;
    margin-left: 10px;
    width: 69px;
    height: 22px;
    background-image: url('../imgs/menu.gif');
}

.menu:hover {
    width: 69px;
    height: 27px;
    background-image: url('../imgs/menu_hover.gif');
}

.transparencia {
    opacity: 0.8;
    filter: alpha(opacity=80);
    background-color: #ffffff;
}

.align_top {
    vertical-align: top;
}

.align_bottom {
    vertical-align: bottom;
}

.align_center {
    margin-left: auto;
    margin-right: auto;
}

.nopadding {
    padding: 0px;
    margin: 0px;
}

