/* estrutura geral */

body {
margin:0;
padding:0;
background-color:#e9e9e9;
font-family:"Tahoma", Trebuchet MS, Arial;
color:#000000;
font-size:13px;
}

#geral {
width: 770px;
background-color:#FFFFFF;
margin: 0 auto 0 auto;
}

/* cabecalhos e rodapes */
#cabecalho{
width:770px;
height:80px;
background-color:#000000;
padding:0;
margin:0;
}


#blueblock{
width: 160px;
border:0;
padding: 0;
margin-bottom: 1em;
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
font-size:14px;
color: #333;
font-weight:bold;
}

* html #blueblock{ /*IE 6 only */
w\idth: 147px; /*Box model bug: 180px minus all left and right paddings for #blueblock */
}

#blueblock ul{
list-style: none;
margin: 0;
padding: 0;
border: none;
}

#blueblock li {
border:0;
margin: 0;
}

#blueblock li a{
display: block;
padding: 5px 5px 5px 8px;
border-left: 10px solid #a20000;
border-right: 10px solid #CE0000;
background-color: #CE0000;
color: #fff;
text-decoration: none;
width: 100%;
}

html>body #blueblock li a{ /*Non IE6 width*/
width: auto;
}

#blueblock li a:hover{
border-left: 10px solid #666;
border-right: 10px solid #333;
background-color: #000;
color: #fff;
}




#busca{
width:290px;
margin-top:100px;
text-align:right;
float:right;
}

#menu_dir{
width:520px;
height:25px;
padding:0;
margin:0;
float:left;
}

#menu_esq{
width:230px;
height:25px;
padding:0;
margin:0;
text-align:right;
float:right;
}

#lateral{
width:165px;
padding:0;
margin:0;
float:left;
}


#conteudo{
width:770px;
margin-bottom:20px;
display:table;
}


#texto{
width:595px;
float:right;
}



.tabcinza{
background-color:#f3f3f3; color:#000000; font-size:10px;
}
hr {
      border-top: 1px dotted #CCCCCC;
	  border-bottom: 1px #ffffff;
	  border-left: 1px #ffffff;
	  border-right: 1px #ffffff;
      color: #ffffff;
      background-color: #fffffff;
      height: 5px;
	  width:80%;
    }

	h3{
	font-size: 18px;
	background-color:#B4AFB0;
	color:#FFFFFF;
	font-family:"Tahoma", Trebuchet MS, Arial;
	font-weight:bold;
	padding-top:5px;
	width:390px;
	height:20px;
	text-align:center;
	margin-bottom:8px;
	
	}


	h1{
	font-size: 14px;
	color:#e90000;
	font-family:"Tahoma", Trebuchet MS, Arial;
	font-weight:bold;
	}
	
	#direita {
	width:190px;
	float:right;
	}
	
	#esquerda {
	width:390px;
	float:left;
	}

/* formatacao de tags */
.limpardivs {
clear:both;
}

a{	
	font-weight:bolder;
	color:#e60000;
	text-decoration:none;
	}
a:visited{
	font-weight:bolder;
	text-decoration:none;
	color:#e60000;}
	
a:hover{
	font-weight:bolder;
	color:#e60000;
	text-decoration:underline;
	}
	
a.cinza{	
	font-weight:bolder;
	color:#404041;
	text-decoration:none;
	}
a.cinza:visited{
	font-weight:bolder;
	color:#404041;
	text-decoration:none;
		}
	
a.cinza:hover{
	font-weight:bolder;
	color:#404041;
	text-decoration: underline;
			}
			
			a.red{	
	font-weight:bolder;
	font-size:11px;
	color:#e90000;
	text-decoration:none;
	}
a.red:visited{
	font-weight:bolder;
	font-size:11px;
	color:#e90000;
	text-decoration:none;
		}
	
a.red:hover{
	font-weight:bolder;
	font-size:11px;
	color:#e90000;
	text-decoration: underline;
			}
			
a.dialetica{	
	font-weight:bolder;
	color:#999999;
	text-decoration:none;
	font: 8pt "Trebuchet MS", Tahoma, Arial;
	}
a.dialetica:visited{
	font-weight:bolder;
	color:#999999;
	text-decoration:none;
		font: 8pt "Trebuchet MS", Tahoma, Arial;
		}
	
a.dialetica:hover{
	font-weight:bolder;
	color:#333333;
	text-decoration: underline;
		font: 8pt "Trebuchet MS", Tahoma, Arial;
			}


.botao{
background-color:#E40309;
color:#ffffff;
border:1px solid #ffffff;
font-size:11px;
font-family:"Tahoma", Trebuchet MS, Arial;
text-align:center;
font-weight:bold;
}

.inputtext{
background-color:#d5d5d5;
color:#000000;
border:0;
font-size:11px;
font-family:"Tahoma", Trebuchet MS, Arial;
}
form{
margin:0
}


.inputbusca{
background-color:#cfcfce;
color:#000000;
border:1px solid #ffffff;
font-size:8pt;
font-family:"Tahoma", Trebuchet MS, Arial;
}

.ok{
background-color:#db5106;
color:#ffffff;
border:0;
font-size:8pt;
font-family:"Tahoma", Trebuchet MS, Arial;
text-align:center;
font-weight:bold;
}


