table.datepick {
	width:231px;	
	font-family:tahoma;
	top:1px;
	position:relative;
}
table.datepick th {
	background: white;
	color: #6C6C6C;
	padding: 6px 5px 10px;
	font-weight:normal;
	border-bottom:1px solid #CFCFCF;
}
table.datepick td {
	background: white;
	border-bottom:1px solid #ebebeb;
	color: #A01055;
	padding: 3px 5px;
	text-align: center;
}
table.datepick .datepick-week-end-cell{
	color:#ACACAC;
}
table.datepick td.other-month {
	background: white;
	color: #ddd!important;
}
table.datepick td.selected a {	
	color: #A01055!important;
}
table.datepick td.selected{
	background: white;
	color: #A01055 !important;
	cursor:pointer;
}
table.datepick td.selected:hover{
	background: #A01055;
	color: #fff!important;
	cursor:pointer;	
}
table.datepick td.selected:hover a{
	color:#fff!important;
}
table.datepick tr.selectedWeek td {
	background: #f66;
	color: #fff;
}
table.datepick td.datepick-unselectable,table.datepick td.datepick-unselectable:hover{
	background: white;
	color:#ACACAC;
}
table.datepick td.datepick-other-month,table.datepick td.datepick-other-month:hover{
	color:#DDDDDD !important;
}
div.datepick-inline {
	position: relative;
	background: white;
	border:1px solid #E9E9E9;
	font-size:0.9em;
	font-family: arial, sans-serif;
	padding: 1px 1px 0 1px;
	width: 231px;
	line-height: 1.2em;
}
div.datepick-inline .datepick-header  {
	color:#7E7E7E;
	background-color:#D9D9D9;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	text-align:center;
	padding:8px 0 10px 0;
	position:relative;
	border-top:1px solid white;
	border-right:1px solid white;
	border-left:1px solid white;
}
div.datepick-inline .datepick-header  select{ 
	font-size:11px;	
	font-family:Arial, Helvetica, sans-serif;
}
div.datepick-inline .datepick-header  select.datepick-new-month{ 
	margin-right:5px;
}

/* Opera needs the rules to be this specific otherwise it doesn't change the cursor back to pointer after you have disabled and re-enabled a link */
.datepick-links .datepick-prev,.datepick-links .datepick-next{
	float:left;
}
.datepick-prev img {
	z-index:1;
	position:absolute;
	top:14px;
	left:20px;
}
.datepick-next img {
	z-index:1;
	position:absolute;
	top:14px;
	right:20px;
}

/* estilos para el calendario de la columna izquierda */
#primera .calendario .datepick-inline {
	border:0;
	padding:0;
}
#primera .calendario table.datepick th {
	background-color:#F4F4F4;
}
