/* tma = 1200
   tmb = 950
   tmc = 750
   AMARELO = ffcc66
   * */
.containerProdutos * {
    padding-bottom:5px;
}
.element.elementPro.isotope-item{
    border: #CCC 1px solid;
    border-radius:2px;
    margin:2px;
    
}
body{
	margin:-2px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	overflow:auto;
	font-family:Arial, Helvetica, sans-serif;
}
*{
	padding:0px;
	margin:0px;
}
hr{
	height:1px;
	border: 1px solid;
	border-color: #ffcc66 #fff #fff #fff;
}
h1{
    color: #ffcc66;
     text-shadow: 1px -2px 1px #777777;
}
/* * * geral * * */
	/* menu */
	#divMenuPri{
		/*background-image:url(../_img/site/fundos/home.jpg);*/
		background-color:#000000;
		border-top   :1px #ffcc66 solid;
		border-bottom:1px #ffcc66 solid;
		height:65px;
		box-shadow: 0px 0px 5px #000000;
		width:100%;
		padding-top:5px;
		margin-top:-10px;
	}
	.btMenu{
		background-position:center;
		background-repeat:no-repeat;
		cursor:pointer !important;
	}
	#tabMenu tr td{
		height:50px!important;
	}
	/*ffcc66*/
	.btEmpresa     		{ padding-top:15px; font-size:14px; color:#FFF; }
	.btEmpresa:hover    { color:#ffcc66; }
	.btEmpresaAtivo     { color:#ffcc66; }
	
	.btProdutos      	{ padding-top:15px; font-size:14px; color:#FFF; }
	.btProdutos:hover   { color:#ffcc66; }
	.btProdutosAtivo    { color:#ffcc66; }
	
	.btObras      		{ padding-top:15px; font-size:14px; color:#FFF; }
	.btObras:hover   	{ color:#ffcc66; }
	.btObrasAtivo  		{ color:#ffcc66; }
	
	.btCatal       	{ padding-top:15px; font-size:14px; color:#FFF;  padding-right:20px; text-align: right;}
	.btCatal:hover	{ color:#ffcc66; }

	.btContatos      	{ padding-top:15px; font-size:16px; color:#FFF;  padding-right:20px; text-align: right;}
	.btContatos:hover	{ color:#ffcc66; }
	.btContatosAtivo	{ color:#ffcc66; }


	/* home
	#divHome {
		background-attachment:fixed;
		background-image:url(../_img/site/fundos/home.jpg);
		background-position: 50% 50%;
		background-repeat: no-repeat;
		background-size: cover;
		margin:-20px 0px 0px 0px;
	}*/
	#tabHome tr td{
		text-align:center;
	}
	.homeImgProd , .btMenu{
		width:100%;
		height:100%;
	}
	.homeIco, .divAuxHome{
		/*cursor:pointer !important;	*/
	}
	.divAuxHome{
		background:none;
		position:fixed;
		height:100px;
		width:100px;
		border:#FFFFFF 8px solid;
	}
	/* Produtos */
	.divProdutoTop{
		/*background-attachment:fixed;
		background-image:url(../_img/site/fundos/fur.jpg);
		background-position: 50% 50%;
		background-repeat: no-repeat;
		background-size: cover;
		color:#FFFFFF;*/
		background-color:#000000;
        border-top   :1px #ffcc66 solid;
        border-bottom:1px #ffcc66 solid;
        height:100px;
        box-shadow: 0px 0px 5px #000000;
        width:100%;
		
	}
	.element{
		height:155px;
		width :195px;
	}
	.element img {
		height:100%;
		widows:100%;
	}
	
/* * * tma 1100 * * */
	.tma{
		min-width:1200px;
	}
	.tma .centro{
		margin:auto;
		width:1175px;
	}
		/* home */
		.tma #divHome{
			height:1050px;
		}
		.tma #tabHome tr td, .tma #tabMenu tr td{
			height:185px;
			width :195px;
		}
		.tma .element {
			height:150px;
			width :183px;
		}
		.tma .imgLod{
			height:70px;
		}
		.tma #divContainer{
			min-height:450px;
		}
		/* Obras */
		.tma #divObras table{
			height:300px;
		}
		.tma #divObras table .tdLong{
			width:300px;
		}

/* * * tmb 950 * * */
	.tmb{
		min-width:950px;
	}
	.tmb .centro{
		margin:auto;
		width:940px;
	}
		/* Menu*/
		.tma #tabMenu tr td{
			height:45px;
			width :155px;
		}
		/* home */
		.tmb #divHome{
			height:880px;
		}
		.tmb #tabHome tr td, .tmb #tabMenu tr td{
			height:155px;
			width :155px;
		}
		.tmb .element{
			height:125px;
			width :150px;
		}
		.tmb .imgLod{
			height:60px;
		}
		.tmb #divContainer{
			min-height:310px;
		}
		/* Obras */
		.tmb #divObras table {
			height:200px;
		}
		.tmb #divObras table .tdLong{
			width:200px;
		}


