﻿/*
 * Descripción:
 * Copyright (c) 2019
 *
 */


/*_____________PAGINA WEB_____________*/

body {
  margin: 0;
  padding:0;
  font-family: Arial, Helvetica, sans-serif;
  /*font-size:0.8750em; /*14px*/
  /*font-size:0.9375em; /*15px*/
  font-size:1em; /*16px*/
  line-height: 1.5714em;
  color: #333333;
  background: #ffffff;
  height:100%;
  width:100%;
 
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-size-adjust: none;
}