﻿@charset "utf-8";
/* CSS Document */
/* Código CSS Comum às várias páginas do "Espírito de Aventura" */
html, body, h1, h1, h3, h4, h5, h6, p, ol, ul, li, pre, code, address, variable, form, fieldset, blockquote {
 padding: 0;
 margin: 0;
 font-size: 100%;
 font-weight: normal;
}

table { border-collapse: collapse; border-spacing: 0; }
td, th, caption { font-weight: normal; text-align: left; }
img, fieldset { border: 0; }
ol { padding-left: 1.4em; list-style: decimal; }
ul { padding-left: 1.4em; list-style:square; } 
q:before, q:after { content:''; }

/*******************************************************************************
/* CÓDIGO GERAL
/*******************************************************************************
*/

/* *************    ESPAÇO A UTILIZAR PELA PÁGINA   **************           */
#Fundo {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #FFF;
}

#Fundo0 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 50px;
	background-color: #c9b59c;
}

#Fundo1 {
	position: absolute;
	bottom: 0!important;
	left: 0;
	width: 100%;
	height: 50px;
	background-color: #c9b59c;
}

#Fundo2 {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 15px;
	background-color: #f86e56;
}

#Galeria_Principal {
		margin-top: 130px;
}

#btn_Retorno  {
	position: absolute;
	top: 10px;
	right: 200px;
	width: 213px;
	height: 26px;
}