/* -------------------------------------------------- */
/* Estilos - BASE */

body, p, table, form, h1, h2, h3, h4, img, span, div, iframe {
	margin:0px;
}

body {
	background-color:#051006;
	background-image:url(img/fundo-arte-01.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	background-attachment:fixed;
	margin:0px 0px 0px 0px;
	color:#3a220b;
	font-family:Georgia;
	font-size:12px;
	line-height:17px;
}

p {
	font-family:Georgia;
	color:#3a220b;
	font-size:12px;
	line-height:17px;
	margin-bottom:0.6em;
}

a {
	color:#224900;
	font-family:Georgia;
	font-size:12px;
	text-decoration:underline;
}

a:hover {
	color:#5e863a;
	font-family:Georgia;
	font-size:12px;
	text-decoration:underline;
}

table {
	font-family:Georgia;
	font-size:12px;
}

/* -------------------------------------------------- */
/* Estilos - LAYOUT */


span {
	font-size:12px;
	margin:0px;
}

h1 {
	color:#3a220b;
	font-size:18px;
	margin-bottom:0.6em;
	font-weight:bold;
}

h2 {
	color:#3a220b;
	font-size:16px;
	margin-bottom:0.2em;
	font-weight:bold;
}

h3 {
	color:#3a220b;
	font-size:14px;
	margin-bottom:0.2em;
	font-weight:bold;
}

li {
	font-size:12px;
	line-height:17px;
	list-style-type:square;
}

/* -------------------------------------------------- */
/* Estilos - LINKS */

a.link-home {
	color:#49479d;
	font-family:Georgia;
	font-size:15px;
	font-weight:bold;
	text-decoration:underline;
}

a.link-home:hover {
	color:#d87cfa;
	font-family:Georgia;
	font-size:15px;
	font-weight:bold;
	text-decoration:underline;
}


/* -------------------------------------------------- */
/* DIVS IDs*/

#recanto {
	margin:0px auto 0px auto;
	width:1000px;
}

#recanto #topo {
	width:1000px;
	height:150px;
}

#recanto #topo #telefone {
	float:left;
	width:380px;
	height:130px;
	padding:20px 0px 0px 20px;
}

#recanto #topo #logomarca {
	float:left;
	width:210px;
	height:140px;
	padding:10px 0px 0px 0px;
}

#recanto #topo #logomarcas {
	float:left;
	width:373px;
	height:133px;
	padding:17px 17px 0px 0px;
}

#recanto #menu {
	clear:both;
	width:1000px;
	height:70px;
}

#recanto #miolo {
	width:910px;
	clear:both;
	padding:15px 45px 0px 45px;
	
}

#recanto #miolo-maior {
	width:935px;
	clear:both;
	padding:15px 45px 0px 20px;
	
}

#recanto #miolo #quadro-apresentacao {
	float:left;
	width:290px;
	height:240px;
	background-image:url(img/moldura-home.png);
	padding:35px 35px 35px 35px;
	margin:0px 20px 0px 0px;
}

#recanto #miolo #foto-flash {
	float:left;
	width:530px;
	height:190px;
	margin:0px 0px 20px 0px;
}

#recanto #miolo #quadro-destaques {
	float:left;
	width:260px;
	height:50px;
	margin:0px 20px 0px 0px;
	background-image:url(img/moldura-destaque-home.png);
	padding:25px 35px 25px 35px;
}

#recanto #miolo #quadro-video {
	float:left;
	width:180px;
	height:100px;
}

#recanto #miolo #video {
	float:left;
	width:420px;
	height:265px;
	padding:45px 185px 30px 305px;
	background-image:url(img/moldura-video.png);
	background-repeat:no-repeat;
	background-position:center;
}

#recanto #miolo-maior #quadro-como-chegar-mapa {
	float:left;
	width:535px;
	height:515px;
	margin:0px 40px 30px 0px;
}

#recanto #miolo-maior #quadro-como-chegar-info {
	float:left;
	width:290px;
	height:250px;
	background-image:url(img/moldura-como-chegar-info.png);
	margin:0px 0px 40px 0px;
	padding:35px 35px 35px 35px;
}

#recanto #miolo-maior #quadro-como-chegar-google {
	float:left;
	width:360px;
	height:125px;
	margin:0px 0px 30px 0px;
}

#recanto #miolo #contato{
	float:left;
	width:520px;
	height:420px;
	padding:45px 195px 0px 195px;
	margin:0px 0px 30px 0px;
	background-image:url(img/moldura-contato.png);
	background-repeat:no-repeat;
	background-position:center;
}

#recanto #castello-branco {
	float:left;
	width:950px;
	height:15px;
	text-align:right;
	padding:0px 50px 0px 0px;
}

#recanto #miolo-maior #quadro-passa-quatro-foto {
	float:left;
	width:535px;
	height:320px;
	margin:0px 40px 30px 0px;
}

#recanto #miolo-maior #quadro-passa-quatro-info {
	float:left;
	width:290px;
	height:250px;
	margin:0px 0px 30px 0px;
	background-image:url(img/moldura-passa-quatro-info.png);
	padding:35px 35px 35px 35px;
}

#recanto #miolo #quadro-acomodacoes-chamada-casas {
	clear:both;
	width:669px;
	height:25px;
	margin:0px 0px 30px 0px;
	background-image:url(img/moldura-acomodacoes-chamada-casas.png);
	background-position:center;
	background-repeat:no-repeat;
	padding:25px 35px 20px 230px;
}


/* DIVS Class*/

div.itens-esq {
	float:left;
}

div.itens-dir {
	float:right;
}

div.fechamento {
	clear:both;
	height:1px;
}

div.galeria-thumbs-esq {
	float:left;
	width:200px;
	height:190px;
	margin:0px 36px 30px 0px;
}

div.galeria-thumbs-esq-miolo-maior {
	float:left;
	width:200px;
	height:190px;
	margin:0px 36px 30px 25px;
}

div.galeria-thumbs-dir {
	float:left;
	width:200px;
	height:190px;
	margin:0px 0px 30px 0px;
}

div.quadro-acomodacoes {
	float:left;
	width:360px;
	height:335px;
	margin:0px 20px 15px 0px;
	background-image:url(img/moldura-acomodacoes.png);
	padding:35px 45px 55px 60px;
}

div.quadro-que-cresce {
	float:left;
	width:435px;
	margin:0px 39px 40px 0px;
}

div.quadro-top  {
	clear:both;
	width:435px;
	height:30px;
	background-image:url(img/moldura-top.png);
}

div.quadro-middle  {
	clear:both;
	width:365px;
	background-image:url(img/moldura-middle.png);
	background-repeat:repeat-y;
	padding:5px 35px 0px 35px;
}

div.quadro-bottom  {
	clear:both;
	width:435px;
	height:60px;
	background-image:url(img/moldura-bottom.png);
}

/*Class*/

