/* Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license Click nbfs://nbhost/SystemFileSystem/Templates/ClientSide/css.css to edit this template */ /* Created on : 17 abr 2024, 01:59:43 Author : Josue */ body { font-family: arial, helvetica; /* Utiliza las fuentes Arial o Helvetica */ background: #e8e8e8; /* Establece el color de fondo del cuerpo */ margin: 0; /* Elimina el margen predeterminado del cuerpo */ } h1 { font-family: Arial, "Arial CE", "Lucida Grande CE", lucida, "Helvetica CE", sans-serif; border-bottom: 1px solid #AFAFAF; font-size: 16px; font-weight: bold; margin: 0px; padding: 0px; color: #D20005; } a:link, a:visited { color: #045491; font-weight : bold; text-decoration: none; } a:link:hover, a:visited:hover { color: #045491; font-weight : bold; text-decoration : underline; }