@charset "utf-8";
body{
	margin: 0;
	padding: 0;
	background: #fff;
	color: #666;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}

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

a:hover{
	color: #666;
	text-decoration: underline;
}

#topo{
	background: #990033;
	padding: 20px 0;
	margin-bottom: 20px;
	background-image: url("../img/topo.jpg");
	background-position: top center;
	background-repeat: repeat-y;
}
	#topo .logo{
		width: 220px;
		float: left;
	}
	
	#topo .menu{
		width: 700px;
		float: right;
		font-size: 20px;
		letter-spacing: -1px;
	}
		.menu ul{
			text-align: right;
			margin-bottom: 30px;
		}
		
		.menu ul li{
			display: inline;
			margin-left: 15px;
		}
		
		.menu a{
			color: #fff;
			text-decoration: none;
		}
		
		.menu a:hover{
			color: #FFCCCC;
		}
		
	#topo .cidades{
		width: 700px;
		float: right;
		text-align: right;
	}
		
#geral{
	width: 960px;
	margin: 0 auto;
}		
	#geral .banner{
		margin-bottom: 20px;
	}
	
	#geral .meio{
	}
		.meio .destaques{
		}
			.destaques .destaque01{
				width: 460px;
				height: 300px;
				float: left;
				padding: 5px;
				border: 1px solid #ccc;
			}
			
			.destaques .destaque02{
				width: 471px;
				height: 300px;
				float: right;
			}
				.destaque02 .bloco01{
					width: 220px;
					height: 140px;
					padding: 5px;
					border: 1px solid #ccc;
					float: left;
				}
				
				.destaque02 .bloco02{
					width: 220px;
					height: 140px;
					padding: 5px;
					border: 1px solid #ccc;
					float: right;
				}
				
				.destaque02 .bloco03{
					width: 460px;
					height: 140px;
					padding: 5px;
					border: 1px solid #ccc;
					margin-top: 7px;
				}
		
		.meio .novidades{
			margin: 20px 0;
		}
		
		.meio .blocos{
		}
			.blocos .facebook{
				width: 630px;
				float: left;
			}
			
			.blocos .video-destaque{
				width: 300px;
				float: right;
			}
			
		.meio .rodape{
			text-align: center;
			padding: 10px 0;
		}
	
/* Classes */
h1, h2, h3, h4, p, ul, form{
	margin: 0;
	padding: 0;
}

h1{
	font-size: 30px;
	background: url(../img/bg-tira.jpg) repeat-x top;
	padding-top: 15px;
	font-weight: normal;
	letter-spacing: -2px;
	margin-bottom: 10px;
	color: #990033;
}

h2{
	font-size: 24px;
	font-weight: normal;
	letter-spacing: -1px;
	margin-bottom: 10px;
	color: #990033;
}

h3{
	font-size: 18px;
	font-weight: normal;
	letter-spacing: -1px;
	margin-bottom: 10px;
}

img{
	border: none;
}

ul{
	list-style: none;
}

.espaco{
	height: 1px;
	clear: both;
}

.centro{
	width: 960px;
	margin: 0 auto;
}

.bt{
	cursor: pointer;
	padding: 8px 20px;
}

.info{
	margin-bottom: 10px;
	font-style: italic;
	font-size: 13px;
	color: #999
}
	.info .caminho{
		float: left;
		width: 450px;
	}
	
	.info .filtro{
		float: right;
		width: 450px;
		text-align: right;
	}

.bloco-anunciante{
	width: 220px;
	height: 240px;
	padding: 5px;
	border: 1px solid #ccc;
	float: left;
	margin-left: 5px;
}

.compartilhar{
	width: 100%;
	margin: 10px 0;
	clear: both;
}

input, textarea, select{
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	border: 1px solid #ccc;
	padding: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	color: #990033;
}

select{
	cursor: pointer;
}

i {
	font-size: 12px;
	color: #990033;
}

i b {
	color: #FFFFFF;
}
