
@font-face {
    font-family: AvenirBlack;
    src: url(../fonts/Avenir-Black.ttf);
}

@font-face {
    font-family: AvenirBook;
    src: url(../fonts/Avenir-Book.ttf);
}

.powered-by-bottom {
	color:white;
	text-align: center;
    position: relative;
    background-color: #E6E9D7;
    color:#258597;
    font-size: 13px;
    line-height: 25px;
    position: fixed;
    bottom: 0px;
    left: 0px;
    width:100%;
    z-index: 10;
}
.powered-by-bottom .texto1 {
    font-family: AvenirBook;


}

.powered-by-bottom .texto2,
.powered-by-bottom .texto3 {
}

.powered-by-bottom .texto2 {
    font-family: AvenirBlack;
}

.powered-by-bottom .texto3 {
    font-family: AvenirBook;
}

.powered-by-bottom a{
	color:inherit;
	text-decoration: none;
}