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

body  {
	background-image: url(../../images/fnd2.jpg);
	background-repeat: repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
}

a{
	color:#333333;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}

div#corpo{
	width:780px;
	background-color:#FFFFFF;
	margin:0 auto;
}


div#topo_acesso{
	background-image:url(../images/topo_acesso.gif);
	background-repeat:no-repeat;
	background-position:top;
	width:780px;
	background-color:#d70424;
	height:150px;
}

div#topo_adm{
	background-image:url(../images/topo_adm.gif);
	background-repeat:no-repeat;
	background-position:top;
	width:780px;
	background-color:#d70424;
	height:150px;
}


div#conteudo{
	padding:20px;
}

div#acesso{
	text-align:center;

}

div#form_acesso{
	text-align:right;
	width:250px;
	margin:auto;
}
div#menu{
	padding:125px 40px 0px 40px;
	font-size:16px;
}

	div#menu a{
		color:#FFFFFF;
		text-decoration:none;
		font-weight:bold;
	}
	
	div#menu a:hover{
		color:#FFFFFF;
		text-decoration:underline;
		font-weight:bold;
	}
	
	
div#bread{
	text-align:left;
	float:left;
}

div#logout{
	float:right;
}

	div#bread a, div#logout a{
		color:#333333;
		text-decoration:none;
	}
	div#bread a:hover, div#logout a:hover{
		text-decoration:underline;
	}
	
div#titulo{
	font-size:18px;
	color:#333333;
	margin-left:30px;
	font-weight:bold;
}

.link_line{
	padding:10px 15px 10px 15px;
	border-top:1px solid #333333;
}

.bg_dark{
	background-color:#EBEBEB;
}


.right{
	float:right;
}
.left{
	float:left;
}

.right img{
	margin-left:10px;
}
input, textarea{
	border:1px solid #333333;
	width:450px;
	background-color:#FFFFFF;
	margin-top:4px;
	font-family:Arial, Helvetica, sans-serif;
	color:#484848;
	font-size:12px;
}

.largura{
	width:600px;
}

.foto{
		width:90px;
		height:90px;
		text-align:center;
		cursor:pointer;
		overflow:hidden;
	}

	
	
