/*
#scam-legit-buttons {
	display:flex;
	flex-flow:row wrap;
	justify-content:space-evenly;	
}

#scam-legit-buttons > * {
	margin: 10px auto;
}*/

/* CREO QUE ES PARA LOS BROTHERS - PERO EN HOME.EJS NO SE NECESITA */
span.green {
	
	-webkit-box-shadow: 7px 7px 5px 0px rgba(50, 50, 50, 0.75);
	   -moz-box-shadow: 7px 7px 5px 0px rgba(50, 50, 50, 0.75);
			box-shadow: 7px 7px 5px 0px rgba(50, 50, 50, 0.75);
			
  background: #5EA226;
  border-radius: 0.8em;
  -moz-border-radius: 0.8em;
  -webkit-border-radius: 0.8em;
  color: #ffffff;
  display: inline-block;
  font-weight: bold;
  line-height: 1.6em;
  margin-right: 15px;
  text-align: center;
  width: 1.9em; 
  padding: 0.6em;
}

figure {
    padding: 5px;
    display: table;
}
 
figure .img-caption { 
    display: block;
}
 
figcaption {
    display: table-caption;
    caption-side: bottom;
}

/* TMB PARA PLATAFORMAS.EJS */
.enlace-posicion:visited { color:white;}

.badges_superiores div {
	display:inline;
	margin: 5px;
}