
/* Divs */

.banner_produtos{
	width:100%;
	height:300px;
	background:url(../img/banner/bannerProd.png);
	background-repeat:no-repeat;
	background-position:center;
	margin-top:110px;
}

.conteudoProdutos{
	width:100%;
	min-height:610px;
	height:auto;
	margin-top:0px;
	margin-bottom:80px;
}



/* Ids */


#caracteristicasProdutos{
	width:650px;
	min-height:510px;
	height:auto;
	margin-left:370px;
	margin-top:-460px;
}

#conteudo_titulo{
	width:100%;
	height:38px;
	background-color:#081e4e;
}

#detalhesProdutos{
	width:300px;
	height:75px;
	border:2px solid  rgba(155,155,155,1.00);
	margin-left:25px;
	margin-top:25px;
}

#img_prod{
	width:300px;
	height:350px;
	background-repeat:no-repeat;
	margin-top:30px;
	margin-left:25px;
	border:2px solid rgba(155,155,155,1.00);
	background:url(../img/produtos/prodIndisponivel.png);
}



#imgAcriAcetEmb{
	width:300px;
	height:350px;
	background-repeat:no-repeat;
	margin-top:30px;
	margin-left:25px;
	border:2px solid rgba(155,155,155,1.00);
	background:url(../img/produtos/AcrilicaAcetinadaEmborrachada.png);
}

#imgAcriFosca{
	width:300px;
	height:350px;
	background-repeat:no-repeat;
	margin-top:30px;
	margin-left:25px;
	border:2px solid rgba(155,155,155,1.00);
	background:url(../img/produtos/AcrilicaFoscaEmborrachada.png);
}


#imgAcriSemiEmb{
	width:300px;
	height:350px;
	background-repeat:no-repeat;
	margin-top:30px;
	margin-left:25px;
	border:2px solid rgba(155,155,155,1.00);
	background:url(../img/produtos/AcrilicaSemiBrilhoEmborrachada.png);
}

#imgBaseForte{
	width:300px;
	height:350px;
	background-repeat:no-repeat;
	margin-top:30px;
	margin-left:25px;
	border:2px solid rgba(155,155,155,1.00);
	background:url(../img/produtos/BaseForte.png);
}

#imgDuploFiltro{
	width:300px;
	height:350px;
	background-repeat:no-repeat;
	margin-top:30px;
	margin-left:25px;
	border:2px solid rgba(155,155,155,1.00);
	background:url(../img/produtos/DuploFiltroScalabrin.png);
}

#imgEsmalte{
	width:300px;
	height:350px;
	background-repeat:no-repeat;
	margin-top:30px;
	margin-left:25px;
	border:2px solid rgba(155,155,155,1.00);
	background:url(../img/produtos/EsmalteAssoalho.png);
}

#imgImpermeabilizante{
	width:300px;
	height:350px;
	background-repeat:no-repeat;
	margin-top:30px;
	margin-left:25px;
	border:2px solid rgba(155,155,155,1.00);
	background:url(../img/produtos/ImpermeabilizantQuartzo.png);
}

#imgSeladorAcri{
	width:300px;
	height:350px;
	background-repeat:no-repeat;
	margin-top:30px;
	margin-left:25px;
	border:2px solid rgba(155,155,155,1.00);
	background:url(../img/produtos/SeladorAcrilico.png);
}




/* Fontes */


#detalhes_prod{
	color: #081e4e;
	font-family: 'Quicksand', sans-serif;
	text-transform:uppercase;
	font-size: 17px;
	font-weight:bold;
	margin-left:15px;
	margin-top:0px;
}

#subtitulos_prod{
	color: #FFFFFF;
	font-family: 'Quicksand', sans-serif;
	text-transform:uppercase;
	font-size: 16px;
	margin-bottom:5px;
	background-color:rgba(8,30,78,0.65);
	padding-top:2.5px;
	padding-bottom:3px;

}

#titulo_prod{
	color: #FFFFFF;
	font-family: 'Quicksand', sans-serif;
	font-size: 24px;
	text-align:left;
	margin-left:45px;
	text-transform:uppercase;
	position:relative;
	top:-24px;
}

#texto_prod{
	color: #3F3E3E;
	font-family: 'Quicksand', sans-serif;
	font-size: 18.5px;
	text-align: justify;
	margin-top:5px;
	margin-left:15px;
	margin-bottom:8px;
}


/* Imagens */

#icone{
	width:28px;
	height:28px;
	margin-left:8px;
	background:url(../img/icones/iconeProd.png);
	background-repeat:no-repeat;
	position:relative;
	top:5px;

}
