@charset "utf-8";
/* CSS Document */


.calendarAjax {
        position: absolute;
        z-index: 1500;
}


.calendarAjax .cargandoSimple {
        background:  url(/images/cargandoSimple.gif) no-repeat center center;
        width: 78%;
        height: 85%;
        left: 27px;
        top: 11px;
}
.calendarAjax .bkgTrans {
        position: absolute;
        background: white;
        width: 78%;
        height: 85%;
        left: 27px;
        top: 11px;
        opacity: 0.75;
        z-index: 1500;
}



.calendar {
        padding-top: 10px;
        font-size: 12px;
        margin: auto;
        width: 229px;
        font-family: 'Istok Web', sans-serif;
        font-weight: 700;
        overflow: hidden;
        background: url(/images/calendar/bkgCalendario.png) no-repeat left top;
        padding-left: 36px;
        padding-right: 44px;
        padding-bottom: 18px;
}
.calendar div {

        float:left;
        width:32px;
        height:29px;
        position:relative;

        /*background-color:#EAEAEA;*/
}
.calendar div.year {


        float: none;
        width: 100%;
        font-size: 20px;
        text-align: center;
        position: relative;
        color: #ECBE08;
        font-style: italic;
        margin-bottom: 5px;
}
.calendar a {
        cursor:pointer;
        display:block;
        position:absolute;
        width:100%;
        height:100%;
        text-align:center;

}
.calendar a.avaible {
        color: #666;
        /*border:1px solid #FFF;*/
        background: url(/images/calendar/dayBkgs.gif)  no-repeat top  left;
        font-weight:bold;
        text-shadow: white 0px 1px 0px;
}
.calendar a.avaible:hover, .calendar a.avaible.today:hover {
        background: url(/images/calendar/dayBkgs.gif)  no-repeat;
        background-position:-64px top;
        color: white;
        text-shadow: black 0px -1px 0px;
}
.calendar a.selected {
        color:#FFF;
        background-color: #f17c00;
}
.calendar a.selected b {
        font-weight:bold;
}
.calendar a.unavaible {
        color: #F2F2F2;
        text-decoration: none;
        cursor: default;
        /*border:1px solid #FFF;*/
        background-color: #CCC;
        font-weight:normal;
        background:url(/images/calendar/dayBkgs.gif)  no-repeat;
        background-position:-32px top;
        text-shadow: #999 0px -1px 0px;
}
.calendar a.weekend {
        color: #bdbdbd;
        text-decoration: none;
        cursor: default;

        font-weight:normal;
        color:#CCC;

}
.calendar b{
        display:block;
        padding-top:7px;

}
.calendar a.today, .calendar a.weekDay.today{

        color: #c31c20;

}
.calendar a.today b {

}
.calendar a.weekDay{
        position:absolute;
        width:100%;
        height:100%;
        text-align:center;
        font-style: italic;
}
.calendar .weekDay{
        position:absolute;
        width:100%;
        height:100%;
        text-align:center;
        color: #999;
        font-style: italic;
}
.calendar a.avaible b{
        font-weight:bold;

}
.calendar .leftArrow{
        background:url(/images/calendar/arrow.png) -13px;
        display:block;
        width:13px;
        height:20px;
        float:left;
        color: #898989;
        margin-top: 2px;
}
.calendar .rightArrow {
        background:url(/images/calendar/arrow.png) 0px;
        display:block;
        width:13px;
        height:20px;
        float:right;
        position:absolute;
        right:0px;
        top:0px;
        color: #898989;
        margin-top: 2px;
}
.calendar .rightArrow b{

        font-family: "Lucida Sans Unicode","Lucida Grande",sans-serif;
        font-size: 12px;
        font-weight: normal;
        letter-spacing: -1px;
        line-height: 14px;
}
.calendar .leftArrow b{

        font-family: "Lucida Sans Unicode","Lucida Grande",sans-serif;
        font-size: 12px;
        font-weight: normal;
        letter-spacing: -1px;
        line-height: 14px;

}
.calendar .leftArrow:hover{
        /*background:url(/images/calendar/arrow.png) 14px;*/
        color: #f17c00;
}
.calendar .rightArrow:hover{
        /*background:url(/images/calendar/arrow.png) 0px;*/
        color: #f17c00;
}
.calendar .month{
        margin-bottom:10px;
        font-size:18px;
        font-style: italic;
        font-weight: 700;
        color: #233772;
}

.calendarAjax {
        z-index: 100;
        padding: 10px;
        padding-top: 0px;
}
.calendarBox {
        position: relative;
}
.calendar .closeBtn {
        position: absolute;
        display: block;
        width: 25px;
        height: 25px;
        background: url(/images/calendar/close.gif) no-repeat center center;
        right: 0px;
        top:0px;
        z-index: 200;
}
.calendarBottom {
        background: url(/images/calendar/bkgCalendarioBottom.png) no-repeat center top;
        width: 313px;
        height: 30px;
        margin: auto;
}
.superMini.mas, .superMini.menos {
        margin-top: 5px;
        margin-right: 5px;
}
