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

.footer{
	background: #000000;
	font-weight: bold;
	color: #fff;
	-moz-box-sizing: border-box;
	box-sizing: border-box;	
	width: 100%;
	height: auto;
	bottom: 0;
	float:left;
}
.footer.fixed{
	position: fixed;
	bottom: 0;
	left: 0;
}
.foot_legales{
	width:96%;
	height:auto;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	font-weight: normal;
	text-align: justify;
	padding:0% 2% 4% 2%;
}
.logs_brands{
	width:96%;
	height:auto;
	text-align:center;
	padding:2%;
	
}
#foot{
	width:100%;
	height:auto;
	background-color:#303033;
	float:left;
}
.foot_line{
	width:90%;
	height:20px;
	border-bottom-style:solid;
	border-bottom-width:thin;
	border-bottom-color:#999999;
}
.foot_content{
	width:90%;
	height:auto;
}
.foot_log{
	width:28%;
	height:30px;
	float:left;
	text-align: left;
	vertical-align: middle;
	padding:1% 1% 1% 10%;
}
.foot_txt{
	width:49%;
	height:auto;
	float:left;
	padding:2% 10% 2% 2%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999;
}
.foot_log_M{
	display:none;
	width:100%;
	height:auto;
}