﻿/*
 * Descripción: Talleres Coysa
 * Copyright (c) 2022
 *
*/



/*_____________PAGINA WEB_____________*/

body {
  margin: 0;
  padding:0;
  border:none;
  outline:none;

  font-family: 'Roboto', sans-serif, Arial, Helvetica;
  font-size:1em; /*16px*/
  line-height: 1.375em;
  font-weight:300;
  color: #1c1c1c;
  height:100%;
  width:100%;
  
  background-color: #ffffff; 
  
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-size-adjust: none;
  text-rendering: optimizeLegibility;
  
  overflow-x: hidden;
}
