/*reset basico*/


html, body{
	width:100%;
	height:100%;
    margin: 0;
    right: 0;
    left: 0;
}
.clear { clear: both; }
.coluna:hover{background-color:#dbfdd2;}/*muda cor da coluna da tabela ao passar o mause*/
.fundo-pagina{
          background: url(../img/fundo-tudo.jpg) no-repeat center center fixed;
	      background-attachment: fixed;
		 -webkit-background-size: 100% 100%;
		  -moz-background-size: 100% 100%;
		  -o-background-size: 100% 100%;
		  background-size: 100% 100%;
		  background-position: right bottom, left top;
  
}
hr.style-hr {
	border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(99, 74, 46, 0), rgba(99, 74, 46, 0.75),   rgba(0, 0, 0, 0));
}
hr.style-hrtb {
	width:100%;
	border: 0;
    height: 1px;
	background-color:rgba(99, 74, 46, 1)
}
.table-borda{border:1px solid #ddd; padding:10px; border-radius: 10px; background-color:rgba(248,248,248,1.00); 
}
.cx-texto{
	background-color:transparent;
	border: solid 1px #999;}
.column img {
    opacity: 0.8; 
    cursor: pointer; 
}
.seta {display:none; }/*OCULTAR BOTÃO TOPO*/
/*OPACIDADE IMG AO PASSAR MAUSE*/
.transp {
    opacity: 1.0;
    filter: alpha(opacity=50); /* For IE8 and earlier */
}

.transp:hover {
    opacity: 0.8;
    filter: alpha(opacity=100); /* For IE8 and earlier */
}
/*FIM OPACIDADE*/

#tudo{
    position: relative;
    margin: 0 auto;
    margin-left: 0;
    margin-right: 0;
    top: 0;
    display: table;
    width: 100%;
    height: 100%;
    min-height: 100%;
}
#topo{
    position:relative;
    display: table;
    width: 100%;
    height: 130px;
	 background-color: rgba(239,239,239,0.4);
}
#topo-in{
    display: table;
    width: 1100px;
    height: 130px;
    margin: 0 auto;
    z-index: 10;
}
#logo{
    width: 560px;
    height: 130px;
    float: left;
}
#menu{
	display:table;
    width: 538px;
    height: 40px;
    float: right;
    text-align:right;
	right:0;
}
#ssvp{
    width: 538px;
    height: 90px;
    float: right;
    z-index: 10;
	text-align:right;
}
#banner-out{
    position:relative;
    display: table;
    width: 100%;
    height:auto;
	border-top: solid 1px #FFF;
	border-bottom: solid 1px #FFF
}

#banner-sombra{
    display: table;
    width: 1100px;
    height: 20px;
    margin: 0 auto;
    background-image: url(../img/banner-sombra.png);
}
#container{
    position: relative;
    display: table;
    width: 1100px;
    height:auto;
    margin: 0 auto;
    padding-bottom: 30px;
}
.pagina{
    position: relative;
    display: table;
    width: 1000px;
    height: auto;
    margin: 0 auto;
    padding-bottom: 30px;
    vertical-align: top;
}

#bt-superior{
    display: table;
    width: 1000px;
    height: 120px;
    margin: 0 auto;
    text-align: right;
    padding-top:10px;
    float: left;
}
#bt-superior-l{
    width: 667px;
    height: auto;
    float: left;
}
#bt-superior-ll{
    width: 333px;
    height: auto;
    float: left;
    text-align: left;
}
#bt-superior-lr{
    width: 334px;
    height: auto;
    float: left;
    text-align: center;
}
#bt-superior-r{
    width: 333px;
    height: auto;
    float: right;
    text-align: right;
}
#conteudo{
    display: table;
	margin-top:20px;
    width: 730px;
    height: 300px;
    float: left;
    text-align: left;
    vertical-align: top; 
    background-color: rgba(239,239,239,0.1);
   
}
#lateral{
    display: table;
	margin-top:25px;
    width: 260px;
    height:300px;
    float: right;
    text-align: right;
    vertical-align: top;
	border:1px solid #796a57;
	border-radius: 10px;
	padding:10px 0px 10px 0px;
	text-align:center;
}
#rodape {
    position:absolute;
    bottom: 0;
    height: 150px;
    min-height:150px; 
    width: 100%;
}
#rodape-in{
    display: table;
    width: 1100px;
    height: 110px;
    margin: 0 auto;
    text-align: center;
    margin-top: 30px;
   
}
#contorno{
	margin:0 auto;
	width:1050px;
	height:auto;
	border: solid 1px #fff;
    border-radius:10px;
    background-color: rgba(239,239,239,0.4);
	}










