@charset "UTF-8";
/* CSS Document */

.navigation {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
	padding: 3px;
	font-weight: bold;
	font-variant: normal;
	color: #FFFFFF;
	background-color: #58595B;
	width: 150px;
	border-bottom-color: #FFFFFF;
	outline-color: #333333;
	text-decoration: none;
	display: block;
}



.navigation:hover {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
	padding: 3px;
	font-weight: bold;
	font-variant: normal;
	color: #58595B;
	background-color: #FFFFFF;
	width: 150px;
	border-bottom-color: #FFFFFF;
	outline-color: #333333;
	text-decoration: none;
	display: block;
}
.cuerpo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
.cuerponegro {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}


.cuerpomenu {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #FFFFFF;
}
