body {
	font-family: Arial, Helvetica, sans-serif;
}
.titulo {
	color: #2E2A6F;
	font-weight: bold;
	font-size: 18px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-top-color: #2E2A6F;
	border-right-color: #2E2A6F;
	border-bottom-color: #2E2A6F;
	border-left-color: #2E2A6F;
	letter-spacing: 3px;
}
.opcionmouseover {
	background-color: #EDD777;
	color: #2E2A6F;
	font-size: 12px;
	font-weight: bold;
	font-variant: small-caps;
	letter-spacing: 3px;
}
.opcionmouseof {
	background-color: #2E2A6F;
	color: #BAA433;
	font-size: 12px;
	font-weight: bold;
	cursor:pointer;
	font-variant: small-caps;
	letter-spacing: 3px;
}
