/*.mb-style-1 {
    background: #363738 url(../images/dark_leather.jpg) repeat top left;
    opacity: 0.8;
    margin-top: 100px;
    padding-top: 100px;
    width: 400px;
    color: #fff;
    box-shadow: 1px 1px 3px rgba(0,0,0,0.3);
    border-top: 10px solid #fff;
}

    .mb-style-1 .mb-thumb {
        display: block;
        width: 180px;
        height: 180px;
        border: 10px solid rgba(255,255,255,0.5);
        border-radius: 50%;
        background: url(../img/soporte/mfb.png) no-repeat center center;
        background-size: contain;
        position: absolute;
        left: 50%;
        top: -90px;
        margin: 0 0 0 -90px;
        box-shadow: inset 1px 1px 4px rgba(0,0,0,0.5), 0 2px 3px rgba(0,0,0,0.6);
    }

    .mb-style-1 blockquote:before,
    .mb-style-1 blockquote:after {
        font-family: 'icons';
        position: absolute;
        font-size: 70px;
        top: -95px;
        color: #242526;
        text-shadow: 0 1px 1px rgba(255,255,255,0.1);
    }

    .mb-style-1 blockquote:before {
        content: '\275d';
    }

    .mb-style-1 blockquote:after {
        right: 0px;
        content: '\e800';
    }

    .mb-style-1 blockquote p {
        font-family: "Lato";
        font-weight: 300;
        font-style: normal;
        line-height: 30px;
        font-size: 25px;
        border-bottom: 1px solid rgba(0,0,0,0.5);
        box-shadow: 0 1px 0 rgba(255,255,255,0.1);
        padding: 10px 10px 20px 10px;
        text-align: center;
        margin: 0 0 20px 0;
        text-shadow: 1px 1px 2px rgba(0,0,0,0.6);
    }

    .mb-style-1 .mb-attribution {
        text-align: right;
    }

    .mb-style-1 .mb-author {
        text-transform: uppercase;
        font-size: 20px;
        font-weight: bold;
        color: #1b1c1d;
        text-shadow: 0 1px 1px rgba(255,255,255,0.1);
    }

    .mb-style-1 cite a {
        color: #b4123c;
        font-weight: 400;
        font-style: normal;
        font-family: lato;
        text-shadow: 1px 1px 1px rgba(0,0,0,0.7);
    }

        .mb-style-1 cite a:hover {
            text-shadow: 2px 2px 3px rgba(0,0,0,0.9);
        }*/

/*
    *************************/
@font-face {
    font-family: 'icons';
    src: url("font/icons.eot");
    src: url("font/icons.eot?#iefix") format('embedded-opentype'), url("font/icons.woff") format('woff'), url("font/icons.ttf") format('truetype'), url("font/icons.svg#icons") format('svg');
    font-weight: normal;
    font-style: normal;
}

/* Let's set and reset some common styles */
.mb-wrap {
    width: 300px;
    /*margin: 20px auto;
    padding: 20px;*/
    position: relative;
}

    .mb-wrap p {
        margin: 0;
        padding: 0;
    }

    .mb-wrap blockquote {
        margin: 0;
        padding: 0;
        position: relative;
    }

    .mb-wrap cite {
        font-style: normal;
    }



/************************/
.mb-style-1 {
    /*background: #363738 url(../images/dark_leather.jpg) repeat top left;*/
    opacity: 0.8;
    margin-top: 0px;
    padding-top: 0px;
    width: 400px;
    color: #fff;
    /*box-shadow: 1px 1px 3px rgba(0,0,0,0.3);*/
    /*border-top: 10px solid #fff;*/
}

    .mb-style-1 .mb-thumb {
        display: block;
        width: 100px;
        height: 100px;
        border: 10px solid rgba(255,255,255,0.5);
        border-radius: 50%;
        background: url(../img/soporte/mfb.png) no-repeat center center;
        background-size: contain;
        position: absolute;
        left: 50%;
        top: -90px;
        margin: 0 0 0 -90px;
        box-shadow: inset 1px 1px 4px rgba(0,0,0,0.5), 0 2px 3px rgba(0,0,0,0.6);
    }

    /*.mb-style-1 blockquote:before,
    .mb-style-1 blockquote:after {
        font-family: 'icons';
        position: absolute;
        font-size: 70px;
        top: -95px;
        color: #242526;
        text-shadow: 0 1px 1px rgba(255,255,255,0.1);
    }

    .mb-style-1 blockquote:before {
        content: '\275d';
    }*/

    /*.mb-style-1 blockquote:after {
        right: 0px;
        content: '\e800';
    }*/

    .mb-style-1 blockquote p {
        font-family: 'Lato' !important;
        font-weight: 300;
        font-style: normal;
        line-height: 30px;
        font-size: 23px;
        /*border-bottom: 1px solid rgba(0,0,0,0.5);*/
        /*box-shadow: 0 1px 0 rgba(255,255,255,0.1);*/
        padding: 10px 10px 20px 10px;
        text-align: start;
        /*margin: 0 0 20px 0;*/
        /*text-shadow: 1px 1px 2px rgba(0,0,0,0.6);*/
    }

    .mb-style-1 .mb-attribution {
        text-align: right;
    }

    .mb-style-1 .mb-author {
        text-transform: uppercase;
        font-size: 15px;
        font-weight: bold;
        color: #fff;
        text-shadow: 0 1px 1px rgba(255,255,255,0.1);
    }

    .mb-style-1 cite a {
        color: #fff;
        font-weight: 400;
        font-style: normal;
        font-family: 'Lato' !important;
        text-shadow: 1px 1px 1px rgba(0,0,0,0.7);
    }

        .mb-style-1 cite a:hover {
            text-shadow: 2px 2px 3px rgba(0,0,0,0.9);
        }
