.galeria_destacados_v2{
  /*width:630px;*/
  width:100%;
  /*height: 318px;*/
  height: auto;
  clear: both;
  position:relative;
  margin-bottom:10px;
}

.galeria_destacados_v2 .destacados-img_v2 img {
  /*height:318px;*/
  height:auto;
  /*width:630px;
  position: absolute;*/
  width:100%;
  position: relativa;
  top:0px;
}

.galeria_destacados_v2 .destacados-titulo_v2 {
  /*width:630px;*/
  width:100%;
  height:50px;
  /*top: 270px;*/
  background: #fff;
  position: relative;
  opacity: 0.85;
  margin-top: -6%;
  /*margin-top: -3%;*/
}

@media screen and (max-width: 800px) {
			  .destacados-img_v2 img {
   
    height: auto;
	/*height: 22em;*/
    
}
		  


}




