/* links
--------------------------------------------------*/
a {
	text-decoration:none;
	color: #cc0000;
}

a:hover {
	text-decoration:underline;
	color: #cc0000;
}

a img {border:none;}

.whitelink {
	text-decoration:none;
	color: #FFF;
}

.whitelink a {
	text-decoration:none;
	color: #FFF;
}
.whitelink a:hover {
	text-decoration:underline;
	color: #FFF;
}

body{
	background-color:#ff3300;
	margin-top:0;
	background-image:url(../images/fundo.png);
	}

#corpo{
	width:920px;
	height:auto;
	height:100%;
	display:table;
	background-color:#fffae5;
	margin: 0 auto;
	padding:20px;
	}

#flash{
	width:920px;
	height:180px;
	}
#destaques{
	width:580px;
	height:250px;
	float:left;
	display:table;
	/*border:1px solid #ccc;*/
	}	
#destaque1{
	margin:18px 30px 0 0;
	width:257px;
	float:left;
	display:table;
	/*border:1px solid #ccc;*/
	}	

#destaque2{
	margin-top:18px;
	width:257px;
	/*border:1px solid #ccc;*/
	float:right;
	}
	
#absoluta{
	position:absolute;
	margin:-10px 0 0 600px;
	width:240px;
	height:420px;
	padding:16px;
	background-color:#fdf8e3;
	background-image:url(../images/curva.jpg);
	background-repeat:no-repeat;
	background-position:top;
	top: 106px;
	}

#bnhome{
	width:580px;
	height:190px;
	float:left;
	vertical-align:middle;
	margin-top:6px;
	}

	
#google{
	width:728px;
	height:90px;
	margin-left:50px;
	float:left;
	vertical-align:middle;
	margin-top:6px;
	}
	
#rodape{
	font:12px Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	margin-top:4px;
	color:#FFF;
	}
	
#fig_rodape{
	margin:0 auto;
	background-image:url(../images/rodape.gif);
	width:960px;
	height:22px;
	}	


#topo{
	height:120px;
	width:960px;
	background-color:#fffae5;
	margin:0 auto;
	}

.titulo{
	font:bold 16px Myriad Pro;
	border-bottom:2px solid #999;
	padding-bottom:2px;
	margin-bottom:6px;
	display:block;
	color:#CC0000;
	}
	
.blog{
	font: bold 16px Myriad Pro;
	border-bottom: 2px solid #999;
	padding-bottom: 2px;
	margin-bottom: 6px;
	color: #CC0000;
	}
	

#maladireta{
	background-color:#e5e3d8;
	padding:10px;
	background-image:url(../images/fn_mala.gif);
	}

#maladireta .titulo{
	font: bold 16px Myriad Pro;
	border-bottom: 2px solid #999;
	padding-bottom: 2px;
	margin-bottom: 6px;
	
	color: #CC0000;
	}	
	
.img{
	margin-bottom:4px;
	}

.imgleft{
	margin-right: 10px;
}
.imgright{
	margin-left: 10px;
}

.texto{
	font:13px Verdana, Arial, Helvetica, sans-serif;
	line-height: 19px;
	color:#666;
	}
	
ul{
	list-style:none;
	font:10px Verdana, Arial, Helvetica, sans-serif;
	color:#cc0000;
	margin-left:0;
	padding:0;
	}

.texto-vermelho{
	font-weight:bold;
	color:#CC0000;
	}
	
.leiamais{
	color:#CC0000;
	display:block;
	padding-bottom:4px;
	border-bottom:1px dotted #666;
	}	
