@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700|Merriweather+Sans:800);

@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

body {
	font: normal 1em Lato;
	font-weight: 100;
}

html::-webkit-scrollbar {width:5px; height:auto; background: #FFFFFF;}
html::-webkit-scrollbar-thumb:vertical {background: #ed1b23; border: 1px solid  #A2A2A2; border-right:none; -webkit-border-radius: 8px;}
html::-webkit-scrollbar-thumb:horizontal {background: #ed1b23; border: 1px solid #A2A2A2; border-bottom;}

#topo {
	width: 100%;
	border-bottom: 2px solid #ed1b23;
	-webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.27);
	-moz-box-shadow:    0px 3px 5px 0px rgba(0, 0, 0, 0.27);
	box-shadow:         0px 3px 5px 0px rgba(0, 0, 0, 0.27);
	background: url(../images/bg-topo.png) #FFFFFF;
	overflow: hidden;
	position: fixed;
	top: 0;
	z-index: 100;
}

.style-one {
	height: 1px;
	border-top: 1px dotted #ed1b23;
	margin: 1px 0px;
}

.logo {
	margin: 5px;
	float: left; 
}

.menu {
	float: right; 
}

#slide iframe {
	margin: 150px 0px 0px 0px;
	width: 100%;
	height: 510px;
}

.conteudo {
	margin: 140px auto 0px auto;
	padding: 0px 20px;
	width: 948px;
	min-height: 450px;
	border-left: 1px dotted #ed1b23;
	border-right: 1px dotted #ed1b23;
	border-top: 0px;
	border-bottom: 0px;
	text-align: justify;
}

.conteudo h2, h1 { 
	font-weight: 100;
}

.conteudo a { 
	color: #000000;
	text-decoration: none;
}

.title-pag {
	padding: 10px;
	text-align: center;
	font-size: 32px;
}

.produtos-caixa {
	overflow: hidden;
}

.produtos-box {
	width: 450px;
	height: 130px;
	margin: 5px;
	display: inline-table;
}

.produtos-img {
	padding: 5px;
	margin-right: 5px;
	border: 1px solid #CCCCCC;
	float: left;
}

.produtos-title {
	text-align: left;
	border-bottom: 1px solid #AAAAAA;
	font-size: 26px
}

.produtos-link {
	text-align: left;
}

.produtos-link a {
	text-align: left;
	text-decoration: none;
	color: #000000;
	-o-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-khtml-transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	transition: all 0.2s linear;	
}

.produtos-link a:hover {
	color: #ed1b23;
}

#rodape {
	background:#000000;
	padding: 5px;
	margin-top: 10px;
}

.link-precisou {
	float: left;
	font-family: Lato;
	font-size: 14px;
	color: #FFFFFF;
}

.link-precisou a {
	text-decoration: none;
	color: #FFFFFF;
}

.link-precisou a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}

.copyright {
	font-family: Lato;
	font-size: 14px;
	color: #FFFFFF;
}

.contador {
	float: right;
}
.clean {clear: both;}

.galeria-de-fotos {
	overflow: hidden;
	overflow-y:scroll;
	height: 530px;
	width: 100%;
}

