@charset "utf-8";
/* CSS Document */

.oneColFixCtrHdr #container {
	width: 1020px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 5px solid #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
body {
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #FFFFFF;
	background-image: url(../images/background.jpg);
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	background: #FFFFFF;
	float: left;
	width: 760px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
}
.oneColFixCtrHdr #footer {
	background-color: #DDDDDD;
	background-image: url(../images/turismo-empresarial_04.jpg);
	background-repeat: no-repeat;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#links_topo {
	background-image: url(../images/turismo-empresarial_02.jpg);
	background-repeat: no-repeat;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}
#links_baixo {
	clear: both;
}
.style3 {font-size: 80%}
.oneColFixCtrHdr #container #footer #rodape_dados_um {
	float: left;
	padding-top: 35px;
	padding-left: 120px;
}
#rodape_dados_dois {
	float: right;
	padding-top: 38px;
	padding-right: 190px;
}
#rigth {
	background-color: #FFFFFF;
	float: left;
}
.style5 {
	color: #FFFFFF;
	font-size: 80%;
}
.style6 {
	color: #FFFFFF;
	font-size: 75%;
}
#conteudo01 {
	border-bottom-style: double;
	border-bottom-color: #0000FF;
	border-bottom-width: medium;
	padding-bottom: 10px;
	width: 330px;
}
#conteudo02 {
	width: 350px;
	page-break-before: always;
	page-break-after: always;
	clear: left;
	float: left;
	background-repeat: no-repeat;
	background-position: center top;
}
#conteudo03 {
	width: 350px;
	page-break-before: always;
	page-break-after: always;
	clear: left;
	float: left;
	border-bottom-width: medium;
	border-bottom-style: double;
	border-bottom-color: #0033FF;
}
#conteudo04 {
	width: 350px;
	page-break-before: always;
	page-break-after: always;
	clear: left;
	float: left;
	background-image: url(../images/atividade_de_aventura_back.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#conteudo05 {
	width: 350px;
	page-break-before: always;
	page-break-after: always;
	clear: left;
	float: left;
	border-bottom-width: medium;
	border-bottom-style: double;
	border-bottom-color: #0000FF;
}
#conteudo06 {
	width: 350px;
	page-break-before: always;
	page-break-after: always;
	clear: left;
	float: left;
	background-image: url(../images/treinamento_ar_livre.jpg);
	background-repeat: no-repeat;
	padding-top: 140px;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: none;
	color: #000000;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: none;
	color: #000000;
}
.style9 {font-size: 10px}
#ativ_avent_direita {
	padding-left: 110px;
	padding-right: 20px;
}
