/* CSS Document */
body{
margin:0;
padding:0;
line-height: 1.5em;
background:#ffffff;
color:#FFFFFF;
font-family: "Lucida Grande", Arial, sans-serif;
}

a {
color:#e06025;
text-decoration:none;
}

#total{
background-image:url(images/fundo_home.jpg); 
/*background-repeat:no-repeat;*/
background-position:top; 
height:768px;
}

#menu{
width:750px;
}

#miolo{
height:400px; 
width:1000px; 
padding-top:15px;
}

#faixa{
position:relative;
}

#noticias{
width:263px; height:220px; 
padding-left:20px; 
text-align:left; 
float:left;
}

#noticias table td {
font-family: "Lucida Grande", Arial, sans-serif;
font-size:11px;
}

#noticias table td a{
color:#FFFFFF;
font-size:11px;
text-decoration:none;
}

#noticias table td a:hover{
color:#db1c21;
/*font-weight:bold;*/
text-decoration:none;
}

#home_btns{
width:640px; 
height:320px; 
float:right; 
position:absolute; 
left: 371px; 
_left: -271px; 
top: -54px;
}

#bottom{
clear:both;
background-image:url(images/fundo_rodape.png); 
background-repeat:repeat-x;
/*width:1024px;*/
height:77px; 
padding-top:35px;
}