
@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: left;
    top:-2px;
    position: relative;
    background-color: #af353e;
    text-align: center;
    font-size: 15px;line-height: 30px;
}
.contenedorPowered .texto1 {
    font-family: AvenirBook;


}

.contenedorPowered .texto2,
.contenedorPowered .texto3 {
}

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

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

.contenedorPowered{
}


