@charset "utf-8";
/* CSS Document */
* {
	padding:0;
	margin:0;
	border:0;
	font-family:Arial, Helvetica, sans-serif;
}

body {
	background-image:url(../../imagens/bg_nfsistemas.jpg);
	background-repeat:no-repeat;
	font-size:12px;
}



#topo_h {
	width:100%;
	height:160px;
	background-image:url(../img/h300.png);
}

#topo {
	margin:auto;
	width:1000px;
	height:160px;
}

#barra_h {
	width:100%;
	height:40px;
	background-image:url(../img/bg_barra.png);
}

#principal {
	margin:auto;
	width:1000px;
	height:auto;
	margin-top:10px;
}

#menu_barra_titulo {
	float:left;
	width:190px;
	height:30px;
	line-height:30px;
	margin-bottom:10px;
	color:#036;
	font-size:12px;
	font-weight:bold;
}

#menu_v_e {
	float:left;	
	width:200px;
	height:auto;
}

#conteudo_v {
	float:left;	
	width:650px;
	height:auto;
	margin-left:10px;
}

#rodape  {
	float:left;
	width:100%;
	height:auto;
	margin:auto;
	background-color:#1f4d7e;
	color:#FFF;
	text-align:center;
	margin-top:10px;
	font-size:12px;
}

#rodape p {
	margin:10px;
}

#rodape p a {
	color:#FFF;
}

#rodapemenu {
	width:100%;
	text-align:center;
	font-size:12px;
	background-image:url(../../imagens/bgmenu.png);
}

#rodapemenu ul {
	line-height:30px;
}
	
#rodapemenu ul li {
	list-style-type:none;
	display:inline;
	margin-left:9px;
	margin-right:9px;
	color:#FFF;
	line-height:25px;
}

#rodapemenu ul li a{
	text-decoration:none;
	color:#FFF;
}

/*#rodape {
	float:left;
	width:100%;
	height:80px;
	background-color:#036;
	text-align:center;
	color:#FFF;
	font-size:16px;
	font-weight:bold;
}
*/