﻿.gridList md-grid-list {
  margin: 8px; }

.gridList .gray {
  background: #f5f5f5; }

.gridList .green {
  background: #b9f6ca; }

.gridList .yellow {
  background: #ffff8d; }

.gridList .blue {
  background: #84ffff; }

.gridList .purple {
  background: #b388ff; }

.gridList .red {
  background: #ff8a80; }

.gridList md-grid-tile {
  transition: all 400ms ease-out 50ms; 
  float: left;
  position: initial;
}


.paginacion {
    border: 1px;
    border-style: dashed;
}

.botonGamael {
    color: blue;
}

/*
Copyright 2016 Google Inc. All Rights Reserved. 
Use of this source code is governed by an MIT-style license that can be foundin the LICENSE file at http://material.angularjs.org/HEAD/license.
*/