@charset "utf-8";
@import url(geral.css);
/* CSS Document */
.tipo {
	background-image:url(../img/estabelecimentos/bg_tipo.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	width:104px;
	text-align:center;
	height:125px;
	font-size:12px;
	display:block;
	float:left;
	padding-top:5px;
	padding-left:5px;
	margin-right:20px;
	text-align:center;
}
.tipo img {
	margin:20px auto 30px auto;
	display:block;
	border:0px;
}
.tipo a {
	float:left;
	width:100%;
	text-align:center;
	text-decoration:none;
}
.tipo-atual {
	text-decoration:underline;
	font-size:13px;
}
.linha-estabelecimento {
	clear:both;
	margin:40px 0px 40px 0px;
}
.linha-estabelecimento a{
	margin-left:20px;
}
.img-estabelecimento {
	float:left;
	display:block;
}
.img-galeria {
	float:left;
	display:block;
	margin-right:25px;
}

.img-moldura {
	background-image:url(../img/estabelecimentos/moldura-listagem.gif);
	width:117px;
	height:89px;
	position:absolute;
}
h4 {
	margin-left:117px;
}


.img-destaque {
	width:417px;
	height:267px;
	float:left;
	background-repeat:no-repeat;
	background-image:url(../img/estabelecimentos/bg_img_destaque.jpg);
	margin-bottom:20px;
}
.descricao-evento {
	float:right;
	text-align:justify;
	width:270px;
	font-size:12px;
}	
.descricao-evento strong {
	display:block;
	margin-bottom:10px;
	color:#395288;
	font-size:14px;
}
#menu-empresa  {
	width:712px;
	height:40px;
	clear:both;
}
#menu-empresa a{
	color:#00194c;
	text-decoration:none;
	font-size:14px;
	font-weight:bold;
	margin-right:20px;
	display:block;
	line-height:30px;
	width:80px;
	text-align:center;
	float:left;
	margin-bottom:5px;
	margin-top:5px;
}

#menu-empresa a.conteudo-atual {
	background-image:url(../img/empresa/bg_botao_tipo.jpg);
	background-repeat:no-repeat;
}
.fotos {
	float:left;
	margin-bottom:20px;
	margin-top:20px;
}
.foto {
	background-image:url(../img/estabelecimentos/moldura-listagem.gif);
	background-repeat:no-repeat;
	background-position:top center;
	width:114px;
	text-align:center;
	height:118px;
	font-size:12px;
	display:block;
	float:left;
	padding-top:5px;
	padding-left:5px;
	margin-right:10px;
}
.moldura-evento {
	background-image:url(../img/eventos/moldura-evento.gif);
	background-repeat:no-repeat;
	position:absolute;
	width:117px;
	height:89px;
}
.foto img {
	border:none;
}