/*
CSS da capa do site
*/
#dicas #btn-esq, #titulo-dica, #dicas .dicas-galeria, #nav-dicas, .lista-dicas {
	float:left;
}
#dicas #btn-dir {
	float:right;
}
#btn-esq, #btn-dir {
	cursor:pointer;
}
.btn-mais {
	position:relative;
}
/******* Destaque *******/
#destaque  {
	background: url('../../imgs/bgs/bg-destaque2.png') no-repeat scroll top left;
	width: 665px;
	height: 301px;
	padding-top:1px;
}

/******** Coluna do meio - esquerda *******/
#col-mid-esq {
	float:left;
	margin-top:28px;
}

#dicas {
	background: url('../../imgs/bgs/dicas-passeios.jpg') no-repeat scroll top left;
	width: 314px;
	height: 297px;
	/*margin-bottom:32px;*/
}

#dicas #titulo-dica {
	background:transparent url(../../imgs/bgs/bg-titulo-dica.jpg) no-repeat scroll left top;
	height:33px;
	overflow:hidden;
	padding-top:9px;
	text-align:center;
	width:172px;
}
#titulo-dica {
	margin-top:-1px;
}
.bloco-dicas {
	width:266px;
	margin:0px auto;
}
#nav-dicas {
	margin-left:4px;
	margin-top:77px;
}
#dicas .img-dica {
	background:transparent url(../../imgs/bgs/bg-img-dicas.jpg) no-repeat scroll left top;
	height:110px;
	margin-top:7px;
	padding:10px 0 0 10px;
	width:265px;
}
#dicas .texto-dica {
	margin-top:5px;
}
#dicas .texto-dica a {
	color:#000;
	text-decoration:underline;
}
#botoes {
	margin-bottom:25px;
}
#botoes .botao {
	height:76px;
	overflow:hidden;
	padding-left:9px;
}

#vilahall {
	background: url('../../imgs/bgs/vila-hall.jpg') no-repeat scroll top left;
	width: 315px;
	position: relative;
	margin-bottom:32px;
	height: 301px;
}
.vilalink{
	position: absolute;
	top:0;
	left:0;
	width:300px;
	height:300px;}
.bloco-vilahall {
	margin-top:96px;
	float:left;
	width:100%;
}
.descricao-bloco-vilahall {
	width:233px;
	margin:0 auto;
	color:#FFF;
}

#vilahall .lista-imagens-thumb{
	height:157px;
	overflow:hidden;
}
/******** Coluna do meio - direita *******/

#col-mid-dir {
	float:right;
	margin-top:28px;
}
#pacotes {
	height:176px;
	margin-bottom:32px;
}
#amigosvila {
	margin-top:27px;
}
#noticias {
	background: url('../../imgs/bgs/bg-noticias.jpg') no-repeat scroll top left;
	width: 311px;
	height: 458px;
}
.descricao-chamada {
	margin-top:10px;
}
.lista-chamada-capa {
	margin-top:13px;
}

.btn-mais {
	margin-top:8px;
	text-align:right;
	z-index:4;
}
