@charset "UTF-8";


#principal #agenda {
    display: none;
}

#agenda {
    font-family: Arial;
    font-size: 9px;
    text-align: center;
}

#agenda li,
#agenda li a {
    border: none;
    font: 10px sans-serif;
}

#agenda #form_agenda {
    display: none;
}

#agenda select {
    font-size: 9px;
}

#agenda #ag_mesanno {
    display: block;
    font: bold 12px Tahoma;
    margin: 20px 0;
}

#agenda ul {
    margin: auto;
    padding: 0;
    width: 182px;
}

#agenda li {
    color: #333333;
    display: inline;
    float: left;
    height: 16px;
    margin: 1px;
    text-align: right;
    width: 24px;
}


#agenda li.vacio {
    border: 1px #e8e8e8 solid;
    height: 13px;
    padding: 1px 4px 0 0;
    width: 18px;
}

#agenda #ag_diasSemana li {
    border-color: #ffffff;
    font-weight: bold;
    height: 20px;
    text-align: center;
}

#agenda img {
    margin-top: 10px;
}

#agenda #ag_calendario a {
    cursor: pointer;
    float: left;
    height: 16px;
    overflow: hidden;
}

#agenda #ag_calendario a.nt1 {
    height: 14px;
    padding: 2px 5px 0 0;
    width: 19px;
}

#agenda .nt2 {
    width: 12px;
}

#agenda .nt3 {
    width: 8px;
}

#agenda #ag_calendario a.nt4 {
    height: 8px;
    width: 12px;
}

#agenda #ag_calendario a.hoy {
    background: #ff6347;
}

#agenda .cronica {
    background: #8eb5db;
}

#agenda .jornada {
    background: #ffde79;
}

#agenda .noticia {
    background: #d5d565;
}

/*  Agenda noticias */
#agenda #todas {
    clear: both;
    padding: 10px 10px 0 10px;
    text-align: left;
}

#agenda #todas a {
    color: #a6a72e;
}
