/* estrutura geral */

body {
margin:0;
padding:0;
background-color:#f3f1f1;
font-family:Arial, Helvetica, sans-serif;
color:#414141;
font-size:10pt;
}

#geral {
width: 770px;
background-color:#FFFFFF;
margin: 0 auto 0 auto;
}

/* cabecalhos e rodapes */
#cabecalho{
width:770px;
height:180px;
background-color:#dcdcdc;
background-image:url(images/cabecalho.gif)
}

#cabecalhohome{
width:770px;
height:355px;
background-color:#dcdcdc;
background-image:url(images/cabecalho01.jpg)
}


#endereco{
width:700px;
height:60px;
font-size:8pt;
text-align:right;
padding-right:70px;
background-image:url(images/rodape.jpg);
background-repeat:no-repeat
}


#menuhome{
width:700px;
padding-top:290px;
height:19px;

}

#menu{
width:700px;
padding-top:140px;
height:19px;

}


#conteudo{
background-color:#ffffff;
width:750px;
padding:10px;
}


#branco{
margin-top:10px;
margin-bottom:10px;
width:725px;
margin-left:23px;
}

#titulo{
background-image:url(img/fundo_top.jpg);
width:600px;
height:80px;
padding-left:125px;
}

#texto{
background-color:#ffffff;
width:704px;
padding:10px;
}

#rodape{
background-image:url(img/fundo_bot.jpg);
width:725px;
height:80px;
}



/* formatacao de tags */
.limpardivs {
clear:both;
}

a{	
	font-weight:bold;
	color:#e80205;
	text-decoration:none;
	}
a:visited{
	font-weight:bold;
	text-decoration:none;
	color:#e80205;}
	
a:hover{
	font-weight:bold;
	color:#e80205;
	text-decoration:underline;
	}
	
a.cinza{	
	font-weight:bolder;
	color:#8b8b8b;
	text-decoration:none;
	}
a.cinza:visited{
	font-weight:bolder;
	color:#8b8b8b;
	text-decoration:none;
		}
	
a.cinza:hover{
	font-weight:bolder;
	color:#8b8b8b;
	text-decoration: underline;
			}
			
a.dialetica{	
	font-weight:bolder;
	color:#c9c9c9;
	text-decoration:none;
	font: 7pt Arial ;
	}
a.dialetica:visited{
	font-weight:bolder;
	color:#c9c9c9;
	text-decoration:none;
	font: 7pt Arial ;
		}
	
a.dialetica:hover{
	font-weight:bolder;
	color:#c9c9c9;
	text-decoration: underline;
	font: 7pt Arial ;
			}


.botao{
background-color:#e50b0b;
color:#ffffff;
border:1px solid #ffffff;
font-size:8pt;
font-family:"trebuchet MS", Verdana, Arial;
text-align:center;
font-weight:bold;
}

.inputtext{
background-color:#e50b0b;
color:#ffffff;
border:1px solid #ffffff;
font-size:8pt;
font-family:"Verdana", Arial;
font-weight:bold;
}


