@charset "utf-8";
    body{
	background:#172534;
	margin-top: 0px;
	margin-left: 0px;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	}	
	
	/*-------------------------|GERAL|-------------------------*/
	#container{
	height: auto;
	width: 940px;
	margin: auto;
	margin-top:30px;
	border: 4px solid #ffffff;
	background-color:#FFFFFF;
	}
	
	/*-------------------------|LOGIN|-------------------------*/
	#barra_login{
	width: 940px;
	height: 30px;
	background-color:#3b3b3b;
	color:#FFFFFF;
	font-size:12px;
	}
	
	#barra_login_rel{
	width: 500px;
	height: 20px;
	position:relative;
	top:5px;
	left:5px;
	}
	
	#barra_login_email{
	width: 240px;
	height: 20px;
	position:absolute;
	top:0px;
	left:0px;
	}
	
	#barra_login_senha{
	width: 200px;
	height: 20px;
	position:absolute;
	top:0px;
	left:240px;
	}
	
	#barra_login_bt{
	width: 60px;
	height: 20px;
	position:absolute;
	top:0px;
	left:400px;
	}
	
	#barra_login_email input{
	height: 13px;
	width: 180px;
	font-size:8pt;
	color: #FFFFFF;
	text-align: center;
	background-color: #666666;
	border: 1px solid #999999;
    }
	
	#barra_login_senha input{
	height: 13px;
	width: 100px;
	font-size:8pt;
	color: #FFFFFF;
	text-align: center;
	background-color: #666666;
	border: 1px solid #999999;
    }
	
	#barra_login_bt input{
	width:60px;
	height: 17px;
	background:#666666;
	font-size:10px;
	color:#ffffff;
	border:1px solid #999999;
	padding-bottom: 3px;
    }
	
	/*-------------------------|CABECALHO|-------------------------*/
	#header{
	height: 69px;
	width: 940px;
	background-color:#282828;
	}
	
	/*-------------------------|BARRA HORIZONTAL SUPERIOR|-------------------------*/
	#barra_navegacao{
	width:940px;
	height:25px;
	padding-top:10px;
	text-align:center;
	font-family:Verdana;
	color:#3b3b3b;
	font-size:12px;
	background:url("../arquivos/imagens/layout/menu_023_bg.jpg");
	}
	
	/*---------------W3C----------------*/
	#w3c{
	width:210px;
	margin-top:5px;
	}
	
	/*---------USUARIOS ONLINE----------*/
	#user_on{
	width:210px;
	margin-top:5px;
	text-align:center;
	font: bold 11px Arial;
	color: #A70303;
	}
		
		
	/*---------------PAGINA----------------*/
	#pagina{
	width: 725px;
	height: auto;
	margin-left: 215px;
	min-height:500px;
	margin-top: 1px;
	}
	
	#iframeMestre{
	width: 725px;
	border:0px;
	height:100%;
	min-height:500px;
	}
	
	/*-------------------|RODAPE|--------------------*/
	#footer{
	clear: both;
	height: 38px;
	padding-top:7px;
	color:#ffffff;
	text-align: center;
	font-size: 10px;
	background-color:#3b3b3b;
	}
