@charset "utf-8";
@import url(geral.css);
/* CSS Document */
/*********************** Noticias lateral **********************************/
#noticias h2{
	background-repeat:no-repeat;
	background-image:url(../img/home/bg_titulo_noticias.gif);
	padding-left:40px;
	padding-top:5px;
	font-size:17px;
	color:#18549e;
	height:29px;
	font-weight:normal;
}
#noticias ul {
	padding:0px 0px;
	margin:0px 0px;
	list-style:none
}
#noticias ul li a{
	text-decoration:none;
	font-size:12px;
	color:#18549e;
}
#noticias ul li p {
	margin-bottom:0px;
}
#noticias ul li span{
	color:#999999;
	font-size:12px;
}
#noticias .linha-noticia {
	height:3px;
	background-image:url(../img/home/linha_noticias.jpg);
	background-repeat:no-repeat;
	margin-top:3px;
}
/*********************** Ficha Cracha **********************************/
#cracha {
	position:absolute;
	top:25px;
	width:318px;
	height:552px;
	/*background-image:url(../img/home/cracha.png);*/
	background-repeat:no-repeat;
	margin-left:-485px;
	left:50%;
	right:50%;
}
#ficha{
	width:381px;
	height:405px;
	background-image:url(../img/home/bg_ficha.png);
	background-repeat:no-repeat;
	background-position:top right;
	float:right;
	font-size:12px;
	padding-left:40px;
}
#ficha h2 {
	color:#393939;
	font-size:20px;
	margin-top:20px;
	font-weight:normal;
}
#ficha p {
	margin:0px 0px 10px 0px;
	width:352px;
	text-align:justify;
	overflow:hidden;
}
#ficha strong{
	font-size:17px;
	color:#031d50;
	font-weight:normal;
}
/*********************** Estabelecimentos **********************************/
#estabelecimentos {
	background-image:url(../img/home/bg_estabelecimentos.jpg);
	background-repeat:no-repeat;
	height:150px;
	width:716px;
	clear:both;
}
#estabelecimentos h2 {
	font-size:17px;
	height:30px;
	color:#031d50;
	margin:17px 0px 0px 45px;
	font-weight:normal;
	float:left;
}
#estabelecimentos-esquerda {
	clear:left;
	float:left;
	width:20px;
	margin-top:30px;
}
#estabelecimentos-direita {
	float:right;
	width:20px;
	margin-top:30px;
}
.estabelecimentos-tipos {
	float:left;
	width:635px;
	margin-left:25px;
	margin-top: 8px;
}


#ads {
	height:inherit; margin:10px 0px 40px 0px;
}

/*********************** Newss **********************************/
#news {
	background-image:url(../img/home/bg_news.jpg);
	background-repeat:no-repeat;
	float:left;
	width:311px;
	height:158px;
	font-size:12px;
	padding-left:20px;
}
#news h2 {
	font-size:17px;
	margin-left:40px;
	color:#275b10;
}
#nomeNewss, #emailNews {
	background-image:url(../img/home/bg_text_news.jpg);
	background-repeat:no-repeat;
	width:195px;
	height:24px;
	border:0px;
	color:#275b10;
	float:left;
	padding:3px;
}
#btn-enviar-newss {

}
/*********************** Eventos **********************************/
#eventos {
	width:365px;
	height:136px;
	background-image:url(../img/home/bg_eventos.jpg);
	background-repeat:no-repeat;
	float:right;
}
#eventos h2 {
	color:#76530a;
	font-size:17px;
	margin-left:60px;
}
#eventos span {
	font-size:12px;
	color:#666;
}
#eventos p {
	margin:15px 20px;
}
#eventos img {
	margin-left:20px;
}
#eventos a {
	color:#76530a;
	font-size:12px;
	text-decoration:none;
}
#eventos a:hover{
	text-decoration:underline;
}