﻿body 
{
	/*background-image:url("http://www.feuc.edu.br/siga/img/PNG/fundo.png");
	background-color:#113E6F;*/
	background-image:url("http://www.feuc.edu.br/siga/img/GIF/body-bg.gif");
	background-repeat:repeat-x;
	background-color:#005B9C;
}
#barra
{
	position:absolute;
	background-color:#E7E6D4;
	width:100%;
	height:100px;
	top:280px;
	margin-left:0px;
	z-index:1;
}
#login
{
	position:absolute;
	text-align:center;
	background-image:url("http://www.feuc.edu.br/siga/img/PNG/login.png");
	background-repeat:no-repeat;
	width:500px;
	height:310px;
	top:220px;
	left:50%;
	margin-left:-250px; 
	z-index:2;
	
}
#tabela
{
	position:absolute;
	text-align:center;
	width:400px;
	/*height:250px;*/
	top:100px;
	left:50px;
}
#tabela table td
{
	width:150px;
	/*height:250px;*/
}

.titulo
{
	color:#f3f3f4;
	font-family:Verdana;
	font-size:20px;
}
.campo
{
	color:#333;
	font-family:Verdana;
	font-size:16px;
	width:200px;
	height:20px;
	border:#0B3354 solid 2px;
	filter:alpha(opacity=50);
	opacity:0.50;
}
.campo:hover
{
	filter:alpha(opacity=100);
	opacity:1;
}
.botao
{
	margin-top:10px;
	cursor:pointer;
	background-color:#113E6F;
	color:#f3f3f4;
	border:#0C2C50 solid 2px;
	width:100px;
	height:30px;
	font-family:Arial;
	font-size:14px;
	
}
.botao:hover
{
	background-color:#0C2C50;
	color:#fff;
}
.esqueceu
{
	color:#f3f3f4;
	font-family:Arial;
	font-size:12px;
	text-align:center;
	text-decoration:none;
	margin-top:30px;
}
.esqueceu:hover
{
	color:#C2B41D;
}
.texto3b
{
	color:#C2B41D;
	font-size:12px;
	text-align:center;
	font-family:Verdana;
}
.pnlRecMat
{
	float:left;
	margin-left: 10px;
    margin-top: 10px;
    background-color:#154884;
    padding:10px;
}
