@charset "utf-8";
/* CSS Document */
body {
	margin-top: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	background-color: #34b6e5;	
}
.tituloMenuPrincipal{
	color:#ffffff;
	font-size:12pt;
	text-decoration:none;
	font-family:Arial;
	font-weight:bold;
	padding-left:15px;
}
.menuPrincipal{
	color:#6b6968;
	font-size:11pt;
	text-decoration:none;
	font-family:Arial;
	padding-left:30px;
	font-weight:bold;
}
.espaco{
	font-size:0pt;
	line-height:0px;
}
.linhaMenu{
	width:255px;
	height:1px;
	border:0px solid #dddcdc;
}