body{
background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top, #ffffff 0%, #e5e5e5 100%) fixed; /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e5e5e5)) fixed; /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #ffffff 0%,#e5e5e5 100%) fixed; /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #ffffff 0%,#e5e5e5 100%) fixed; /* Opera11.10+ */
background: -ms-linear-gradient(top, #ffffff 0%,#e5e5e5 100%) fixed; /* IE10+ */
background: linear-gradient(top, #ffffff 0%,#e5e5e5 100%) fixed; /* W3C */
margin: 0;
width:100%;
height:100%;
}

#tabela{
	background-color:#FFF;
	margin-right:5px;
	border-right:solid 1px #CCC;

	
}

a {
	color:#147e84;   
}
#box{
	padding-left:5px;	
	padding-right:20px;	
	padding-top:5px;
}
#box a{
	/*color:#340130;*/
font-size:16px;
text-align:left;
}
#img_borda{
	margin-left:auto;
	margin-right:auto;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background-color:#666;
	width:150px;
	height:200px;
	margin-bottom:5px;
	}
#box p{
color:#333;
text-align:right;
font-size:12px;
}

#botao{
	background:url(n11/img/fundo_botao.png) no-repeat;
	width:555px;
	height:44px;
	font-size:28px;
	font-family:Tahoma, Geneva, sans-serif;
	color:#FFF;
	padding-left:18px;
	padding-top:4px;
}


.menu{
	border:none;
	border:0px;
	margin:0px;
	margin-top:1px;
	margin-bottom:2px;
	padding:0px;
	font: 67.5% "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	width:800px;	
	
	
	}
.menu ul{
	background:#000;
	height:35px;
	list-style:none;
	margin:0;
	padding:0;
	}
	.menu li{
		float:left;
		padding:0px;		
		}
	.menu li a{
		background:#000 url("img/menu/seperator.gif") bottom right no-repeat;
		color:#cccccc;
		display:block;
		font-weight:normal;
		line-height:35px;
		margin:0px;
		padding:0px 21px;
		text-align:center;
		text-decoration:none;
		}
		.menu li a:hover, .menu ul li:hover a{
			background: #666 url("img/menu/hover.png") bottom center no-repeat;
			color:#FFFFFF;
			text-decoration:none;
			}
	.menu li ul{
		background:#333333;
		display:none;
		height:auto;
		padding:0px;
		margin:0px;
		border:0px;
		position:absolute;
		width:225px;
		z-index:200;
		/*top:1em;
		/*left:0;*/
		}
	.menu li:hover ul{
		display:block;
		
		}
	.menu li li {
		background:url('img/menu/sub_sep.gif') bottom left no-repeat;
		display:block;
		float:none;
		margin:0px;
		padding:0px;
		width:225px;
		}
	.menu li:hover li a{
		background:none;
		
		}
	.menu li ul a{
		display:block;
		height:35px;
		font-size:12px;
		font-style:normal;
		margin:0px;
		padding:0px 10px 0px 15px;
		text-align:left;
		}
		.menu li ul a:hover, .menu li ul li:hover a{
			background:#2580a2 url('img/menu/hover_sub.png') center left no-repeat;
			border:0px;
			color:#ffffff;
			text-decoration:none;
			}
	.menu p{
		clear:left;
		}	

.foto-esquerda{
	float:left;
	margin-right:5px;
}