@font-face {
    font-family: 'font-family: Helvetica Neue LT Std';
    font-weight: bold;
    font-size: 25px;
    src: url(../fonts/HelveticaLTStd-Cond.otf);
}

/* content_col_left_calendar */
#content_col_left_calendar {
    /*background-color: #000;*/
    width: 100%;
    min-height: 250px;
    margin: 0 0 16px 0;
    padding: 0px;
    display: block;
    float: left;
}

.content_col_left_calendar_1 {
    height: 250px;
    text-align: center;
    display: block;
    float: left;
}

.content_col_left_calendar_2 {
    height: 217px;
    margin-top: 15px;
    display: block;
    float: left;
}

.mescalendario {
    font-family: 'Flama';
    background-color: #f90a34;
    color: #000;
    padding: 5px 10px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 20x;
}

.content_col_left_calendar_day {
    font-family: 'Flama';
    width: 100%;
    font-size: 160px;
    color: #f90a34;
    line-height: 150px;
    text-align: left;
    display: block;
    float: left;
    font-weight: 700;
    border-bottom: 2px solid #f90a34;
}

.content_col_left_calendar_month {
    display: block;
    float: left;
    color: #fff;
    font-family: "Flama";
    font-size: 24px;
    text-transform: uppercase;
    text-align: right;
    font-weight: normal;
    letter-spacing: 3px;
    width: 100%;
    margin-top: 5px;
}

a.content_col_left_calendar_slider1 {
    background-image: url(../img/sprite-red.png);
    background-position: -187px 0px;
    width: 18px;
    height: 57px;
    margin: -15px 5px 0px 28px;
    text-indent: -9999px;
    float: left;
    position: absolute;
}

a:hover.content_col_left_calendar_slider1 {
    background-image: url(../img/sprite-red.png);
    background-position: --187px 0px;
}

a.content_col_left_calendar_slider2 {
    background-image: url(../img/sprite-red.png);
    background-position: -215px 0px;
    width: 16px;
    height: 16px;
    margin: 5px 5px;
    text-indent: -9999px;
    float: left;
}

a.boton-back-calendar {
    background-image: url(../img/btn-left-calendar.png);
    width: 16px;
    height: 16px;
    margin: 5px 5px;
    text-indent: -9999px;
    float: left;
    position: absolute;
}

a.boton-back-2-calendar {
    background-image: url(../img/btn-left-calendar.png);
    width: 16px;
    height: 16px;
    margin: 5px 37px;
    text-indent: -9999px;
    float: left;
    position: absolute;
}

a.boton-next-calendar {
    background-image: url(../img/btn-rigth-calendar.png);
    width: 16px;
    height: 16px;
    margin: 5px 275px;
    text-indent: -9999px;
    float: right;
    position: absolute;
}

a:hover.content_col_left_calendar_slider2 {
    background-image: url(../img/sprite-calendar.png);
    background-position: -215px 0px;
}

/*  CALENDAR */
#calendar {
    /*width: 210px;
    height: 180px;*/
    padding: 0 15px 0 15px;
    display: block;
    float: left;
}

.calendar_month {
    width: 215px;
    font-size: 18px;
    font-weight: 700;
    color: #303030;
    text-align: center;
    display: block;
    float: left;
}

.calendar_week {
    font-size: 12px;
    color: #f70800;
}

a.calendar_day {
    width: 22px;
    height: 22px;
    font-size: 12px;
    color: #323232;
    border: 1px solid #fff;
    margin: 2px 0px 3px 0px;
    text-align: center;
    display: block;
    float: left;
}

a:hover.calendar_day {
    border: 1px solid #f70800;
    background-color: #f70800;
    color: #fff;
}

a.calendar_day_on {
    width: 22px;
    height: 21px;
    font-size: 12px;
    font-weight: bold;
    border: 1px solid #f70800;
    margin: 3px 0px 3px 0px;
    text-align: center;
    display: block;
    float: left;
}

.tablecalendarrio .numeros_sel a, a:hover, a:focus, a:active, a.active {
    outline: 0;
    color: #f90a34;
    text-decoration: none;
}

#calendar_monday, #calendar_tuesday, #calendar_wednesday, #calendar_thursday, #calendar_friday, #calendar_saturday, #calendar_sunday {
    width: 22px;
    height: 150px;
    font-size: 12px;
    line-height: 22px;
    color: #6e6e6e;
    margin: 3px 4px 0 4px;
    text-align: center;
    display: block;
    float: left;
}

.ico_line_y_calendar {
    /*background-color: #ebebeb;*/
    width: 1px;
    height: 220px;
    margin: 0 0 0 0;
    text-indent: -9999px;
    display: block;
    float: left;
}

.numeros {
    font-weight: bold;
    font-family: 'Flama';
    font-size: 24px;
}

.numeros_sel {
    color: #f90a34;
    font-weight: bold;
    text-decoration: none;
    padding: 0px;
}

.buttons_calendar {
    text-align: center;
    margin-bottom: 50px;
}

.calendar-sections {
    display: inline-block;
    overflow: hidden;
}

@media (max-width: 567px) {
    .calendar_programming {
        width: 100%;
        background-color: black;
        padding: 10px 7%;
        float: left;
        margin-bottom: 10px;
    }
}

@media (max-width: 667px) {
    .content_col_left_calendar_2 {
        padding: 0;
    }

    #calendar {
        padding: 0;
    }

    a.content_col_left_calendar_slider1 {
        margin: 85px 5px 0px 5px;
    }
}

@media (min-width: 390px) and (max-width: 599px) {
    .tablecalendario {
        width: 320px;
    }

    a.content_col_left_calendar_slider2 {
        margin: -15px -9px 0px -28px;
    }
}

@media (min-width: 992px) {
    .content_col_left_calendar_2 .col-md-6 {
        width: 55%;
    }
}

@media (max-width: 550px) {
    a.content_col_left_calendar_slider1 {
        background-image: url(../img/sprite-calendar.png);
        background-position: -187px 0px;
        width: 18px;
        height: 57px;
        margin: -15px 5px 0px 28px;
        text-indent: -9999px;
        float: left;
    }
}

.calendar_programming2 {
    font-family: 'Flama';
    padding-top: 8px;
    background-color: #ffffff !important;
    color: #000000 !important;
    height: 36px !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
    width: 23%;
    margin-right: 1%;
    font-weight: 700;
}

.calendar_programming2:hover {
    font-family: 'Flama';
    background-color: #f90a34 !important;
    color: #ffffff !important;
    height: 36px !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.calendar_programming2 > a {
    font-family: 'Flama';
    text-transform: uppercase;
    padding-top: 8px;
    color: #000000 !important;
    height: 36px !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
    width: 23%;
    margin: 1%;
    text-align: center;
    font-size: 17px;

}

.calendar_programming2 > a:hover {
    font-family: 'Flama';
    background-color: #f90a34 !important;
    padding-top: 8px;
    color: #ffffff !important;
    height: 36px !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
    width: 23%;
    margin: 1%;
}

.calendar_programming2 > a:active {
    font-family: 'Flama';
    padding-top: 8px;
    color: #ffffff !important;
    height: 36px !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
    width: 23%;
    margin: 1%;
}
@media (max-width: 768px) {
    .calendar_programming2 {
        width: 48%;
    }
    .content_col_left_calendar_2 {
        margin-bottom: 40px;
        margin-top: 40px;
    }
}