/* Topo ----------------------------------------------------------------------- */

#topo{
}

/* Menu Lateral ----------------------------------------------------------------------- */

#menuLateral{
	height:960px;
	position:absolute;
	margin-top: 385px;
background-image: url(../img/fundos/fundo_menulateral.png);
	background-repeat: no-repeat;
}

#menuLateral ul{
	margin-top: 53px;
	margin-left:-10px;
	list-style:none;
	text-align: left;
	vertical-align: middle;

}

#menuLateral li a{
	height: 28px;
	display: block;
	padding-top: 10px;
	text-decoration: none;
	font-family: "Georgia", Times, serif;
	font-size: 14px;
	color: #a59780;
	text-transform:uppercase;
	border-bottom: 1px solid #403022;
}

#menuLateral li a:hover{
	text-decoration: underline;
	color: #C1B8A8;
	padding-left: 10px;
	
}

#menuLateral .galeria{
	margin-top: 50px;
	width:219px;
	position:absolute;
	height: 249px;
	margin-left: 10px;
	z-index: 0;	
}

#menuLateral .social{
	margin-top: 340px;
	width:219px;
	height: 40px;
	margin-left: 35px;
	position:absolute;
}

#menuLateral .social img{
	margin-right:10px;

}



/* Super Conteúdo e Conteudo ----------------------------------------------------------------------- */

#superconteudo{
	height: auto;
	border: 2px solid #033;
	margin-top: 6px;
	background-image: url(../img/fundos/fundo_site.png);
	background-repeat: repeat;
	border: 2px solid #2e2319;
	min-height: 880px;
}

#margemEsq{
	height:2px;
}


#conteudo{
	color:#FFF;
}



#marca{
	height: 30px;
	margin-top:70px;
}

.fundoBaixo{
	background-image: url(../img/fundos/baixo.jpg);
	background-repeat: repeat;
	background-color: #130e0a;
	width: 100%;
	height: 80px;
	bottom: 0px;
	margin-top:22px;
	margin-bottom:0px;
}

/* Conteudo Bloco 01----------------------------------------------------------------------- */

#bloco01{
	margin-top:35px;
	height:auto;
	padding-bottom:10px;
	padding-right:15px;
}

#bloco01 a{
	text-decoration:none;
}

#bloco01_01 {
	height: auto;
	background-color:#150f0b;
	border:#2e2319 solid 1px;
	margin-left:18px;
	
}

#bloco01_01 p {
	font-family: "Georgia", Times, serif;
	font-size: 13px;
	color: #a59780;
	text-align: justify;
	padding: 8px;

	
}

#titulo{
	background-image: url(../img/fundos/back_titulo_bloco.png);
	background-repeat: repeat-x;
	margin-top: -15px;
	margin-left: 12px;
	font-family: "Georgia", Times, serif;
	font-size: 15px;
	color: #100b08;
	text-transform: uppercase;
	text-align: center;
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 6px;
	padding-bottom: 7px;
}


#listaNoticias{
	height: 30px;
	border-top:solid #2e2319 1px;
	padding-bottom:7px;
}

#listaNoticias a {
	text-decoration: none;
	font-family: "Georgia", Times, serif;
	font-size: 13px;
	color: #a59780;
	text-transform:uppercase;
	float:left;
}

#listaNoticias a:hover {
	font-family: "Georgia", Times, serif;
	font-size: 13px;
	color: #C1B8A8;
	padding-left: 3px;
}

#listaNoticias i {
	font-family: "Georgia", Times, serif;
	font-size: 11px;
	color: #C1B8A8;
	text-align: justify;
	font-style: italic;
	margin-left:5px;

}

#data {
	width:78px;
	height:18px;
	float:left;
	font-family: "Georgia", Times, serif;
	font-size: 12px;
	color: #554231;
	text-align:left;
	border-radius: 3px;
	padding: 2px;
	background:#110d09;
	border:1px solid #554231;
	margin-top: 7px;
	margin-left: 10px;
}

.button2 {
   border-top: 1px solid #572b04;
   background: #874a08;
   background: -webkit-gradient(linear, left top, left bottom, from(#AB6724), to(#804E1B));
   background: -moz-linear-gradient(top, #AB6724, #804E1B);
   padding: 3px 6px;
   -webkit-border-radius: 5px;
   -moz-border-radius: 5px;
   border-radius: 5px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   color: #150f0b;
   font-size: 14px;
   font-family: Georgia, serif;
   text-decoration: none;
   vertical-align: middle;
   float:left;
   display:block;
   margin-top:30px;
   margin-left:200px;
   text-transform:uppercase;
   text-decoration:none;

   }
.button2:hover {
   color: #ccc;
   }
.button2:active {
   border-top-color: #572b04;
   background: #572b04;
   }

