#menu_lat{
	width: 200px;
	font-size: 10pt;
	margin-right: 20px; 
}
#menu_lat h1{
	height: auto;
	border-bottom: 3px solid #a30000;
	padding-bottom: 5px;
	font-size: 14pt;
	margin-bottom: 10px;
	
}
#menu_lat li{
	background: #e6e7e8;
	margin-bottom: 0px;
	border-bottom: groove 2px #FFF;
}
#menu_lat li a{
	display: block;
	overflow: hidden;
	color: #6d6e71;
	width: 100%;
	text-decoration: none;
	font-size: 9pt; 
	text-indent: 10px;
	font-weight: bold;
	line-height: 30pt;
	background: url(../imgs/mlat_inativo.png) no-repeat right top;
}
#menu_lat li a:hover{
	background: url(../imgs/mlat_ativo.png) no-repeat right top;
}
#menu_lat li a.atv{
	background: url(../imgs/mlat_ativo.png) no-repeat right top;
	color: #a30000;
}
#menu_lat li.cat_li{
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
	margin-top: 50px;
}
#menu_lat li.cat_li a{
	color: #a30000;
	text-indent: 0px;
	font-size: 12pt;
}
#menu_lat li.cat_li:first-child{
	margin-top: 0px;
}
#cad_form header{
	margin-left: 0.5%;
	
}
#cad_form{
	background: #ccc;
	padding: 5px;
}
form#cadastro input, form#cadastro select{
	background: #FFF;
	margin: 0.5%;
	margin-top: 8px;
	font-size: 12pt;
	line-height: 25px;
	height: 25px;
	text-indent: 2px;
}

form#cadastro div{
	border-bottom: 2px solid #fff;
	padding-bottom: 10px;
}
.l1{
	width: 99%;
}
.l2{
	width: 49%;
}
.l3{
	width: 32.33%;
}

#email_1{
	width: 85%
}

#but_email{
	display: block;
	overflow: hidden;
	position: relative;
	float: left;
	width: 13%;
	height: 19pt;
	background: #b60a10 !important;
	color: #fff;
	cursor: pointer;
}
#salvar{
	line-height: 20pt;
	font-size: 11pt;
	font-weight: bold;
	color: #fff;
	background: #b60a10 !important;
	padding: 0 8px;
	cursor: pointer;
}