@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:92%;
	height:auto;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	font-weight: normal;
	text-align: justify;
	padding:5% 4% 10% 4%;
}
.logs_brands{
	width:96%;
	height:auto;
	text-align:center;
	padding:2%;
	
}
.logs_brands_2{
	width:100%;
	height:auto;
	text-align:center;
	display:none;
	
}
.preguntas_fre{
	width:97%;
	height:15%;
	position:fixed;
	z-index:999;
	background-color:#000000;
	bottom:0;
	text-align:right;
	padding-right:3%;
	padding-bottom:5%;
	
}