@charset "utf-8";
/* CSS Document */

.buenaspracticas {
	list-style-position: inside;
	list-style-type: square;
	font-family: "Trebuchet MS";
	font-size: 0.8em;
	text-decoration: none;
	color: #003300;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
.buenaspracticas a:hover {
	text-decoration: underline;
}

.buenaspracticas a {
	list-style-position: inside;
	list-style-type: square;
	text-decoration: none;
	color: #003300;
}
.buenaspracticas2 {
	list-style-position: inside;
	list-style-type: square;
	font-family: "Trebuchet MS";
	font-size: 0.8em;
	text-decoration: none;
	color: #620D72;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
.buenaspracticas2 a {
	list-style-position: inside;
	list-style-type: square;
	text-decoration: none;
	color: #620D72;
}
.buenaspracticas2 a:hover {
	text-decoration: underline;
}
