/*
 * CSS
 * (c) 2008, moresreinaldo
 */
* {
	z-index: 1;
	margin: 0;
	padding: 0;
	border: 0;
}

/*
 * HTML
 */
body {
	margin: 45px 0 30px 0;
	padding:0;
	background-image: url(imagens/azul.png);
	background-color: #ceebe6;
	color: #64534d;
	/*font-family:Verdana, Arial, Helvetica, sans-serif; 
	Bradley Hand ITC;*/
	font-family:Verdana, Arial, Helvetica;
	font-size: 10pt;
	text-align: center;
}

.container {
	width:820px;
	margin: 0 auto;
	background-image: url(imagens/pixel_bege.png);
	color: #fff;
	text-align:left;
}

.cabecalho{
	width:100%;
	float:left;
	display:inline;
	}
	
.logo{
	float:left;
	margin-top: 35px;
	margin-left:25px;
}

.listras{
	float: left;
	margin: 0 0 0 30px;
	padding:0;
}
	

.menu{
	width:210px;
	float: left;
	display:inline;
	margin:0 0 50px 0;
	padding:0;
	border-bottom:50px;
	border-right: solid #64534d 2px;
}

.menu_opcoes{
	width:210px;
	float: left;
	cursor: pointer;
	padding:0;
	margin: 0 0 16px 0;
	display:inline;
	background-color: #f8f3eb;
	text-decoration: none;
	border: 0;
	color: #64534d;
}

.menu_opcoes a:visited{
	text-decoration: none;
	border: 0;
}

.menu_opcoes a:hover{
	text-decoration: none;
	border: 0;
}

.menu_opcoes a:active{
	text-decoration: none;
	border: 0;
}

.central{
	width:480px;
	padding: 0;
	margin:0 0 10px -2px;
	float:left;
	background-color: #f8f3eb;
	border-left: solid #64534d 2px;
	} 
	
.central a:link{
	text-decoration: none;
	color: #64534d;
}
	
.central a:visited{
	text-decoration: none;
	color: #64534d;
	
}

.central a:hover{
	text-decoration: none;
	font-weight: bold;
	color: #64534d;
}

.central a:active{
	text-decoration: none;
	font-weight: bold;
	color: #64534d;
}

.central li{
	margin-top:5px;
	list-style-type: none;
}

.central p{
	text-align: justify;
	padding: 0 20px 10px 20px;
	color: #64534d;
}

.central li{
	text-align: justify;
	list-style-type: none;
	padding: 0 10px 10px 10px;
	color: #64534d;
}

.titulo{
	float: left;
	width: 100%;
	margin: 0 0 10px 0;
	border: 0;
	text-align: left;
}


.btn_enviar{
	background-image: url(imagens/envia_c.png);
	width:208px;
	height:28px;
	cursor: pointer;
	
	margin: 10px 0 15px 95px;
	_margin: 5px 0 15px 85px;
}

.formulario{
	float:left;
	margin-left: 20px;
	_margin-left: 10px;
}

.f{
	font-family: Times New Roman;
	font-size: 13pt;
	padding: 2px 0 2px 2px;
	height:25px;
}

.label{
	float: left;
	width: 110px;
	padding: 7px 15px 0px 0;
}

.esq_form{
	font-size: 10pt;
	color: #64534d;
	font-weight: bold;
}

.meio_form{
	text-align: left;
	width:300px;
	height:30px;
	border: solid 1px #ded4be;
	margin: 3px 0;
	_margin: 0;
}

.meio_form input{
	border: solid 1px #ded4be;
}


.textarea{
	text-align: left;
	width:300px;
	font-family: Times New Roman;
	font-size: 13pt;
	padding: 5px;
	border: solid 1px #ded4be;
	
}


.miniatura{
	display: inline;
	float: left;
	margin: 8px;
}

.miniatura img{
	width:140px;
	border: solid #ddd2bc 1px;
}

.miniatura  a:hover{
	cursor:pointer;
}

.both{
	clear: both;
	width: 90%;
	_width: 100%;
	padding: 2% 5%;
	text-align: center;
	color: #64534d;
}


.galeria {
	width:576px; 
	margin:0 15px;
	text-align:left; 
	}
.img-aqui { 
	background: #f8f3eb; 
	width:405px; 
	height:303px; 
	position:relative; 
	float:right; 
	}
ul.fotos {
	position:relative;
	list-style:none;  
	width:152px;
	_width:154px;
	padding:1px;
	background:#f8f3eb;
	margin:0; 
	padding:0;
}
.fotos:after {
	display: block;
	content: ".";
	height: 0;
	font-size:0; 
	visibility: hidden;
	clear: both;
	}
ul.fotos li {
	width:70px;
	height:47px;
	_height:1%;
	float:left; 
	border:2px solid #ddd2bc;
	margin:1px; 
	padding: 0;
}

ul.fotosli a{
	_height:1%;
}

ul.fotos li img {
	border:none; 
	width:70px;
	height:47px;
}
ul.fotos li span img {
	border:none;
	width:405px;
	height:303px;
	
}
ul.fotos a {
	display: block;
	} 
ul.fotos a span {
	display: none;
}
ul. fotos a:hover{
	_text-decoration:none;
	_background: none;
}
ul.fotos a:hover span {
	display: block;
    position: absolute; 
	top:0; 
	left: 171px; 
	background:#fff;
   }

.publicidade{
float: right;
margin: 10px 20px 0 0;
_margin: 20px 10px 0 0;
}

.propaganda_lateral{
width: 127px;
float: right;
}

.pesquisagoogle{
	float: left;
	margin-left: 75px;
}
