﻿body 
{
    background-color: #f68635; 
    margin: 0px; 
    height: 100%; 
    width:100%; 
    background-image: url(../imagens/back_rodape.gif); 
    background-position: center bottom; 
    background-repeat: repeat-y;
}
img{
    border:0px;
}

#main   
{
    float:left;
    width:100%;
    background-color: #ffffff;
    margin:0;
}
#img_destaque
{
    float: left;
    width:761px; 
    margin:0;
}
#cont_esquerdo
{ 
    background-image:url(../imagens/img_fundo_esquerdo.gif);
    background-repeat:no-repeat;
    float: left;
    width:202px; 
    height:335px;
}
#cont_esquerdo_internas
{
    background-image:url(../imagens/img_fundo_esquerdo_internas.gif);
    background-repeat:no-repeat;
    float: left;
    width:202px; 
    height:433px;
}
#cont_meio
{ 
    float: left;
    width:514px; 
    height:335px;
    margin:0;
}
#cont_meio_internas
{ 
    float: left;
    width:514px;
    height:auto;
    margin:0;
    background-image:url(../imagens/imgLink.gif);
    background-position:bottom;
    background-repeat:no-repeat;
}
#rodape
{
    float:left;
    width:761px; 
    clear:both;
    margin:0;
}
#cont_rodape
{
    clear:both;
    width:761px;
    height:54px;
    background-image:url(../imagens/img_rodape.gif);
    background-repeat:no-repeat;
    margin:0;
}
.txt
{
    font-size: 12px;
    color: #000000;
    font-family: Arial;
}

.box
{
    font-size: 10px;
    color: #000000;
    font-family: Arial;
    background-color: #ffffff;
    border-right: #777777 1px solid;
    border-top: #777777 1px solid;
    border-left: #777777 1px solid;
    border-bottom: #777777 1px solid;
}

a.linkDropDown
{
	font-family:Arial;
	font-size:10px;
	color:#ffffff;
	text-decoration:none;
	margin-left:15px;
	margin-top:5px;
	text-transform:uppercase;
}
img
{
    border:0px;
}