/* CSS Document */
/*h3:before
 * content: "holamundo"   */
/*h3:after
 * content: "porultimo"   */
.tile-label {
  color: white; }

h1, h3, h4, h5, .numeric-list {
  color: white;
  text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black; }

/* h3:after
 * @if $valor == uno 
 * 	content: "probandoando"
 * 	background-color: red
 *
 * @if $valor == dos
 * 	content: "probandodos" */
.texto-codigo {
  font-size: 18px; }

#mibody {
  background-color: black; }

.centrando {
  margin-top: 20%; }

.centrando-cubo {
  margin: 25%; }

.centrando-cubo-imagen {
  margin: 10%; }
