.titulo
{
}
.fondo
{
    
    BACKGROUND-COLOR: #009189;
}
.combo
{
    BORDER-RIGHT: 1px outset;
    BORDER-TOP: 1px outset;
    FONT-SIZE: 12px;
    BORDER-LEFT: 1px outset;
    WIDTH: 210px;
    BORDER-BOTTOM: 1px outset;
    FONT-FAMILY: Arial
}
.tabla
{
    FONT-FAMILY: system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Liberation Sans",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
	color:white;
	FONT-SIZE: 12px;
}

.chk
{
    BORDER-RIGHT: 1px;
    BORDER-TOP: 1px;
    BORDER-LEFT: 1px;
    CURSOR: hand;
    BORDER-BOTTOM: 1px;
	FONT-FAMILY: system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Liberation Sans",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
	color:white;
	FONT-SIZE: 12px;
}
/*NUEVOS*/
.button {
  background-color: #4CAF50; /* Green */
  border: none;
  color: white;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  padding: 5px 10px;
}
.button1 {background-color: #4CAF50;} /* Green */
.button2 {background-color: #008CBA;} /* Blue */
.button3 {background-color: #f44336;} /* Red */
.button4 {background-color: #e7e7e7; color: black;} /* Gray */
.button5 {background-color: #555555;} /* Black */