@charset "utf-8";
/* CSS Document */

.well {
        min-height: 20px;
        padding: 19px;
        margin-bottom: 20px;
        background-color: #f5f5f5;
        border: 1px solid #e3e3e3;
        border-radius: 4px;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    }
    .center-block {
        display: block;
        margin-right: auto;
        margin-left: auto;
    }
    .izq-hrs{font-family: Aclonica, 'serif'; font-size: 60px; color: saddlebrown;}
    .izq-hrs2{font-family: Aclonica, 'serif'; font-size: 60px; color: black;}
    .der-hrs{font-family: Aclonica, 'serif'; font-size: 60px; color: black;}
    .izq-now{ background-color: saddlebrown; color: white;}
    .izq-now2{ background-color: black; color: white;}
    .der-next{background-color: dimgray; color: white;}
    .izq-txt1 {
        /*font-family: 'El Messiri', sans-serif;*/
        font-size: 26px;
        color: saddlebrown;
        font-weight: bold;
    }
    .izq-txt2 {
        font-family: 'Noto Sans', sans-serif;
        font-size: 20px;
        color: black;
        font-weight: bold;
    }
    .izq-txt3 {
        font-family: 'Noto Sans', sans-serif;
        font-size: 19px;
        font-style: italic;
        font-weight: bold;
    }
    .izq-txt1-2 {
        /*font-family: 'El Messiri', sans-serif;*/
        font-size: 35px;
        color: black;
    }
    .izq-txt2-2 {
        font-family: 'Noto Sans', sans-serif;
        font-size: 25px;
        color: black;
        font-weight: bold;
    }
    .izq-txt3-2 {
        font-family: 'Noto Sans', sans-serif;
        font-size: 22px;
        font-style: italic;
        font-weight: bold;
    }
    .der-txt1 {
        /*font-family: 'El Messiri', sans-serif;*/
        font-size: 20px;
        font-weight: bold;
    }
    .der-txt2 {
        font-family: 'Noto Sans', sans-serif;
        font-size: 15px;
        color: black;
        font-weight: bold;
    }
    .der-txt3 {
        font-family: 'Noto Sans', sans-serif;
        font-size: 14px;
        font-style: italic;
        font-weight: bold;
    }