/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 10/01/2025, 11:05:12 AM
    Author     : sistemas
*/
/*
html{
	-moz-filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
	filter: gray;
	filter: grayscale(100%)
}
*/


.btnAceptar{
    background-color: #9D2449 !important;
    color:white;
    font-weight: bold;
}

.btnCancelar{
    
}

.titulo{
    color:#9D2449 !important;
    font-size: 20px !important;
    font-weight: bold;
}
.subtitulo{
    color:#9D2449 !important;
    font-size: 18px !important;
}

body{
    background-color: whitesmoke;
}