/* CSS Document */

body {
background: #D02027;
margin: 7px 0px 0px 0px;
}

#tudo {
font: 7pt Verdana, Geneva, Arial, Helvetica, sans-serif;
width: 99%;
height: auto;
background: #ffffff;
margin: 0 auto;
border: 0px solid #FFFFFF;
text-align: center;
}

/* começa topo acessivel */

#logo {
position: absolute;
border: 0px solid #DB1F26;
background: url("../layout/logo.png") no-repeat left;
width: 500px;
height: 172px;
top: 7px;
left: 10px;
}

#menusuperior {
background: #D02027 url("../topo/topo1.jpg") no-repeat left;
width: 100%;
height: 30px;
margin-top: 0px;
border-bottom: 0px solid #000000;
}

#topo {
width: 100%;
height: 215px;
background: #D02027 url("../topo/topo2.jpg") no-repeat left;
text-align: center;
border-top: 0px solid #ffffff;
}

#menucentral {
background: #D02027 url("../topo/topo3.jpg") no-repeat left;
width: 100%;
height: 55px;
border-bottom: 0px solid #000000;
text-align: left;
}


#menuinferior {
background: #ffffff;
width: 100%;
height: 30px;
border-top: 1px solid #D02027;
}

#rodape {
width: 100%;
height: 45px;
font-weight: bold;
background: #EAEAEA;
font: 8pt Verdana, Geneva, Arial, Helvetica, sans-serif;
text-align: center;
color: #969696;
padding: 10px 0px 0px 0px;
font-weight: bold;
}

.copy a{
color: #969696;
font-weight: bold;
}

.negrito {
color: #000000;
font-weight: bold;
}

.designer a{
color: #C8C8C8;
text-decoration: none;
}

.designer a:hover{
color: #969696;
text-decoration: none;
}


