@charset "utf-8";
/* CSS Document */
*{margin:0 auto; padding:0;}

body {
	background-image: url(../img/main_bg.jpg);
}
a:link {
	color: #800000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #800000;
}
a:hover {
	text-decoration: underline;
	color: #FF0000;
}
a:active {
	text-decoration: none;
	color: #800000;
}

#Logomarca {
width:411px;
height:129px;
background-image:url(../img/logo.png);
position:relative;
margin:0 auto;
padding:0;
}
.Login {
background:#FFFFFF;
border:0px;
font-size:36px;
color:#808080;
}
#LoginBox {
width:400px;
height:256px;
background-image:url(../img/restrito_fundo.png);
position:relative;
margin:0 auto;
padding:0;
}
#CampoLogin {
	position:absolute;
	left:83px;
	top:81px;
	width:296px;
	height:50px;
	z-index:1;
}
#CampoSenha {
	position:absolute;
	left:85px;
	top:148px;
	width:287px;
	height:45px;
	z-index:1;
}
#BotaoEntrar {
	position:absolute;
	left:210px;
	top:203px;
	width:152px;
	height:37px;
	z-index:1;
}
#Wrapper{
width:900px;
position:relative;
margin:0 auto;
padding:0;
}
#ConteudoTopo{
width:900px;
height:26px;
background-image: url(../img/cont_topo.png);
position:relative;
margin:0 auto;
padding:0;
}
#Conteudo{
width:900px;
background-image: url(../img/cont_back.png);
position:relative;
margin:0 auto;
padding:0;
}
#ConteudoFundo{
width:900px;
height:25px;
background-image: url(../img/cont_bott.png);
position:relative;
margin:0 auto;
padding:0;
}
.Tabela{
border:  1px solid #E4E4E4; ;
background-color:#F4F4F4;
}
.Titulo{
color:#990000;
font-weight:100;
}
.Botaozin{
background-color:#A4D5F2;
border: 1px solid #79C8F7;
color:#1F7AD6;
padding:3px;
}
.formulario{
font-size:14px;
color:#999999;
border:thin solid #CCCCCC;
}