/* Body Padrao */

#conteudo {
	position: absolute;
	visibility: hidden;
	z-index: 100;
	width: 0;
	margin: 0;
	padding: 0;
	background-color: none;
	bottom: 102px;
}

* html #conteudo {
	position: absolute;
	z-index: 100;
	margin-left: 0px;
	margin-top: 0px;
	background-color: none;
	bottom: 100px;
}

#catalogo {
	position: relative;
	padding-left: 10px;
	margin-left: 10px;
	margin-top: 0px;
	width: 723px;
	height: 373px;
	overflow: hidden;
	background-color: #A7B3D1;
	background-image: url(../catalogo/tourosdompedrito_bg.jpg);
	background-position: left top;
	background-repeat: no-repeat;
}

#info {
	position: absolute;
	visibility: hidden;
	z-index: 150;
	margin-left: 0px;
	margin-top: 0px;
	padding-right: 3px;
	background-image: url(../ajax/fundo_carregando.gif);
	top: -425px;
	left: 40px;
}

* html #info {
	position: absolute;
	visibility: hidden;
	z-index: 150;
	margin-left: 0px;
	margin-top: 0px;
	background-image: url(../ajax/fundo_carregando.gif);
	top: -425px;
	left: 40px;
}


#infoConteudo {
	position: relative;
	top: 0;
	left: 0;
	padding-top: 30px;
	padding-left: 30px;
	padding-bottom: 25px;
	padding-right: 25px;
	margin-bottom: 5px;
	margin-right: 10px;
	width: 627px;
	/* height: 300px; */
	overflow: hidden;
	border: 1px solid #636A7C;
	filter:alpha(opacity=97);
	-moz-opacity:.97;
	opacity:.97;	
	background-color: #A7B3D1;
}

* html #infoConteudo {
	width: 683px;
	margin-right: 2px;
}

#carregando {
	position: absolute;
	visibility: hidden;
	z-index: 200;
	width: 0;
	height: 0;
	margin: 0;
	padding: 0;
	background-color: none;
	background-image: url(../ajax/fundo_carregando_status.gif);
	-moz-opacity:.87;
	opacity:.87;	
	left: 31px;
	bottom: 9px;
}

* html #carregando {
	position: absolute;
	z-index: 200;
	width: 0;
	height: 0;
	margin: 0;
	padding: 0;
	background-color: none;
	background-image: url(../ajax/fundo_carregando_status.gif);
	filter:alpha(opacity=87);
	left: 31px;
	bottom: 9px;
}

#mensagem {
	position: relative;
	margin: 0;
	padding-left: 3px;
	padding-top: 50px !important;
	padding-top: 50px;
	width: 619px;
	/* height: 86px; */
	overflow: hidden;
	background-color: none;
	text-align: right;
	vertical-align: text-bottom;
}

#menu {
	position: absolute;
	visibility: hidden;
	z-index: 1;
	width: 0;
	height: 0;
	margin: 0;
	padding: 0;
	background-color: none;
	left: 31px;
	bottom: 21px;
}

* html #menu {
	position: absolute;
	z-index: 1;
	width: 0;
	height: 0;
	margin: 0;
	padding: 0;
	background-color: none;
	left: 31px;
	bottom: 21px;
}

#menuConteudo {
	position: relative;
	margin: 0;
	padding: 0;
	width: 620px;
	overflow: hidden;
	background-color: none;
	text-align: right;
	vertical-align: text-bottom;
}


#fechar {
	position: relative;
	float: right;
	margin: 0px;
	padding: 0px;
	text-align: center;
	margin-top: -15px;
	margin-right: -5px;
	height: 1.5em;
	width: 1.5em;
	overflow: hidden;
	color: #222;
	background-color: none;
	font-size:0.7em;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

* html #fechar { float:right; }