@charset "utf-8";
body {
font: 100% Verdana, Arial, Helvetica, sans-serif;
background-color: #5B2979;
margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; 
scrollbar-face-color: #E1E8F7;
scrollbar-shadow-color: #FFFFFF;
scrollbar-highlight-color: #FFFFFF;
scrollbar-3dlight-color: #F6DEB2; 
scrollbar-darkshadow-color: #F6DEB2;
scrollbar-track-color: #FFFFFF;
scrollbar-arrow-color: #FF7900;
}

A:link {
	COLOR: #5B2979;
	FONT-FAMILY: Tahoma, Verdana, Helvetica, Arial, sans-serif;
	FONT-SIZE: 13px;
	font-weight: bold;
	TEXT-DECORATION: underline
}
A:visited {
	COLOR: #5B2979;
	FONT-FAMILY: Tahoma, Verdana, Helvetica, Arial, sans-serif; 
	FONT-SIZE: 13px;
	font-weight: bold;
	TEXT-DECORATION: none
}
A:hover {
	COLOR: #FF6600;
	FONT-FAMILY: Tahoma, Verdana, Helvetica, Arial, sans-serif;
	FONT-SIZE: 13px;
	TEXT-DECORATION: underline
}
.titulos {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #333333;
}
.cuerpo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #333333;
	text-align: left;
}
.notas {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #A3A3A3;
}
.notasmoradas {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #5B2979;
}

#container {
	width: 62%;  /* this will create a container 80% of the browser width */
	height: 100%;
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	bottom: 0px;
}
#header {
background: #FFFFFF;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */

	padding-top: 0;

	padding-bottom: 0;

	padding-left: 0px;
}

#mainContent {
	background: #FFFFFF;
}
 
#footer {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	background:#FFFFFF;
	width: 99%;
	margin: 0px;
	position: static;
	bottom: 0px;
}
.tablefondo {
	background: #FFFFFF;
	width: 1000px;
	height: 100%;
	background-image: url(images/fcomplet.gif);
}
