@charset "utf-8";
/* CSS Document */

body {
	margin-top: 0px;
	background-color: #c4c1ba;
	scrollbar-face-color: #dfdeca; scrollbar-arrow-color: #333; 
	scrollbar-track-color: #827f77; scrollbar-3dlight-color: #9ca384; scrollbar-darkshadow-color: #ffffff;
}
#principal {
	position:relative;
	width:803px;
	height:554px;
	z-index:1;
	margin: auto;
	background-color: #827f77;
	margin-top: 5px;
}

a:visited {
	text-decoration: none;
	color: #F90;
}
a:hover {
	text-decoration: none;
	color: #F90;
}
a:link {
	text-decoration: none;
	color: #F90;
}
