@charset "utf-8";
/* CSS Document */
/* Criado por Agência Basset - www.agenciabasset.com.br */
/* Contato: http//twitter.com/agenciabasset*/

body {
	text-align: center; /*Centraliza no IE*/
	margin: 0;
	padding: 0;
	background-image: url(img/bg.jpg);
	background-repeat: repeat-x;
	background-position:top;
	background-color:#dfbd4f;
	}

#tudo {
	width: 984px;
	text-align: left;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	}
	
#topo {
	width: 984px;
	height: 214px;
}


#menu {
	width: 984px;
	height: 90px;
	margin-top: 35px;
	margin-left: auto;
	margin-right: auto;
}


#flyers_home {
	width: 984px;
	margin-top: 35px;
}


#rodape_promo {
	width: 984px;
	height: 235px;
	margin-top: 35px;
}


#rodape_promo_esq {
	width: 675px;
	height: 235px;
	float:left;
}


#rodape_promo_dir {
	width: 292px;
	height: 235px;
	float:right;
}


#video_home {
	width: 274px;
	height:235px;
	float: left;
}


#destaque_home {
	width: 380px;
	height:235px;
	float: right;
}


#rodape_final {
	width: 984px;
	height: 100px;
	margin-top: 30px;
	clear: both;
}


.texto_comum {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333;
}


.titulo {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #333;
	font-weight:bold;
}

.titulo_dia {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #C00;
	font-weight:bold;
}

a:link {
	color: #F30;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #F30;
}
a:hover {
	text-decoration: underline;
	color: #F60;
}
a:active {
	text-decoration: none;
	color: #F30;
}
a {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

.form_niver {
	width: 100%;
	height: 20px;
	border:1px solid #C00;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#C00;
}

.form_niver_multi {
	width: 100%;
	height: 100px;
	border:1px solid #C00;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#C00;
}


.btn_enviar {
	width: 100px;
	height:30px;
	background-color:#C00;
	color: #FFF;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:bold;
}

