@charset "iso-8859-1";
/* CSS Document */
html, body {
	width:100%;
	height:100%;
	min-height:100%;
	margin:0 auto;
	background:#FFF;
	font-family:Trebuchet MS;
	font-size:11px;
	color:White;
	background-image:url(../_images/bg_internas.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	color:#656565;
}

img {
	border:none;
}

a {
	text-decoration:none;
}

a:hover {
	color:#9CBEE2;
} 

h1{
	color:#12623a;
	font-size:26px;
	margin:0px;
	padding:0px;
	font-weight:normal;
}

h2{
	font-size:20px;
	color:#ed1c24;
	margin:0px;
	padding:0px;
}

button{
	background:none;
	border:none;
	width:auto;
	height:auto;
	cursor:pointer;
	margin:0px;
	padding:0px;
}



/* Classes Gerais */

.centro{
	width: 990px;
	margin:0px auto;
}

.hr{
	border-bottom:1px solid #dfe1de;
}

#mainBody{
	
}

#menuContainter{
	width:990px;
	margin:0px auto;
	padding:30px 0px 0px 0px;
}

.menu1 .item{
	width:100%;
	margin:5px;
}

.menu1 .hr{
	margin:0px 8px 0px 8px;
}

.menu1 .item .topLeft, .menu1 .item .topRight, .menu1 .item .bottomLeft, .menu1 .item .bottomRight{
	width:5px;
	height:5px;
}

.menu1 .selecionado.item .topLeft{
	background:url(../_images/BG_menu1_item_topLeft.gif) top left no-repeat;
}

.menu1 .selecionado.item .topRight{
	background:url(../_images/BG_menu1_item_topRight.gif) top right no-repeat;
}

.menu1 .selecionado.item .bottomLeft{
	background:url(../_images/BG_menu1_item_bottomLeft.gif) bottom left no-repeat;
}

.menu1 .selecionado.item .bottomRight{
	background:url(../_images/BG_menu1_item_bottomRight.gif) bottom right no-repeat;
}

.menu1 .selecionado{
	background-color: #ed1c24;
	color:#FFF;
	line-height:normal;
}

.menu1 .selecionado *{
	color:#FFF;
}

.descricao{
	text-align:justify;
	line-height:20px;
}

.curtain{
	padding:70px 10px 10px 10px;
	background:#c6a765;
	text-align:left;
	height:100%;
	width:100%;
	position:absolute;
	z-index:98;
	top:0px;
	left:0px;
	
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=84);
	filter:alpha(opacity=84);
	-moz-opacity:.84;
	opacity:.84;
}

.aguarde{
	z-index:99;
	position:absolute;
	top:30%;
	left:35%;
	background:url(../_images/IMG_aguarde.png) center no-repeat;
	height:179px;
	width:438px;
	cursor:pointer;
}

.horario{
	background-color:#ed1c24;
	padding:5px 5px 5px 5px;
	margin:0px 10px 20px 0px;
	color:#FFF;
	font-weight:bold;
	float:left;
}

.atracao{
	clear:both;
	width:100%;
	height:30px;
}
