
#tudo {

background-color:#CCCCCC;
width: 900px;
height: auto;
/*overflow-x: hidden;*/
font: 12px Arial;
margin-top:-2px;
}

#cabecalho {
width: 900px;
height: 130px;
margin: auto;
position: relative;
background-image: url(img/logo.jpg);
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: #438437;	
}

#corpo {
width: 900px;
background-color: #E0E0E0;
}

.corpointerno {
margin-top: auto;
padding: 5px 5px 5px 5px;
background-color: #CCCCCC;
width: 890px;
color: #000000;
text-align: justify;	
}

#lateral_esq {
float:left;
width: 200px;
background-color: #f0f0f0;
margin-right: 5px;
border-right: 1px dashed #00248E;	
}

#lateral_dir {
float: right;
width: 200px;
height: 440px;
margin: auto;
background-color: #CCF544;	
}

#rodape {
clear: both;
position:relative;
background: #254767; background: -moz-linear-gradient(top, #3A658E 0%, #254767 100%); background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#3A658E), to(#254767));
height: 7px;
}
.rodapeinterno {
margin-top: 0px;
padding: 5px 5px 5px 5px;
background: #033; background: -moz-linear-gradient(top, #3A658E 0%, #254767 100%); background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#3A658E), to(#254767));
width: 890px;
color: #FFFFFF;
text-align: center;
font-family: arial;
font-size: 10px;
position:relative;	
}

#principal {

background-color: #CCCCCC;
width: 890px;
position:relative;	
}
