@charset "UTF-8";

@import url("bsbNav.css");

a {
	font-family: "lato light";
	font-size: 9px;
}

h1 {
	font-family: "lato light";
	font-size: 17px;
	margin-bottom: -9px;
	text-transform: uppercase;
	margin-top: -2px;
	padding-top: 0px;
}

h2 {
	font-family: "lato black";
	font-size: 9px;
	margin-bottom: -13px;
	margin-top: -4px;
	text-transform: uppercase;
}

h3 {
	font-family: "lato bold";
	font-size: 9px;
	margin-top:-13px;
}





/*==========header======================*/
#wrap {
	background-color: #fff;
	height: 1414px;
	}

#logo {background-image: url(../Imagens/logoPreto.jpg);}

#container header nav {/*override para o inglês*/
	width: 600px;
	left: 254px;
}


/*=========SECTION=====================*/
#lead{
	font-family: "lato light";
	font-size: 17px;
	text-align: center;
}



#clr{
	position: relative;
	width: 405px;
/*	left: 438px;*/
	float: right;
}


#cll{
	position: relative;
	width: 405px;
	left: 0px;
	float: left;
}


.fotos img{
	float: left;
	width: 150px;
	height: 125px;
	position: relative;
	margin-right: 13px;
	/*left: 400px;*/
	}
	
.fotoslft img{
	float: right;
	width: 150px;
	height: 125px;
	position: relative;
	margin-left: 13px;
	/*left: 400px;*/
	}



.filetes {
	position: relative;
	margin-top: 4px;
	margin-bottom: 12px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000;
	
}

.filetes#separa{
	margin-top:4px; 
	margin-bottom: 18px;
}

.filetes#lead{
	margin-top:12px; 
	margin-bottom: 25px;
}

.fileteVertival{
	border-left-style: solid;
	border-left-color: rgba(4,4,4,1);
	height: 1079px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	position: absolute;
	left: 418px;
}

.texto{
	font-family: "lato light";
	font-size: 13px;
	position: relative;
	height: 140px;
	line-height: 17px;
	text-align: left;
/*	vertical-align: bottom;*/
	display: table-cell;/*permite que 'vertical-align' funcione*/
}

.textolft{
	font-family: "lato light";
	font-size: 13px;
	position: relative;
	height: 109px;
	line-height: 17px;
	text-align: right;
	vertical-align: bottom;
	display: table-cell;
}

h3 a:link, a:visited{
	font-family: "lato bold";
	color: #000;
	text-decoration: none;
}


/*========FOOTER======================*/

footer {top: 15px;}