body {
	background-color: #e3e2e2;
    background-image:"imgs/bf.jpg";
 	background-repeat: repeat-x;
}

#centro {
	
	/*max-width: 900px;
	max-height: 500px;
	margin: 0 auto;
	background:url(imgs/Bannertop600.jpg);*/

	 background: url(/imgs/bannertop600.jpg) no-repeat fixed center;
   -webkit-background-size: cover;
   -moz-background-size: cover;
   -o-background-size: cover;
   background-size: cover;
   height: 80%;
   width: 80% ;
   text-align: center;
   margin: 0 auto;
}

.text {
    margin: 0 auto;
    width: fit-content;
    padding: 10px,10px,10px,10px;
    background: url(imgs/bt6.jpg);!important
}

p {
  font: 150% sans-serif;
}

/* #top {
 	max-width:80%;
 	display: block;
 	margin: auto;
 	box-shadow: 2px 2px 5px #999
 }*/