/* CSS Document */

body {
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFF;
	font-size:12px;
}
#titulo{
	font-family:Arial, Helvetica, sans-serif;
	color:#FFF;
	font-size:14px;
	font-weight:bold;
}

input.campo_capa {
	/*background:transparent;*/
	width:126px;
	border:0px;
	margin-left:8px;
}

#pai {
	position:relative;
	width:790px;
	text-align:left;
}

#topo {
	position:relative;
	width:790px;
	height:170px;
	/*background:url(img/fundo_r1_c1.jpg) no-repeat;*/
	background:url(img/fundo_r1_temp.jpg) no-repeat;
}

#area {
	position:absolute;
	top:64px;
	left:575px;
	width:205px;
	height:90px;
}


#menu_sec{
	text-align:left;
	position:absolute;
	top:18px;
	left:594px;
	width:179px;
	min-height:279px;
	height:auto !important;
	height:279px;
	z-index:5;
}

#centro {
	position:relative;
	width:790px;
	height:622px;
	background:url(img/fundo_r2_c1.jpg) no-repeat;
}
#centro_aluno {
	position:relative;
	width:790px;
	min-height:622px;
	height:auto !important;
	height:622px;
	background:url(img/fundo_r2_c1_aluno.jpg) no-repeat;
	background-color:#CECC00;
}

#centro_conteudo {
	position:relative;
	width:780px;
	background-color: #b5b40c;
	padding-top:10px;
	padding-left:10px;
}

#conteudo_aluno {
	position:relative;
	width:560px;
	min-height:610px;
	height:auto !important;
	height:610px;
	background-color: #b5b40c;
	padding: 10px;
}

#conteudo {
	position:relative;
	width:560px;
	min-height:600px;
	height:auto !important;
	height:600px;
	background-color: #b5b40c;
	padding-top:10px;
	padding-left:10px;
	padding-right:10px;
	
}

#menu {
	position:absolute;
	left:18px;
	top:11px;
	width:208px;
	height:414px;
	border:0px solid #00FF00;
}

#icone1 {
	position:absolute;
	left:294px;
	top:18px;
	width:162px;
	height:146px;
	border:0px solid #000000;
}

#icone2 {
	position:absolute;
	top:170px;
	left:262px;
	width:162px;
	height:146px;
	border:0px solid #000000;
}

#icone3 {
	position:absolute;
	left:318px;
	top:317px;
	width:162px;
	height:146px;
	border:0px solid #000000;
}

#icone4 {
	position:absolute;
	left:414px;
	top:465px;
	width:162px;
	height:146px;
	border:0px solid #000000;
}

#logo {
	position:absolute;
	left:0px;
	top:0px;
	width:235px;
	height:207px;
	border:1px solid #FF00FF;
}

#icone_lateral1 {
	position:absolute;
	left:520px;
	top:24px;
	width:168px;
	height:154px;
	border:0px solid #FF00FF;
}

#icone_lateral2 {
	position:absolute;
	left:514px;
	top:194px;
	width:260px;
	height: 60px;
	border:0px solid #FF00FF;
}

#icone_lateral3 {
	position:absolute;
	left:608px;
	top:266px;
	width:172px;
	height:152px;
	border:0px solid #FF00FF;
}

#baixo {
	position:relative;
	width:790px;
	height:153px;
	background:url(img/fundo_r3_c1.jpg) no-repeat;
}

#receba {
	position:absolute;
	top:52px;
	left:28px;
	width:222px;
	height:96px;
}

#inform_base {
	position:absolute;
	top:14px;
	left:250px;
	width:541px;
	height:134px;
}

/*#form_receba {
	position:absolute;
	left:28px;
	top:40px;
}*/

#div_bem_vindo {
	position:absolute;
	width:182px;
	height:98px;
	z-index:1;
	left: 576px;
	top: 50px;
}
#capa_logo_aluno {
	position:absolute;
	width:534px;
	height:145px;
	cursor:pointer;
	z-index:1;
	left: 8px;
	top: 5px;
}

.inputs
{
	border:0px;
	background:#FFFFFF;
}
.link {
	text-decoration:none;
	color:#FFFFFF;
	font-weight:bold;
}
.link:hover{
	background:#CCCC00;
}
a{
text-decoration:none;
color:#FFFFFF;
}
.linha_select
{
	background:#CCCC00;
}
.linha_clara
{
	background:#b5b40c;
}
.drop_menu
{
	border:0;
	width:350px;
}
