﻿@import url(http://fonts.googleapis.com/css?family=Source+Code+Pro|Oswald:400);
@import url(http://fonts.googleapis.com/css?family=Archivo+Narrow:400,400italic,700,700italic);
@import url(http://fonts.googleapis.com/css?family=Bitter:400,700,400italic);
@import url(http://fonts.googleapis.com/css?family=Gruppo);
@import url(http://fonts.googleapis.com/css?family=Dosis:200,300,400,500,600,700,800);
@import url(http://fonts.googleapis.com/css?family=PT+Sans+Narrow:400,700);
@import url(https://fonts.googleapis.com/css?family=Teko);
@import url('https://fonts.googleapis.com/css?family=Open+Sans|Teko');
@import url('https://fonts.googleapis.com/css?family=Coda');

html, body, form{
    width:100%;
    height:100%;
    margin: 0;
    padding: 0;
}

.tablaInicio    
{
      /*IMPORTANTE*/
      height: 100%;
      display: flex;
      justify-content: center;
      align-items: center;
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
} 

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
} 

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
}