
@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;
    position: relative;
    background-color: #a9ac5b;
}
.contenedorPowered .texto1 {
    font-family: AvenirBook;
    font-size: 15px;


}

.contenedorPowered .texto2,
.contenedorPowered .texto3 {
    font-size: 15px;
}

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

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

.contenedorPowered{
}


