.footer {
	padding-top: 35px;
	width: 100%;
}
.banner img {
	display: block;
	margin:0 auto;
}
.banderas {
	position: relative;
    text-align: justify;
    margin-right:25px;
}
.banderas:after {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 0;
    line-height: 0;
    content: '';
}
.banderas li {
	display: inline-block;
}
.banderas img {
	display: block;
	margin: 0 auto;
	width: 35px;
	height: 25px;
}
.social img{
	display: block;
	margin: 0 auto;
	width: 30px;
	height: auto;
}
.fb img{
	display: block;
	margin: 0 auto;
	width: 15px;
	height: 25px;
}
.separator {
    background-image: url(../../img/separator.png);
    background-repeat: no-repeat;
    background-position: top;
    background-size: 2px 77px;
    width: 14px;
    height: 47px;
}
.footersep {
    background-image: url(../../img/footer.png);
    background-position: center;
    background-repeat: no-repeat;
    background-position: top;
    background-size: 100% 2px;
    width: 100%;
    height: 4px;
}
