
#tudo {

background-color:#CCCCCC;
width: 1260px;
height: auto;
/*overflow-x: hidden;*/
font: 12px Arial;
margin-top:-5px;
}

#cabecalho {
width: 1220px;
height: 98px;
margin: auto;
position: relative;
background: #EFEFEF;
background-repeat: no-repeat;
background-size:100% 100%;
-webkit-background-size: 100% 100%;
-o-background-size: 100% 100%;
-khtml-background-size: 100% 100%;
-moz-background-size: 100% 100%;	
}

#menu {
width: 100%;
height: 35px;
margin: auto;
background-color: #B0B0B0;	
}

#corpo {
width: 1260px;
background-color: #EFEFEF;
}

.corpointerno {
margin-top: auto;
padding: 5px 5px 5px 5px;
background-color: #EFEFEF;
width: 1245px;
color: #000000;
text-align: justify;	
}


#rodape {
clear: both;
position:relative;
background: #033; background: -moz-linear-gradient(top, #399 0%, #033 100%); background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#399), to(#033));
height: 7px;
}
.rodapeinterno {
margin-top: 0px;
padding: 5px 5px 5px 5px;
background: #033; background: -moz-linear-gradient(top, #399 0%, #033 100%); background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#399), to(#033));
width: 1250px;
color: #000000;
text-align: center;
font-family: arial;
font-size: 10px;
position:relative;}

#principal {
margin-left:-5px;
background-color: #EFEFEF;
width: 100%;
border: 0px solid #000;	
}
