body{
	height:100%;
	font-family:"Consolas", "Arial";
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background: rgb(200,220,200);
}
h1{
	font-size: 16px;
    color: black;
    font-weight: bold;
}
h2{
    font-size: 14px;
    color: red;
    font-weight: bold;
}
img{
	border-radius: 3px;
	max-width: 100%;
}
nav {
	top: 0px;
	width: 100%;
	font-size: 20px;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
nav ul {
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: center;
	text-decoration: none;
}
nav ul li {
    display: inline-block;
	text-align: center;
	text-decoration: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
//	background: rgb(200,200,220);
//	border:1px green solid;
}
nav ul li a {
	text-align: center;
	text-decoration: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
.menu {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	z-index: 2;
	text-decoration: none;
	text-align: center;
	background: rgb(200,220,200);
	margin: 0px 0px 0px 0px;
	padding 0px 0px 0px 0px;
}
.foto{
  border-width: 1px;
  border: 1px solid green;
  width: auto;
  height: 150px;
  max-width: 100%;
  float: none;
  margin: 5px 5px 5px 5px;
}
.fotoAnuncio{
  width: auto;
  height: 150px;
  max-width: 100%;
  border-width: 1px;
  border: 1px solid blue;
  float: none;
  margin: 5px 5px 5px 5px;
}
#cabecario {
	position: relative;
	top: 0px;
	z-index: 1;
	text-align: center;
	color: #000000;
	background: url("bildoj/varios-faixa1.jpg") no-repeat top center fixed;
	filter:alpha(opacity=10);
	background: rgb(200,220,200);
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 100%;
	clear: none;
	overflow: none;
	font-size="5vh";
}
#corpo {
	position: relative;
	top: 0px;
	width: 100%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	z-index: 0;
	text-align: center;
	background: url("bildoj/canhao-claro.jpg") fixed; 
    background-size: auto 100%;
	overflow: auto;
}
.ficha {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	font-family: Arial, Helvetica, sans-serif;
	background: rgba(0,0,0,0.5);
	margin: 20px 20px 20px 20px;
	padding: 10px 10px 10px 10px;
	z-index: 99999;
	opacity:0;
	-webkit-transition: opacity 400ms ease-in;
	-moz-transition: opacity 400ms ease-in;
	transition: opacity 400ms ease-in;
	pointer-events: none;
}
.ficha:target {
	opacity: 1;
	pointer-events: auto;
}
.ficha .div {
//	width: 50%;
	position: absolute;
	margin: 10% auto;
//	padding: 40px 40px;
	background: #fff;
}
.fechar {
	position: absolute;
	width: 30px;
	right: 15px;
	top: 20px;
	line-height: 30px;
	margin-top: 5px;
	background: #ff4545;
	border-radius: 5px;
	text-align: center;
	font-size: 16px;
	text-decoration: none;
	color: #000000;
}
.formulario {
	position: absolute;
	top: 20%;
	left: 20%;
	width: 50%;
	padding: 10px;
	margin: 10px;
	background: rgb(220,230,220);
	border:1px blue solid;
	border-radius: 15px;
}
input[type=text],
input[type=email]{
    width: 100%;
    padding-left: 10px;
    height: 30px;
    line-height: 30px;
    border-radius: 15px;
    border: 1px solid #ccc;
    outline: none;
}
textarea{
    width: 100%;
    padding-left: 10px;
    height: 90px;
    line-height: 30px;
    border-radius: 15px;
    border: 1px solid #ccc;
    outline: none;
}
#vitrine{
	display: block;
	position: relative;
	left: 15%;
	top: 0;
	width: 100%;	
	text-align: center;
	vertical-align: top;
	padding: 10px;
	margin: auto;
}
.anuncio{
	display: inline-block;
	position: relative;
	font-size: 80%;
	top: 0px;
	left: 0px;
	border-radius: 5px;
	width: 10%;
	height: auto;
	text-decoration: none;
	text-align: center;
	text-align: top;
	word-spacing: 5px;
	padding: 5px;
	margin: 5px;
    border: 0px solid #ccc;
	float: left;
}
.float-r {
	float: right; 
	z-index: 0;
	}
.botao{
//     background: -webkit-linear-gradient(bottom, #E0E0E0, #F9F9F9 70%);
//     background: -moz-linear-gradient(bottom, #E0E0E0, #F9F9F9 70%);
//     background: -o-linear-gradient(bottom, #E0E0E0, #F9F9F9 70%);
//     background: -ms-linear-gradient(bottom, #E0E0E0, #F9F9F9 70%);
//     background: linear-gradient(bottom, #E0E0E0, #F9F9F9 70%);
//	 background: rgb(200,220,255);
     border: 1px solid #CCCCCE;
     border-radius: 3px;
     box-shadow: 0 3px 0 rgba(0, 0, 0, .3),
                   0 2px 7px rgba(0, 0, 0, 0.2);
     color: #ff0000;
//     display: block;
	 font-family: "Consolas", "Arial";
     font-size: 20px;
     font-weight: bold;
     line-height: 5px;
     text-align: center;
     text-decoration: none;
//     text-transform: uppercase;
     text-shadow:1px 1px 0 #FFF;
     padding: 5px;
	 margin: 5px;
     position: relative;
     width: 80px;
}
.botao:before{
     border: 1px solid #FFF;
     border-radius: 3px;
     box-shadow: inset 0 -2px 12px -4px rgba(70, 70, 70, .2),
                   inset 0 3px 2px -1px rgba(255, 255, 255, 1);
//     content: "";
     bottom: 0;
     left: 0;
     right: 0;
     top: 0;
//     padding: 5px;
     position: absolute;
    }
.botao:after{
     background: rgba(200, 200, 220, .4);
     border-radius: 2px;
//     content: "";
     bottom: 15px;
     left: 0px;
     right: 0px;
     top: 0px;
     position: absolute;
    }
.botao:active{
     box-shadow: inset 0 0 7px rgba(0, 0, 0, .2);
     top: 4px;
    }
.botao:active:before{
     border: none;
     box-shadow:none;
    }
.botao:hover{
  background-color: #33FF99;
}
.contato{
	background: rgb(200,255,255);
}

@media all and (max-width: 800px){
	nav{
		height: 100%;
	}
	nav ul li{
		font-size: 15px;
	}

	.fotoAnuncio{
		height: auto;
		width: 100%;
	}
	img{
		border-radius: 3px;
	}
	.anuncio .titulo{
		font-size: 10px;
	}

	header {
		position: fixed;
		top: 0px;
		right: 0px;
		width: 105px;
		height: auto;	
		border-left: 1px solid #ccc;
		background: rgb(210,250,210);
		overflow: hidden;
		z-index: 2;
		text-align: center;
		padding:  0px 0px 0px 0px;
		margin:  0px 0px 0px 0px;
	}
}
@media all and (max-width: 480px) {
		h1 {
    	font-size: 12px;
		}
}
