@charset "utf-8";
/* CSS Document */
html, body {
   margin:0;
   padding:0;
   height:100%;
   font-family:"roboto";
}

 #div_fixa {
   
    bottom: 25px;
    display: none;
    height: 60px;
    padding: 2px;
    position: fixed;
    left: 25px;
    text-align: center;
    text-decoration: none;
    width: 60px;
    z-index: 99999;
 }
 #div_fixa img{
  width: 60px !important;
  height: auto;
 }
 

.tudo {
   min-height: 100%;
   position: relative;
}

a{text-decoration:none;}
a:hover{text-decoration:underline;}
body#fundo{
	background-image:url(../img_site/anuncie_ahsite2.png);
	background-repeat:no-repeat;
	background-position:bottom center;
	background-size:cover;
}

#conteudo{
	display:block;
	position:relative;
	width:68%;
	max-width: 1024px;
	margin:auto;
	height:inherit;
	text-align: right;
}

div#rodape{
	position:absolute;
	bottom:0;
	padding: 20px 0 50px 0;
	width:100%;
	border-top: #1B1C21 dotted 1px;
	text-align:center;
}

table#textos{
	position: relative;
	display:table;
	margin:auto;
	margin: 7% 5% 0 0;
}

h1,h2,h3,h4,h5,h6{
	margin:0;
	padding:0;
	font-weight:normal;
}

div#bt{
	position:relative;
	display:block;
	width: 50%;
	height:auto;
	text-align:center;
	padding:9px;
	background-color:#000262;
}

.azul{color:#000262;}
.branco{color:#FFF;}
.cinzaescuro{color: #333;}
.preto{color:#000;}

.oito{font-size:8px;}
.doze{font-size:12px;}
.quatorze{font-size:14px;}
.vinte{font-size:20px;}
.vintecinco{font-size:25px;}
.trinta{font-size:30px;}

.bold{font-weight:bold;}
.ligth{font-weight:lighter}