﻿/* Fuentes para Cuerpo Principal de las Páginas */
body {
   font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
   width: 100%;
   height: 100%;
   background-color: #B4B4B4;
   color: #000000;
   margin: 0px;
   margin-bottom: 0px;
   margin-left: 0px;
   margin-top: 0px;
   margin-right: 0px;
}

.CertificadoBueno {
   font-size: 1em;
   color: #000000;
   font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
   text-decoration: none;
}

.CertificadoFalso {
   font-size: 2em;
   font-weight: 700;
   color: #ffffff;
   background-color: #d51313;
   font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
   text-decoration: none;
}