/* Colores convocatorias */
.id_1 {
    background-color: #f39400;
    color: white;
}

.id_2 {
    background-color: #009036;
    color: white;
}

.id_3 {
    background-color: #e3007a;
    color: white;
}

.id_4 {
    background-color: #009ee1;
    color: white;
}

.id_5 {
    background-color: #999999;
    color: white;
}

.id_6 {
    background-color: #1200ff;
    color: white;
}

.id_1 a, .id_2 a, .id_3 a, .id_4 a, .id_5 a, .id_6 a {
    color: white;
}

.id_1 a:hover, .id_2 a:hover, .id_3 a:hover, .id_4 a:hover, .id_5 a:hover, .id_6 a:hover {
    color: white;
}

/* calendario */
#selCal {
    float: left;
    font-size: 10px;
    font-family: verdana, arial, sans-serif;
}
#selCal .cal {
    padding: 5px;
    background-color: #eeeded;
}
#selCal .cal a {
    text-decoration: none;
}
#selCal .msg {
    text-align: right;
    background-color: #eeeded;
    padding: 5px;
    font-size: 10px;
}
.cursos {
    background-color: #ccccff;
}
.cursos a:hover {
    background-color: #ccccff;
    color: #000000;
}
.year {
    border-style: outset;
    border-width: 1px;
    background-color: #f0f0f0;
    text-align: center;
}
.month {
    border-style: none;
    background-color: #f0f0f0;
    text-align: center;
}
.yearname {
    text-align: center;
    font-size: 10px;
    font-weight: bold;
}
.monthname {
    text-align: center;
    font-size: 10px;
    font-weight: bold;
    background-color: #eeeded;
    color: #000000;
    border-style: none;
    border-width:1px
}
.dayname {
    text-align: center;
    font-size: 10px;
    font-weight: bold;
    background-color: #eeeded;
    color: #000000;
    border-style: none;
    border-width:1px
}
.weeknumtitle {
    text-align: center;
    font-size: 10px;
    font-weight: normal;
    background-color: #eeeded;
    border-style: none;
    border-width:1px
}
.weeknum {
    text-align: center;
    font-size: 10px;
    height:20px;
    width:20px;
    color: #000000;
    background-color: #eeeded;
}
.yearnavigation {
    font-size: 10px;
}
.datepicker {
    background-color: #eeeded;
}
.datepickerform {
    margin: 0px;
}
.monthnavigation {
    font-family: Tahoma, Arial, sans-serif;
}
.monthpicker {
    font-size: 11px;
    background-color: #eeeded;
}
.yearpicker {
    font-size: 10px;
    background-color: #eeeded;
}
.pickerbutton {
}
.nomonthday {
    text-align: center;
    font-size: 10px;
    height:20px;
    width:20px;
    color: #aaaaaa;
}
.monthday {
    text-align: center;
    font-size: 10px;
    background-color: #eeeded;
    color: #000000;
    height:20px;
    width:20px;
}
.today {
    text-align: center;
    font-size: 10px;
    font-weight: bold;
    border: none;
    background-color: #eeeded;
    color: #000000;
    height:20px;
    width:20px;
}
.selectedday {
    text-align: center;
    font-size: 11px;
    font-weight: bold;
    border-width: 1px;
    border-style: outset;
    background-color: #eeeded;
    height:20px;
    width:20px;
}
.sunday {
    text-align: center;
    font-size: 11px;
    font-weight: bold;
    color: #667171;
    height:20px;
    width:20px;
}
.sunday a {
    color: #667171;
}
.saturday {
    text-align: center;
    font-size: 11px;
    font-weight: bold;
    color: #667171;
    height:20px;
    width:20px;
}
.saturday a {
    color: #667171;
}
.event {
    text-align: center;
    font-size: 11px;
    font-weight: bold;
    border-width: 1px;
    border-style: solid;
    color: #000000;
    background-color: #eeeded;
    height:20px;
    width:20px;
}
.event a {
    background-color: #eeeded;
    color: #000000;
}
.selectedevent {
    text-align: center;
    font-size: 11px;
    font-weight: bold;
    border-width: 1px;
    border-style: solid;
    color: #000000;
    background-color: #eeeded;
    height:20px;
    width:20px;
}
.selectedevent a {
    background-color: #eeeded;
    color: #000000;
}
.todayevent {
    text-align: center;
    font-size: 11px;
    font-weight: bold;
    border-width: 1px;
    border-style: solid;
    color: red;
    background-color: #eeeded;
    height:20px;
    width:20px;
}
.todayevent a {
    background-color: #eeeded;
    color: #000000;
}
.eventcontent {
    font-size: 10px;
    border-style: outset;
    border-width: 1px;
    width: 100%;
}
