/* CSS Document */

p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #0000FF;
	line-height: normal;
	padding: 3px;
	margin: 10px;
	position: relative;
	font-size-adjust: 10px;
	visibility: visible;
}
.bold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: oblique;
	font-weight: 100;
	color: #FF0000;
	text-decoration: underline;
	margin: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.navigation {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFF00;
	font-style: normal;
	background-color: #000000;
	display: block;
	padding: 8px;
	width: 160px;
	font-weight: 900;
	background-image: url(images/fondo_azul_2.png);
	font-variant: normal;
	border-bottom: 2px;
	border-bottom-color: #CCCCFF;
	border-bottom-style: inset;
	border-collapse: collapse;
}

.navigation:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFF00;
	font-style: normal;
	background-color: #C0C0C0;
	display: run-in;
	padding: 6px;
	width: 160px;
	background-image: url(images/fondo_azul_3.png);
	text-decoration: none;
	font-stretch: narrower;
}
S
