body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}
a:link {
	color: #FF0000;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #CC0000;
}
a:hover {
	text-decoration: underline;
	color: #996600;
}
a:active {
	text-decoration: none;
}
#cajaVoladora {
	height: 648px;
	width: 220px;
	position: absolute;
	top: 42px;
	left: 876px;
	background-color: #FFFFFF;
	z-index: 10;
	border-top-width: 17px;
	border-right-width: 17px;
	border-bottom-width: 17px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #CC0000;
	border-right-color: #CC0000;
	border-bottom-color: #CC0000;
	padding-left: 30px;
	padding-right: 30px;
}
#cajaVoladora p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
}
