body{
	background-color: #FFFFFF;
	border-bottom: 0;
	border-left: 0;
	border-right: 0;
	border-top: 10;
	font-family: Arial;
	font-size: 12 px;
	color: #000000;
}

a:link {
	color: #013357;
	text-decoration: none;
}
a:visited {
	color: #013357;
	text-decoration: none;
}
a:active {
	color: #013357;
	text-decoration: none;
}
a:hover{
	color: #013357;
	text-decoration: underline;
}

table.General{
	font-family: Arial;
	font-size: 12 px;
	color: #000000;
	border: thin solid #F3F8F6;
}

table.TablaMenu{
	background-color: #F3F8F6;
	font-family: Arial;
	font-size: 12 px;
	color: #000000;
	border: thin dotted #E0E0E0;
}
td.TablaMenu{
	background-color: #F3F8F6;
	font-family: Arial;
	font-size: 12 px;
	color: #000000;
}