@charset "UTF-8";

ul#logo{
	position: relative;
	top: -100px;
	width: 760px;
	height: 200px;
	padding: 50px;
	overflow: hidden;
	list-style: none;
	margin-left: 130px;
}

ul#logo li span{
	opacity: 0;
}

ul#logo li#logo1{
	position: relative;
	top: 40px;
	float: left;
	width: 220px;
	height: 180px;
	margin: 5px;
	background-image: url("../img/logo_madetec_branco.png");
	background-repeat: no-repeat;
	background-size: 180px;
}

ul#logo li#separador{
	position: relative;
	top: 40px;
	float: left;
	width: 1.5px;
	height: 130px;
	margin: 5px;
	background-color: #ffffff;
	margin-left: 10px;
}

ul#logo li#logo2{
	position: relative;
	top: 85px;
	float: left;
	width: 320px;
	height: 120px;
	margin: 5px;
	background-image: url("../img/logo_bergamo_branco.png");
	background-repeat: no-repeat;
	background-size: 220px;
	margin-left: 50px;
}