div.datepicker {
    cursor: default;
    display: none;
    font-size: 12px;
    height: auto !important;
    position: relative;
    width: auto !important;
    z-index: 99999;
}
.datepickerContainer {
    height: auto !important;
    width: auto !important;
}
.datepickerHidden {
	display: none;
}
div.datepicker table {
	border-collapse:collapse;
}
div.datepicker a {
    color: #7F94A4;
    cursor: pointer;
    outline: medium none;
    position: relative;
    text-decoration: none;
    z-index: 1;
}
div.datepicker table td {
    float: left;
    margin: 0;
    padding: 0;
    position: relative;
    text-align: right;
}
.datepickerViewDays {
    margin-bottom: 20px;
    width: 420px;
}
.datepickerDoW th span {
	background: url("../img/css/cff-tdia.png") no-repeat scroll 0 0 transparent;
    color: #FFFFFF;
    display: block;
    float: left;
    font-size: 8px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    text-transform: uppercase;
    width: 60px;
}
.datepickerViewDays thead tr {
	display: none;
}
.datepickerViewDays thead tr.datepickerDoW {
    display: block;
}
.datepickerViewDays thead th {
	float: left;
}
div.datepicker th {
	text-align: center;
	font-weight: normal;
}
div.datepicker tbody th {
	text-align: left;
}
.datepickerDays td {
	background: url("../img/css/cff-celdas.png") no-repeat scroll 0 -60px transparent;
    display: block;
    float: left;
    height: 60px;
    width: 60px;
}
.datepickerDisabled {
    background-position: 0 -180px !important;
}
div.datepicker tbody a {
	display: block;
}
.datepickerDays a {
    height: 55px;
    line-height: 16px;
    padding: 5px 5px 0 0;
    width: 55px;
}
.datepickerYears a,
.datepickerMonths a{
	width: 44px;
	line-height: 36px;
	height: 36px;
	text-align: center;
}
tbody.datepickerDays td.datepickerSelected {
    background-position: 0 -300px;
}
tbody.datepickerDays td.datepickerSelected a {
    color: #FFFFFF;
}
tbody.datepickerDays td.datepickerNotInMonth.datepickerSelected {}
tbody.datepickerYears td.datepickerSelected,
tbody.datepickerMonths td.datepickerSelected{
	background: #17384d;
}
div.datepicker a:hover,
div.datepicker a:hover {}
.datepickerNotInMonth {
    background-position: 0 0 !important;
}
.datepickerNotInMonth a {
    display: none !important;
}
div.datepicker td.datepickerNotInMonth a:hover {
	color: #999;
}
div.datepicker tbody th {
	text-align: left;
}
.datepickerSpace div {
    float: left;
    height: 20px;
    width: 20px;
}
.datepickerGoNext a,
.datepickerGoPrev a,
.datepickerMonth a {
	text-align: center;
	height: 20px;
	line-height: 20px;
}
.datepickerGoNext a {
	float: right;
	width: 20px;
}
.datepickerGoPrev a {
	float: left;
	width: 20px;
}
table.datepickerViewDays tbody.datepickerMonths,
table.datepickerViewDays tbody.datepickerYears {
	display: none;
}
table.datepickerViewMonths tbody.datepickerDays,
table.datepickerViewMonths tbody.datepickerYears,
table.datepickerViewMonths tr.datepickerDoW {
	display: none;
}
table.datepickerViewYears tbody.datepickerDays,
table.datepickerViewYears tbody.datepickerMonths,
table.datepickerViewYears tr.datepickerDoW {
	display: none;
}
td.datepickerDisabled a,
td.datepickerDisabled.datepickerNotInMonth a {
    color: #7F94A4;
	cursor: default;
}
td.datepickerDisabled a:hover {}
td.datepickerSpecial a {}
td.datepickerSpecial.datepickerSelected a {}
.datepickerDays span.precio {
    color: #545454;
    position: absolute;
    right: 5px;
    top: 24px;
}
td.datepickerSelected span.precio {
    color: #FFFFFF;
}
.datepickerNotInMonth span.precio {
    display: none;
}
.datepickerDisabled span.precio {
    display: none;
}
.datepickerInicial {
	background-position: 0 -240px;
}
.datepickerFinal {
	background-position: 0 -360px;
}
.datepickerNodisponible {
	background-position: 0 -120px;
}
.sel_mes {
    display: block !important;
}