thead {
    border-bottom: solid thick;
}

#calendarTop {
    height: 40px;
    margin-bottom: 3px;
    padding: 0px;
    font-size: 21px;
    background-image: url('/images/fondos/fondoMenu.png');
}

#calendarTop a {
    margin: 0px 5px;
    font-size: 16px;
	color: white;
    height: auto;
    padding: 0px;
    position: inherit;
    text-decoration: none;
}

.calendar {
    float: left;
    padding: 0px 25px 0px 25px;
    border-spacing: 2px;
    width: 460px;
}

.calendar a {
    text-decoration: none;
    color: white;
}

.monthName a {
    position: relative;
    margin: 0px;
    padding: 0px;
}

.calendar tbody a {
    color: white;
    display: inline-block;
    height: 25px;
    margin: -46px 11px -5px -11px;
    padding: 34px 9px 0 0;
    position: absolute;
    text-decoration: none;
    width: 49px;
}

.monthName th {
    font-weight: normal;
    text-align: right;
    padding-top: 1em;
    padding-bottom: 0.7em;
}

.dayName th {
    font-size: 15px;
    padding-top: 6px;
    padding-bottom: 0.3em;
    color: white;
}

.otherMonth, .day, .specialDay {
    padding: 5px 10px;
    background-color: #1b1c1b;
}

.otherMonth {
    width: 40px;
    padding-top: 26px;
    text-align: right;
    color: #eeeeee;
    background-color: #1b1c1b;
    cursor: default;
}

.day, .SpecialDay {
    width: 40px;
    padding-top: 35px;
    text-align: right;
    cursor: pointer;
    background-image: url("/images/fondos/fondo_verde.png");
}

.day, .normalDay {
    background-color: #2a2827;
}

.specialDay {
    background-color: #2a2827;
    color: white;
    text-decoration: none;
}

.specialDay a, .specialDay a:visited, .specialDay a:hover {
    color: white;
    text-decoration: none;
    padding: 1em;
}

.specialDay a:hover {
    color: white;
    background-color: #339730;
    background-image: none;
}

.weekendDay {
}

.today {
}

.monthName span{
	width: 230px;
	display: inline-block;
}
