div.datepicker {
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 196px;
	height: 147px;
	position: absolute;
	cursor: default;
	top: 0;
	left: 0;
	display: none;
	z-index:500;
}
.datepickerContainer {
	/*background: #4C4C4C;*/
	background: #f1f1f1;
	position: absolute;
	top: 10px;
	left: 10px;
}

.datepickerBorderT {
	position: absolute;
	left: 10px;
	top: 0;
	right: 10px;
	height: 10px;
/*	background: url(../images/calendar/datepicker_t.png);*/
}
.datepickerBorderB {
	position: absolute;
	left: 10px;
	bottom: 0;
	right: 10px;
	height: 10px;
/*	background: url(../images/calendar/datepicker_b.png);*/
}
.datepickerBorderL {
	position: absolute;
	left: 0;
	bottom: 10px;
	top: 10px;
	width: 10px;
/*	background: url(../images/calendar/datepicker_l.png);*/
}
.datepickerBorderR {
	position: absolute;
	right: 0;
	bottom: 10px;
	top: 10px;
	width: 10px;
/*	background: url(../images/calendar/datepicker_r.png);*/
}
.datepickerBorderTL {
	position: absolute;
	top: 0;
	left: 0;
	width: 10px;
	height: 10px;
/*	background: url(../images/calendar/datepicker_tl.png);*/
}
.datepickerBorderTR {
	position: absolute;
	top: 0;
	right: 0;
	width: 10px;
	height: 10px;
/*	background: url(../images/calendar/datepicker_tr.png);*/
}
.datepickerBorderBL {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 10px;
	height: 10px;
/*	background: url(../images/calendar/datepicker_bl.png);*/
}
.datepickerBorderBR {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 10px;
	height: 10px;
/*	background: url(../images/calendar/datepicker_br.png);*/
}
.datepickerHidden {
	display: none;
}
div.datepicker table {
	border-collapse:collapse;
}
div.datepicker a {
	color: #000;
	text-decoration: none;
	cursor: default;
	outline: none;
}
div.datepicker table td {
	text-align: right;
	padding: 0;
	margin: 0;
}
div.datepicker th {
	/*border:solid 1px #555;*/
	background:#f9f9f9;
	color: #999999;
    font-weight: normal;
    height: 25px;
    text-align: center !important;
    width: 25px;
}
thead{
	background-color:#f9f9f9 !important;
}
.datepickerDays{
	background-color:#e0e0e0;
}
div.datepicker td {
	text-align: center !important;
	/*border:solid 1px #555;*/
	color: #999;
	font-weight: normal;
}

div.datepicker tbody th {
	text-align: left;
}
div.datepicker tbody a {
	display: block;
	-webkit-transition: all 0.2 ;
	-moz-transition: all 0.2 ;
	-ms-transition: all 0.2 ;
	-o-transition: all 0.2 ;
	transition: all 0.2 ;
}
.datepickerDays a {
	width: 25px;
	line-height: 25px;
	height: 25px;
	padding-right: 2px;
}
.datepickerYears a,
.datepickerMonths a{
	width: 44px;
	line-height: 36px;
	height: 36px;
	text-align: center;
}
td.datepickerNotInMonth a {
	/*color: #ccc;*/
	color:#e0e0e0;
}
tbody.datepickerDays td.datepickerSelected,.notEditable,.Editable{
	background: #EA4C28;
}
tbody.datepickerDays td.datepickerSelected a,.notEditable a,.Editable a{
	color:#FFFFFF;
}
tbody.datepickerDays td.datepickerNotInMonth.datepickerSelected {
/*	background: #D1DADF;*/
	background: #EA4C28;
}
tbody.datepickerYears td.datepickerSelected,
tbody.datepickerMonths td.datepickerSelected{
	background: #D1DADF;
}
div.datepicker a:hover,
div.datepicker a:hover {
	/*color: #88c5eb;*/
	color:#000;
	background-color:#ccc;
}
div.datepicker td.datepickerNotInMonth a:hover {
	color: #999;
}
div.datepicker tbody th {
	text-align: left;
}
.datepickerSpace div {
	width: 20px;
}

.datepickerSpace{
	border:none !important;
	background:none !important;
}
.datepickerGoNext a,
.datepickerGoPrev a,
.datepickerMonth a {
	text-align: center;
	height: 20px;
	line-height: 20px;
}
.datepickerGoNext a {
	float: right;
	width: 20px;
	background-image:url(../images/calendario-flecha2.png);
	background-repeat:no-repeat;
	text-indent:-99999px;
	background-position: 50% 50%;
}
.datepickerGoPrev a {
	float: left;
	width: 20px;
	background-image:url(../images/calendario-flecha1.png);
	background-repeat:no-repeat;
	text-indent:-99999px;
	background-position: 50% 50%;
}
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;
}
.datepickerDoW span{
	color:#848484 !important;
	font-size:11px;
}

td.datepickerDisabled a,
td.datepickerDisabled.datepickerNotInMonth a{
	/*color: #333;*/
	font:300 11px Arial;
}
td.datepickerDisabled a:hover {
	/*color: #333;*/
}
td.datepickerSpecial a {
	background: #700;
}
td.datepickerSpecial.datepickerSelected a {
	background: #a00;
}

td.dateNotToShow{
	background: none !important;
}

.datepickerMonth span{
	font-size:13px;
	font-weight:bold;
	color:#434040;
}
.datepickerContainer{
	-webkit-border-radius: 10px;
	border-radius: 10px;
	padding:12px;
	background-color:#f9f9f9;
}

.listado_cocheras .datepickerContainer{
	padding:0 !important;
}