@charset "utf-8";
#main {
	height: 800px;
	width: 992px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	background-color: #00BF3F;
	z-index: 0;
	background-image: url(../images/fundo_pagina.jpg);
	background-repeat: repeat-x;
}
#topo {
	height: 220px;
	width: 992px;
	position: absolute;
	left: 0px;
	top: 0px;
	background-image: url(../images/topo.jpg);
}
#menu {
	height: 30px;
	width: 992px;
	left: 0px;
	top: 220px;
	position: absolute;
	background-color: #2E3A39;
}
#menu_lado {
	height: 275px;
	width: 210px;
	position: absolute;
	left: 10px;
	top: 260px;
	background-color: #FFFFFF;
	z-index: 10;
}
#area_aluno {
	height: 237px;
	width: 293px;
	position: absolute;
	left: 690px;
	top: 260px;
	background-color: #2E3A3A;
	z-index: 10;
	background-image: url(../images/fundo_area_alunos.jpg);
	background-repeat: no-repeat;
	padding-top:48px;
}

#area_aluno form{overflow:hidden; width:66%;}
#area_aluno form label{
	display:block;
	margin-bottom:10px;
}
#area_aluno form span{
	/*assim fica embaixo*/
	display:block;
	font:14px Tahoma,Arial,Verdana;
	color:#F7FCFF;
}
#area_aluno form fieldset{border:none;}

#area_aluno form #submitlogin{float:right;}

.formata_div {
	height: 100px;
	width: 430px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 10px;
	position: relative;
}
.texto_div {
	left: 120px;
	position: absolute;
	font-family: Tahoma, Arial, Verdana;
	font-size: 12px;
	color: #FFFFFF;
	top: 10px;
	width: 309px;
}

#rodape {
	height: 250px;
	width: 992px;
	position: absolute;
	z-index: 1;
	left: 0px;
	top: 550px;
}


#conteudo_meio {
	height: 390px;
	width: 450px;
	position: absolute;
	left: 230px;
	top: 260px;
	background-color: #2E3A39;
	z-index: 10;
}
.texto_topo_paginas {
	font-family: Tahoma, Arial, Verdana;
	font-size: 14px;
	text-transform: none;
	color: #FFFFFF;
	font-style: normal;
	font-variant: normal;
	vertical-align: baseline;
	text-align: left;
	text-indent: 30px;
	padding-top: 5px;
	margin-bottom: 2px;
}
#titulo_pagina {
	background-color: #2e3a39;
	height: 25px;
	width: 753px;
	position: absolute;
	left: 232px;
	top: 260px;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-align: left;
	text-indent: 5px;
}
link {
	font-family: Tahoma, Arial, Verdana;
	font-size: small;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
a:link {
	font-family: Tahoma, Arial, Verdana;
	font-size: small;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	font-family: Tahoma, Arial, Verdana;
	font-size: small;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	font-family: Tahoma, Arial, Verdana;
	font-size: small;
	color: #FFFFFF;
	background-color: #556C6A;
	text-decoration: none;
	font-weight: bold;
}

