* {
	margin:0;
	padding:0;
	border: 0;
	list-style:none;
	text-decoration:none;
	vertical-align: middle;
}

.centralizado { 
	vertical-align: middle;
	text-align: center;
}

p.esquerda img {
    padding-top: 10px; 
    text-indent: 5px;
    float:left;
    margin-right: 5px;
}

a:link, a:visited {
	text-decoration: underline;
	font-size: 12px;
	font-weight: bold;
	color: #AE8C21;
}


a:hover, a:active {
	text-decoration: none;
}

.item_right, .item_left { padding: 10px;}
.item_right img {float: right; margin-left: 10px; vertical-align: middle;}
.item_left img {float: left; margin-right: 10px; vertical-align: middle;}


.clear {clear:both;}

/************************************
GERAL E CIA 
************************************/
body {
	text-align:center;
	font: 12px "Lucida Grande", Geneva, Verdana, Arial, sans-serif;
	color: #AE8C21;
	background: url(../img/site/site-fundo.jpg);
}

div#geral {
	background: white;
	width: 770px;
	text-align:left;
	margin:0 auto;
}

/************************************
TOPO
************************************/
#topo {
	position:relative;
	margin: 0 auto;
	height: 184px;
}

/************************************
FIM DE TOPO
************************************/

/************************************
MENU
************************************/
div#menu ul {
    width: 147px;
    float: left;
}

div#menu ul li {
	margin-left: 7px;
	background: white url(../img/site/menu-fundo.gif) repeat-y;
}
div#menu ul li.menu-baixo {
	margin-left: 7px;
	height: 22px;
	background: url(../img/site/menu-baixo.gif) no-repeat;
}
div#menu ul li a, #menu ul li a:visited {
	background-color: #ECD98F;
	margin-left: 2px;
	width: 123px;
	display: block;
	padding: 2px 5px;
	border-bottom: 1px solid white;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #AE8C21;
}
div#menu ul li a:hover {
	background-color: #F8EECA;
}

div#menu ul li a.logo_pas, div#menu ul li a:hover.logo_pas, div#menu ul li a:visited.logo_pas {
	background: #FFF; 
}

div#conteudo {
 width: 620px;
 float: right;
}

div#conteudo h3 {
	height: 21px;
	font-size: 14px;
	padding: 2px 5px;
	font-weight: bold;
	text-transform: uppercase;
	color: #AE8C21;
	background: url(../img/site/navbar-fundo.gif) no-repeat;	
}

div#conteudo h4 {
	background-color: #F2E6B4;
	text-indent: 10px;
}

div#conteudo #descricao {
	float: left;
	width: 330px;
	margin-left: 10px;
	margin-top: 10px;
}

div#conteudo #detalhes {
	float: right;
	width: 260px;
	margin-left: 10px;	
	margin-top: 10px;
}

div#conteudo p {
	text-align: justify;
	text-indent: 3em;
	padding: 5px;  
}

div#conteudo div#descricao ul li{
 text-indent: 3em;
 list-style: inside disc;
}


.espaco { margin-top: 20px; }
ul.fotos {
	position:relative;
	list-style:none;  
	width: 244px;
	padding:1px;
	border: 2px solid #ECD98F;
	/*background-color: #ECD98F;*/
}

ul.fotosEventos li {
    list-style: none;
	width: 100px;
	height: 100px;
	float:left; 
	margin:1px; 
}
ul.fotosEventos li img {
	border:none; 
	width: 100px;
	height: 75px;
}

table.pg_inicial {
	width: 520px;
	margin: 10px auto;
}
table.pg_inicial tr, table.pg_inicial td {
	padding: 5px;
}

ul.listTpEventos li{
    padding: 5px;
}

table.listEventos {
    width: 80%;
}

table.listEventos tr, table.listEventos td {
	padding: 5px;
}
.fotos:after {
	display: block;
	content: ".";
	height: 0;
	font-size:0; 
	visibility: hidden;
	clear: both;
	}
ul.fotos li {
	width:120px;
	height: 82px;
	float:left; 
	margin: 1px;
	text-align: center;
}

#formulario label {
	font-weight: bold;
	width: 150px;
	text-align:right;
	float: left;
	margin-right: 2px;
	margin-top: 2px;
}

#formulario input, #formulario select{
    width: 300px;
	padding: 1px;
	color: #AE8C21;
	border: 1px solid #ccc;
	margin-top: 2px;
}

#formulario select { width: 304px; } 
#formulario input:focus {
	color: #000;
	background: #FFF099;
}

#formulario select option {
	padding: 0 5px;
}

#formulario textarea {
	color: #AE8C21;
	margin-top: 2px;
	border: 1px solid #ccc;
	overflow: auto;
	width: 302px;
}

#formulario textarea:focus {
	color: #000;
	background: #FFF099;
}

#formulario input.inputRadio {
    width: 13px;
    border: none;
}

.btSubmit  {
	font-weight: bold; 
	margin-left: 152px;
	margin-top: 5px;
	margin-bottom: 5px;
	background-color: #ECD98F; 
}

button.btSubmit {
    cursor: pointer;
    background-color: #FFF;
}

button.btn_email {
    cursor: pointer;
    background-color: #FFF;
    margin-left: 150px;
    margin-top: 10px;
}

.msg {
	font-size: 11px;
	color:#FF0000;
	text-align: center;
}

div#rodape {
	position: absolute;
	background: url(../img/site/rodape-fundo.gif) no-repeat;
	margin-left: auto;
	height: 66px;
	width: 770px	
}
div#rodape address {
	margin: 25px auto;
	text-align: center;
	font-size: 10px;
	font-style: italic;
}

table.cartaofidelidade{
    width: 500px;
    margin: 5px auto;
}
table.cartaofidelidade td {
    border: 1px solid #CCC;
}

#flashMessage, .error, .error_message {
    color:#900;
    font-size: 16px;
    background-color: #fff;
    margin: 8px;
    font-weight: bold;
}
.error_message {
clear: both;
}
.error em {
font-size: 18px;
color: #003d4c;
}
.notice {
color: #656565;
font-size: 14px;
background-color: #f4f4f4;
padding: 0.5em;
margin: 1em 0;
display:block;
}
.tip {
color: #656565;
background-color: #ddd;
}