
/*

.div-imagen {
  display:inline-block;
  position:relative;
  
}

.div-imagen > div {
  position:absolute;
  top:90%;
  left:9%;
  z-index:-1;
  padding:0;
  margin:0;
  font-size:20px;
  font-weight: bold;
  color: #575555;
}

.desvanecer{
  width: 346.66px;
  height: 346.66px;
}

.desvanecer:hover {
  opacity: 0.27;
  -webkit-transition: opacity 600ms;
  -moz-transition: opacity 600ms;
  -o-transition: opacity 600ms;
  -ms-transition: opacity 600ms;
  transition: opacity 600ms;
}

#equipoS{
  background-color: #A72237;
}

*/

div.wrapper{
  position:relative; /* important(so we can absolutely position the description div */ 

}
div.description{
  position:absolute; /* absolute position (so we can position it where we want)*/
  bottom:0px; /* position will be on bottom */
  left:0px;
  display:none; /* hide it */
  /* styling bellow */
  background-color:#A72237;
  font-family: 'tahoma';
  font-size:18px;
  color:white;
}
div.description_content{
  padding:10px;
  text-align: center;

}

