#menu_lat{
	width: 200px;
	font-size: 10pt;
	margin:20px 20px 0 0;
}

#menu_lat h2{
	height: auto;
	border-bottom: 3px solid #a30000;
	padding-bottom: 5px;
	margin-bottom: -40px;
}

#menu_lat li{
	background: #e6e7e8;
	margin-bottom: 0px;
	border-bottom: groove 2px #FFF;
}#menu_lat li:last-child{
	border: none;
}
#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{
	width: 1px;
	height: 1px;
	color: #fff !important;
	background: #fff !important;
	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;
}

#produtos{
	border-left: 1px solid #AAAAAA;
	padding-left: 15px;
	margin-top: 20px;
}

.Works{
	width: 100%;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
.Works p {
	margin: 8px 0;
	font-size: 10pt;
}
.fotsCont{
	margin-top: 10px;
	width: 100%;
}
.fotsCont a{
	margin: 0px 5px 5px 0;
}


/* Barra Direita */
	#barradir{
		height: auto;
	margin-top: 20px;
	} 
	.Datas a{
		color: #954d00;
		margin-left: 10px;
		text-decoration: none;
		font-size: 10pt;
		display: block;
	}
	.Ano{
		background: #fff;
		margin-right: 5px;
	}
	#barradir a.link{	
		color: #954d00;
		margin: 0 0 5px 20px;
		padding: 3px 0;
	}
	#barradir .bloco_datas{
		display: none;
		background: #fff;
		margin: 0 5px 10px 20px;
		overflow: hidden;
	}
		
	#banner{
		background: none;
		height: auto;
		width: 100%;
		margin: 0px 0 10px 0;
		padding-bottom: 6px;
		border-bottom: 2px groove #EEE;
	}
	.estiti h3{
		border-bottom: 5px solid #777;
		padding-left: 30px;
	}
	.estiti h3 span{
		top: 0;
		left: 0;
		margin:0 !important;
		background: #F60;
		width: 20px;
		height: 27px;
		font-size: 0;
		border-right: 3px solid #777;
		margin: 5px;
	}
	#cliparc.estiti h3{
		background: #B60A10 !important;
		color: #fff !important;
	}
	#cliparc a img{
		width: 100%;
	}
	#ultimas_prod.estiti h3{
		background: #F60 !important;
		color: #fff !important;
	}
	#ultimas_prod{
		background: #FFF;
		height: auto;
		width: 97%;
		margin: 5px 1.5% 15px 1.5%;
	}
	#ultimas_prod a img{
		width: 100%;
	}
	#face{
		background: #F9F9F9;
		margin-top: 10px;
		width: 97%;
		margin: 15px 1.5% 5px 1.5%;
		border: 1px solid #ccc;
	}
	/* Fim Barra */

@media only screen and (max-width: 1920px) /* FullHD */
{	
	#barradir{
		width: 280px !important;
	}
	#produtos{
		margin-left: 220px;
		margin-right: 300px;
	}
}



@media only screen and (max-width: 1440px) /* FullHD */
{
	#barradir{
		width: 280px !important;
	}
	#produtos{
		margin-left: 220px;
		margin-right: 300px;
	}
}



@media only screen and (max-width: 1280px) /* FullHD */
{
	#barradir{
		display: none;
	}
	#produtos{
		margin-left: 220px;
		margin-right: 200px;
	}	
}