html, body {
	margin: 0;
	padding: 0;
	background-image:url(../images/back.jpg);
	background-position:top center;
	background-repeat:repeat-y;
	background-color:#fdf2d6;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
/* INDEX ------------------------------------------------------ */

#pagina {
	width:980px;
}
#top {
	width:980px;
	height:160px;
}
#topfoto {
	height:270px;
}
#corpo {
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:15px;
	color:#733C1E;
	clear:both;
	padding:10px;
	min-height:300px;
	text-align:left;
}
#bottom {
	clear:both;
	padding:10px 5px 5px 5px;
	text-align:center;
	margin-top:10px;
	height:120px;
	background-image:url(../images/back_bottom.jpg);
	background-repeat:repeat-x;
}
#links {
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:13px;
	color:#006633;
	text-align:center;
	padding:20px 10px 15px 10px;
}
#links a {
	color:#733C1E;
}
#links a:hover {
	color:#006633;
	border-bottom:#733C1E 1px dotted;
}
#creditos {
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:11px;
	color:#733C1E;
	text-align:center;
	margin-bottom:10px;
}
#creditos a {
	font-size:10px;
	color:#733C1E;
}

#tags {
	display:none;
}

#titPag {
	width:450px;
	padding-left:10px;
	float:left;
}

#news {
	text-align:center;
}

/* ADD THIS ------------------------------------------------------ */

.addthis_toolbox {
	width:400px;
	padding:20px 10px 0px 0px;
	text-align:right;
	float:right
}
.addthis_toolbox .custom_images a {
    width: 32px;
    height: 32px;
    margin: 0;
    padding: 0;
}
.addthis_toolbox .custom_images a img {
    opacity: 1.0;
}
.addthis_toolbox .custom_images a:hover img {
    opacity: 0.75;
}  

/* PAGS ------------------------------------------------------ */


.fotosDir {
	width:350px;
	height:270px;
	margin:0px 0px 10px 10px;
	float:right;
}

.fotosEsq {
	width:350px;
	height:270px;
	margin:0px 10px 10px 0px;
	float:left;
}

.hospedagem {
	width:350px;
	height:270px;
	margin:0px 10px 10px 0px;
	float:left;
}

.foto {
	width:348px;
	height:268px;
	border:1px solid #CCC;
}

.foto img {
	border:14px solid #FFF;
}

.fotom {
	width:224px;
	height:170px;
	border:1px solid #CCC;
	margin:0px 10px 10px 0px;
	float:left;
}

.fotom img {
	border:4px solid #FFF;
}

.fotoHome {
	border:1px solid #CCC;
	padding:4px;
	background-color:#FFF;
	margin:0px 5px 0px 0px;
	float:left;
}

.fotom img {
	border:4px solid #FFF;
}

.pacote {
	width:958px;
	border:1px solid #CCC;
	margin-bottom:5px;
}

.pacote img {
	border:14px solid #FFF;
}

.coluna4 {
	width:225px;
	margin:0px 10px 10px 0px;
	float:left;
}

.coluna3 {
	width:310px;
	height:200px;
	margin-bottom:10px;
	text-align:left;
}

.coluna3 a {
	color:#733C1E;
}

.coluna3 a:hover {
	color:#060;
}

.colunaHome {
	width:480px;
	height:250px;
	margin-bottom:10px;
	text-align:left;
}

.colunaHome a {
	color:#733C1E;
}

.colunaHome a:hover {
	color:#060;
}

.coluna2 {
	width:460px;
	text-align:left;
}

.titulo {
	font-size:20px;
	font-weight:bold;
	color:#900;
	border-bottom:#060 1px dotted;
	padding-bottom:1px;
	margin-bottom:3px;
}

.estadia {
	width:595px;
	text-align:left;
	float:right;
}

.valores {
	width:140px;
	margin:15px 15px 0px 0px;
	float:left;
}

.preco {
	font-size:20px;
	font-weight:bold;
	color:#060;
}

.preco a {
	color:#060;
}

.video {
	color:#333;
	font-size:14px;
}

.video:hover {
	color:#900;
	font-size:14px;
}

.mapa_container {
	width:958px;
	height:528px;
	border:1px solid #CCC;
}
.mapa {
	border:14px solid #FFF;
}

.legenda {
	font-size:12px;
	color:#900;
}

.legenda a {
	color:#900;
}

.legenda a:hover {
	color:#060;
}

.mais {
	font-size:24px;
	font-weight:bold;
	color:#060;
}

.mais a {
	color:#060;
}


/* FORMULARIOS ------------------------------------------------------------------- */	



form {
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:15px;
	color:#733C1E;
	margin:0px;
	padding:0px;
}
input {
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	color:#333;
	font-size:12px;
	outline:none;
}
textarea {
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	color:#333;
	font-size:12px;
	outline:none;
}
select {
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	color:#333;
	font-size:12px;
}
.button {
	cursor:pointer
}

label.error {;
	color:#C00;
	font-size:11px;
}