div.bottom
{
	position: fixed;
	bottom: 0px;
	width: 100%;
	height: 203px;
	background-image: url(../img/bg-bottom.png);
	z-index: 10001;
}

div.bg-footer {

	width: 100%;
	height: 120px;

	margin-top: -30px;

	background-image: url(../img/bg-footer2.png);
}
div.bg-footer .idiomas, .redes {

	margin-top: 25px;
}
div.bg-footer .idiomas img {
	
	margin-right: 10px;
}
div.bg-footer .redes {

	text-align: right;
}
div.bg-footer .redes img {

	margin-left: 10px;
}
div.bg-footer .copyright {

	margin-top: 28px;

	color: #fff;

	font-family: 'coustardregular';
	font-size: 12px;
}
div.bg-footer .copyright .brand {

	text-align: right;
}