/* CSS Document */

.AvisoLegal {
	font-family: Arial, Tahoma, Times New Roman, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #D4D0C8;
	text-align:right;
}

.AvisoLegalResaltado {
	font-family: Arial, Tahoma, Times New Roman, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #333333;
	text-align:right;
	cursor:pointer;
}


.TablaMenu {
	border-style:solid;
	border-color:#999999;
	border-width:1px;
}

.TextoMenu {
	font-family: Arial;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	text-align:center;
	color: #003366;
	text-decoration:none;
}

.TextoMenuResaltado {
	font-family: Arial;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	text-align:center;
	color: #FF952B;
	text-decoration:none;
	cursor:pointer;
}

.CeldaMenu{
	background-color: #EAF5FA;
	border-style:solid;
	border-color:#999999;
	border-width:1px;
	cursor:pointer;
	text-align:center;
}

.UltFilaMenu {
	background-color: #B8BCBD;
	border-style:solid;
	border-color:#999999;
	border-width:1px;
	empty-cells:show;
	color:#B8BCBD;
	font-family: Arial, Tahoma, Times New Roman, Helvetica, sans-serif;
	font-size: 0px;
}
