@charset "utf-8";
/* CSS Document */

*{padding:0; margin:0; font-family:Arial, Helvetica, sans-serif; font-size:12px}
body{

background-color: #290101;/*#5AA4C2 /*#AED5E1*/}
hr{display:none}
h1,h2{display:none;}
#layout{
	/*background-image: url(../img/layout/fundo_layout.jpg);*/
	background-repeat: repeat-x;
	background-position: left 0px;
}
#topo{
	width:100%;
	height:285px;
	min-width:1003px;
	background-image: url(../img/layout/topo2012.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#topo ul{
	list-style:none; 
	display:block; 
	width:1003px; 
	margin:auto;
	padding-top: 210px;
}
#topo ul li{
	display:block;
	float:left;
	margin:20px;
}
#topo ul li a{
	display:block;
	text-indent:-5000px;
	width:100px;
	height:50px;
}
#topo ul li #ingressos{
	width:120px;
}
#topo ul li #arraial{
	width:180px;
}
#topo ul li #como_comprar{
	width:151px;
}

#corpo{
	width:100%;
	/*min-height:500px;*/
	min-width:1003px;
	/*background-color:#FFFFFF;
	padding-bottom:40px;*/
}
#corpo #conteudo{
	margin:auto;
	width:1003px;
	background-color:#FFFFFF;
	min-height:500px;
	padding-bottom:40px;
}
#corpo #conteudo h3{
	display:block;
	width:100%;
	height:62px;
	font-size:30px;
	color:#FF6600;
	text-indent:70px;
	background-image: url(../img/layout/h3.jpg);
	background-repeat: no-repeat;
	background-position: left 0px;	
	padding-top:15px;
}
#corpo #conteudo h4{
	display:block;
	padding:10px;
	border:1px solid #CCCCCC;
	background-color:#efefef;
	margin:10px;
	font-size:12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;	
}
#rodape{
	width:1003px;
	height:110px;
	min-width:1003px;
	background-color:#FFFFFF;
	margin:0px auto;
}
#rodape table{
	margin: auto;
}

.obs{color:#FF0000; font-size:9px}
.tab_pacotes{
	border-bottom-width: 1px;
	border-bottom-color: #CADAE6;
	margin-bottom:5px;
}

/* FORMULARIO DE COMPRA */
#form_compra {margin:auto}
#form_compra td {padding:10px;}
#form_compra .texto{width:100%; border: 1px solid #C1E1EC; font-size:12px; padding:4px;}
