@charset "utf-8";
/* CSS Document */

/* --------------------- */

/* *, img, div { behavior: url(Scripts/iepngfix.htc) } */

html, body {
	background-image: url(../imagens/fundo.jpg);
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	text-align:center;
	height:100%;
	margin:0;
	padding:0;
}

a:active {
  outline:none;
}

:focus, button {
  -moz-outline-style:none;
}

/* --------------------- */

#out-content {
	position:relative;
	text-align:center;
	width:950px;
	margin:0 auto;
	min-height:100%;
}

* html #out-content {height:100%;}

/* --------------------- */

#mainLogo {
	margin-top:10px;
	display:none;
}

/* --------------------- */

.clear {clear:both;}

/* ------------------------ */

.windowFader {
	position:fixed;
	display:none;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:#000000;
}

/* ------------------------ */

.corner-all { border-radius:4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; }

/* ------------------------ */

.button { background-color:#CEC097; color:#684E00; font-weight:bold; border:solid 1px #684E00;}
.button:hover { background-color:#D7A81D; color:#FFFFFF; }

/* ------------------------ */

.cursor-normal { cursor:normal; }

/* ------------------------ */

.btn-back {
	text-align:center;
	padding:10px 0 10px 0;
}

.btn-back span {
	font-size:12px;
	font-weight:bold;
	padding:2px 10px 2px 10px;
	color:#CC9900;
	background-color:#fff;
	border:1px solid #CC9900;
	border-radius:3px;
	-moz-border-radius:3px;
	cursor:pointer;
}

.btn-back span:hover {
	color:#CC9900;
	background-color:#FFEEB8;
}

/* --------------------- */

#iconsMainPage {
}

#iconsMainPage ul {
	width:520px;
	margin:30px auto 30px;
}

#iconsMainPage li {
	position:relative;
	height:170px;
	width:150px;
	margin:0 30px 0 0;
	list-style:none;
	float:left
}

#iconsMainPage li img {
	position:absolute;
	top:0;
	left:0;
	cursor:pointer;
}

#iconsMainPage span {
	position:absolute;
	bottom:0;
	left:0;
	width:150px;
	text-align:center;
	font-size:14px;
	font-weight:bold;
}


/* --------------------- */

#menu-Admin {
	margin-top:10px;
	margin-bottom:20px;
	text-align:center;
}

#menu-Admin a {
	font-size:14px;
	text-decoration:none;
	color:#960;
}

#menu-Admin a:hover {
	font-size:14px;
	text-decoration:underline;
	color:#F90;
}

#menu-Admin h1 {
	font-weight:bold;
	font-size:22px;
	color:#960;
}
