body {
	font: menu;
	background:buttonface;
	overflow: auto;
}
td {
	font: menu;
}
.separador {
	border-top-style: groove;
	border-top-width: 2px;
}
.hundido {
	border: 2px inset;
}
.titular {
	font: caption;
}
a {
	font: menu;
	color: buttontext;
}
a:hover {
	color: highlighttext;
	background: highlight;
}
input {
	font: menu;
}
select {
	font: menu;
}
.separadorV {
	border-top-style: groove;
	border-top-width: 2px;
	background:buttonshadow;
	color:highlighttext;
}
a.danger:hover {
	background: red;
}
.nota {
	font-size: larger;
	font-weight: bold;
	color: #000099;
	cursor: hand;
}
.alert {
	list-style-image: url(../imgs/alert.gif);
}
button {
	font: menu;
}
