/* CSS Document */
.categoria {
	color: #5E0000;
	font-size: 18px;
	font-family: "Times New Roman", Times, serif;
}
.ul-boton {
	margin: 0px;
	list-style-type: none;
	padding: 0px;
}
.li-boton {
	color: #CC0000;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 10px;
}
.li-boton a,.li-boton a:visited {
	color: #CC0000;
	text-decoration: none;
}
.li-boton a:hover {
	color: #FFFFFF;
}
