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

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

.contenedorPowered {
	color:white;
	text-align: center;
    background-color: white;
    color:black;
    top:-2px;
    font-size: 14px;
    line-height: 20px;
    position: relative;
}
.contenedorPowered .texto1 {
    font-family: AvenirBook;


}

.contenedorPowered .texto2,
.contenedorPowered .texto3 {
}

.contenedorPowered .texto2 {
    font-family: AvenirBlack;
}

.contenedorPowered .texto3 {
    font-family: AvenirBook;
}

.contenedorPowered{
}


