.banner {
	margin:0 auto; 
	background: url(../imagens_site/banner.jpg) no-repeat center top; 
	background-size: cover; 
	-webkit-background-size: cover; 
	-moz-background-size: cover; 
	-ms-background-size: cover; 
	-o-background-size: cover; 
}

.banner2{
	width:100%; 
	height:560px; 
	margin:0 auto; 
	position:relative
}

.banner3{
	width:100%; 
	height:430px; 
	margin:0 auto; 
	position:relative
}

.galeria{
	width:100%;  
	background:#CC9900; 
	display:table;
	height:200px;
	margin:0
}

.galeria a{
	width:20%;  
	display:table-cell;
	height:250px;
	border:solid 1px #CCC;
	position:relative; 
	width:20%; 
	overflow:hidden;
	background:#FFFFFF;
}

.galeria a img{
	max-width: 100%;
	position: absolute;
	margin: auto;

	bottom: 0;
	right: 0;
	left: 0;
	top: 0;
}

.galeria a .mask,.galeria a .content {
   width: 100%;
   height:250px;
   position: absolute;
   overflow: hidden;
   top: 0;
   left: 0;	
	
	z-index:9999
	 
}

.galeria span:nth-of-type(1) {
	text-align: left;
	position: absolute;
	font-size: 12px;
	bottom:70px;
	left:-20px;
	
	padding:10px; 
	background:url(../imagens_site/h10.png) repeat; 
	color:#FFF; 
	z-index:9999
}

.galeria span:nth-of-type(2) {
	display: inline-block;
	text-decoration: none;
	padding: 7px 14px; 
	color: #fff;
	background-color:#000000;
	margin-left:20px;
	position:absolute;
	bottom:40px;
	left:0px;
}
