/*----------------------------------------- calendario pantalla completa ---------------------------------------------------*/

.calendario_goTOP {
    width: 100%;
    text-align: right;
}

.leyendaCalendarioCaja {
    float: left;
    min-height: 75px;
    margin-top: 10px;
}

.leyendaCalendario {
    font-size: 1.5rem;
    padding: 12px 0 0 25px;
    background-position: left 15px !important;
}

a {
    color: #013161;
    /* reemplazo bootstrap */
}

.bgColorAzul {
    background-color: #013161;
    color: #FFFFFF;
}

.bgColorAzul a,
.bgColorAzul .fechaEstadisticaDelMes {
    color: #FFFFFF;
}

.bgColorAmarillo {
    background-color: #fdbd03;
    color: #013161;
}

.filaEvento {
    padding-left: 22px;
    /* 17x de la imagen icoCalCoyuntural + 5px espacio */
    margin-bottom: 3px;
}

.icoCalCoyuntural {
    background-image: url("/cwIMAGES/2015/estadisticaCoyunturalCalendario.png");
    background-repeat: no-repeat;
    background-position: left 7px;
}

.icoCalEstructural {
    background-image: url("/cwIMAGES/2015/estadisticaEstructuralCalendario.gif");
    background-repeat: no-repeat;
    background-position: left 7px;
}

.contenedorMes {
    background-color: #f4f4f4;
    padding: 15px;
    display: none;
}

.eustcalendarbig {
    position: relative;
    width: 100%;
    padding: 0;
    margin: 0em auto 0.8em auto;
    color: #333333;
    text-align: center !important;
    background-color: #fff;
}

.eustcalendarbig .eustnavbig,
.eustcalendarbig .eustnavbig a {
    position: relative;
    color: #fff;
    background-color: #FFFFFF;
    text-align: center;
    text-decoration: none;
}

.eustcalendarbig .estatmonthbig {
    color: #000000;
    text-align: center;
    font-weight: bold;
    padding: 10px 5px 11px 6px;
}

.eustcalendarbig td.eustdaybig {
    color: #003162;
    font-weight: bold;
    /* background-color: #FFCC00; */
    vertical-align: middle;
}

.eustcalendarbig .eustattodaybig {
    font-weight: bold;
    text-align: center;
    background-color: #fdbd03;
    display: inline-block;
    width: 30px;
    /*padding: 8px 12px 8px 12px;*/
}

.eustcalendarbig .eustattodaybigESTRUC {
    font-weight: bold;
    text-align: center;
    background-color: #013161;
    display: inline-block;
    width: 30px;
    /*padding: 8px 12px 8px 12px;*/
    color: #FFFFFF;
}

.eustcalendarbig .eustattodaybigMIXTO {
    font-weight: bold;
    text-align: center;
    background-color: #013161;
    display: inline-block;
    width: 30px;
    /*padding: 8px 12px 8px 12px;*/
    color: #FFFFFF;
    border: 5px solid #fdbd03;
}

.eustcalendarbig td.eustattodaybig a,
.eustcalendarbig td.eustattodaybig a:link,
.eustcalendarbig td.eustattodaybig a:visited {
    position: relative;
    font-weight: bold;
    background: #fdbd03;
    text-align: center;
}

.eustcalendarbig td {
    width: 11%;
    text-align: center !important;
    background: #f4f4f4;
    border: 0px solid #000000;
    margin: 0.10em;
}

.eustcalendarbig td a {
    position: relative;
    text-decoration: none;
    font-weight: bold;
    display: block;
}

.eustcalendarbig td a:link,
.eustcalendarbig td a:visited {
    position: relative;
    color: #608194;
    /* background: url(../cwIMAGES/bg_calendar.gif) no-repeat; */
}

.eustcalendarbig td a:hover,
.eustcalendarbig td a:active {
    position: relative;
    color: #00626E;
    /* background: url(../cwIMAGES/bg_calendar.gif) no-repeat right top; */
}

.eustcalendarbig td a.eustclassdia {
    color: #003162;
}

.eustdiasSemana {
    height: 50px;
}

.eustsemana {
    height: 50px;
}

.eustsemana td {
    width: 25px;
    vertical-align: middle;
}

.estadisticaEnCalendario {
    border: 0px solid #fdbd03;
    padding: 5px 10px 5px 10px;
    display: inline-block;
    margin-left: 80px;
    text-indent: -100px;
}

.estadisticaEnCalendario a {
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: normal;
}

.estadisticaEnCalendario a img {
    margin-left: 10px;
    vertical-align: top;
}

.fechaEstadisticaDelMes {
    color: #013161;
    padding-right: 5px;
    border-right: 2px solid #fdbd03;
    font-weight: bold;
    min-width: 80px;
    margin-right: 5px;
    display: inline-block;
    text-indent: 0px;
    margin-left: 15px;
}

.bgColorAmarillo .fechaEstadisticaDelMes {
    border-right: 2px solid #013161;
}

.selectorEstadisticaMes {
    display: inline-block;
    width: 95%;
}

.eustcalendarbig td {
    position: relative;
}

.eustcalendarbig td[title]:hover:after {
    display: none;
    content: attr(title);
    padding: 40px 18px;
    color: #333;
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 20;
    white-space: nowrap;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0px 0px 4px #222;
    -webkit-box-shadow: 0px 0px 4px #222;
    box-shadow: 0px 0px 4px #222;
    background-image: -moz-linear-gradient(top, #eeeeee, #cccccc);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #eeeeee), color-stop(1, #cccccc));
    background-image: -webkit-linear-gradient(top, #eeeeee, #cccccc);
    background-image: -moz-linear-gradient(top, #eeeeee, #cccccc);
    background-image: -ms-linear-gradient(top, #eeeeee, #cccccc);
    background-image: -o-linear-gradient(top, #eeeeee, #cccccc);
}

h3.literalMes {
    display: block;
}

.indiceMeses {
    padding: 0px 15px 0px 15px;
    border: solid red 0px;
}

.indiceMesesItem {
    padding-left: 10px;
    padding-right: 10px;
    border-left: 2px solid #fdbd03;
    display: inline-block;
    width: 33%;
    font-size: 1.5rem;
}

ul.eusttreselementos {
    width: 80%;
    margin: 0em auto 0em auto;
}

ul.eusttreselementos li {
    float: left;
    width: 32%;
    border: 1px solid #000000;
    text-align: center;
    margin: 0em 0em 0em 0.25em;
    padding: 0.15em 0em 0.15em 0em;
    background-color: #A5B8C9;
    list-style: none;
}

ul.eusttreselementos li a {
    color: #000000;
    text-decoration: underline;
}

ul.eusttreselementos li a:hover {
    color: #000000;
    text-decoration: none;
}

ul.eustinicialesmuni {
    width: 80%;
    margin: 0em auto 0em auto;
}

ul.eustinicialesmuni li {
    float: left;
    width: 5.5%;
    border: 1px solid #000000;
    text-align: center;
    margin: 0em 0em 0em 0.25em;
    padding: 0.15em 0em 0.15em 0em;
    background-color: #A5B8C9;
    list-style: none;
}

ul.eustinicialesmuni li a {
    color: #000000;
    text-decoration: underline;
}

ul.eustinicialesmuni li a:hover {
    color: #000000;
    text-decoration: none;
}

@media (min-width: 1201px) {
    .leyendaCalendarioCaja {
        float: right;
        min-height: 75px;
        margin-top: 10px;
    }
    .leyendaCalendario {
        font-size: 2.2rem;
        padding: 8px 0 0 25px;
        background-position: left 15px !important;
    }
    .icoCalCoyuntural {
        background-position: left 9px;
    }
    .icoCalEstructural {
        background-position: left 9px;
    }
    .contenedorMes {
        display: block;
    }
    .eustcalendarbig .eustattodaybig,
    .eustcalendarbig .eustattodaybigESTRUC,
    .eustcalendarbig .eustattodaybigMIXTO {
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 16px;
        line-height: 1.6rem;
        width: 30px;
        display: inline-block;
        font-weight: bold;
        text-align: center;
    }
    .eustcalendarbig .eustattodaybig {
        background-color: #fdbd03;
        color: #000000;
        border: 5px solid #fdbd03;
        padding: 2px 0px 2px 0px;
        /* Height (30px): line-height(16) + border(5+5) + padding(2+2) */
    }
    .eustcalendarbig .eustattodaybigESTRUC {
        background-color: #013161;
        color: #FFFFFF;
        border: 5px solid #013161;
        padding: 2px 0px 2px 0px;
        /* Height (30px): line-height(16) + border(5+5) + padding(2+2) */
    }
    .eustcalendarbig .eustattodaybigMIXTO {
        background-color: #013161;
        color: #FFFFFF;
        border: 5px solid #fdbd03;
        padding: 2px 0px 2px 0px;
        /* Height (30px): line-height(16) + border(5+5) + padding(2+2) */
    }
    h3.literalMes {
        display: none;
    }
    .indiceMesesItem {
        width: auto;
        font-size: 2.2rem;
    }
    .indiceMesesItem:first-child {
        border-left: 0px solid #fdbd03;
    }
}

@media (min-width: 993px) {
    .parrafoGlobal {
        font-size: 2.2rem;
    }
}
