@charset "utf-8";
.estilo2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: oblique;
	font-weight: bold;
	color: #000066;
	text-decoration: underline;
	background-color: #CCCCCC;
	float: right;
	height: auto;
	width: auto;
	border: thin outset #9999CC;
}
.estilo3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: small-caps;
	color: #66FF33;
	text-decoration: blink;
	width: auto;
	list-style-type: none;
	position: relative;
}
