@import url("sistema.css");

BODY {
	SCROLLBAR-HIGHLIGHT-COLOR: Black;
	SCROLLBAR-BASE-COLOR: #696969;
	background-color: white;
	padding : 0px 10px 0px 10px;
	margin-left : 3%;
	margin-right : 3%;
}

TABLE {
	border-right: medium none;
	padding-right: 0.1in;
	border-top: medium none;
	border-left: medium none;
	padding-top: 0.05in;
	border-bottom: medium none;
	font: 11pt 'Times New Roman' , Arial, 'Microsoft Sans Serif';
}
TABLE.navegar {
	BORDER-TOP: thin groove #E5C6A0;
	border-bottom: thin solid #E5C6A0;
	background-image: url(../img/barra_011.gif);
	background-repeat: repeat-x;
	FONT: bold 12px Arial, Helvetica,sans-serif;
}
TH {
	background-image : url(../img/barra_011.gif);
	background-repeat : repeat;
	BORDER-TOP: medium groove #E5C6A0;
	border-bottom: thin solid #E5C6A0;
	FONT: bold 12px Arial, Helvetica,sans-serif;
}
TR.par {
	BACKGROUND: #DBDBDB;
}

DIV.Shadow {
	filter:shadow(color=Gray,direction=135);
	width: 100%;
	color: #696969;
	font : bold 26px Arial, Helvetica, sans-serif;
	text-align : center;
}

