a.dp-choose-date {
	float: left;
	width: 16px;
	height: 16px;
	padding: 0;
	/*margin: 5px 3px 0;*/
	display: block;
	text-indent: -2000px;
	overflow: hidden;
	background: url(../img/ico_calendario.gif) no-repeat;
}

a.dp-choose-date.dp-disabled {
	background-position: 0 -20px;
	cursor: default;
}

.dp-calendar {

}

a.dp-nav-prev-month{
	background:url(../img/prev_month.gif) left top no-repeat;
	margin-left:6px;
	width:4px;
	height:5px;
}

a.dp-nav-next-year{
	background:url(../img/next_year.gif) left top no-repeat;
	width:8px;
	height:5px;
}


a.dp-nav-next-month{
	background:url(../img/next_month.gif) left top no-repeat;
	margin-right:6px;
	width:4px;
	height:5px;
}

a.dp-nav-prev-year{
	background:url(../img/prev_year.gif) left top no-repeat;
	width:8px;
	height:5px;
}

table.jCalendar {
	/*background: #aaa;
    border-spacing: 2px;*/
	width:231px;
	*width:228px;
	font-family:tahoma;
	top:1px;
	position:relative;
}
table.jCalendar th {
	background: white;
	color: #6C6C6C;
	padding: 6px 5px 10px;
	/*font-weight:normal;*/
	border-bottom:1px solid #CFCFCF;
}

table.jCalendar td {
	background: white;
	/*border-bottom:1px solid #ebebeb;*/
	/*color: #F36608;*/
	/*color:#dc002e;*/
	padding: 2px 2px;
    font-size: 12px;
	text-align: center;
}

table.jCalendar td.today {
	/*background: #F36608;*/
	/*color: #F36608;*/
	/*color:#dc002e;*/
	/*border:1px solid #F36608;*/
	/*background:url(../img/hoy.gif) left top no-repeat;*/
}


table.jCalendar .weekend{
	color:#ACACAC;
}

table.jCalendar td.other-month {
	background: white;
	color: #ddd;
	visibility: hidden;
}

table.jCalendar td.selected {
	background: #C61439;
	color: #fff;
}
table.jCalendar td.selected.dp-hover {
	/*background: #F36608;*/
	background:#dc002e;
	color: #fff;
}
table.jCalendar td.dp-hover,
table.jCalendar tr.activeWeekHover td {
	/*background-color: #F36608;*/
	background-color:#dc002e;
	color: white;
}
table.jCalendar tr.selectedWeek td {
	background: #f66;
	color: #fff;
}
table.jCalendar td.disabled, table.jCalendar td.disabled.dp-hover {
	background: #bbb;
	color: #888;
}
table.jCalendar td.unselectable,
table.jCalendar td.unselectable:hover,
table.jCalendar td.unselectable.dp-hover {
	background: #bbb;
	color: #888;
}

/* For the popup */

/* NOTE - you will probably want to style a.dp-choose-date - see how I did it in demo.css */

div.dp-popup {
	position: relative;
	background: white;
	/*border:1px solid #E9E9E9;*/
	/*font-size: 10px;*/
    /*font-size:0.9em;*/
	/*font-family: arial, sans-serif;*/
	padding: 1px 1px 0 1px;
	/*width: 231px;
	width:228px;*/
	line-height: 1.2em;
}
div#dp-popup {
	position: absolute;
	z-index: 199;
}
div.dp-popup h3 {
	color:#7E7E7E;
	background-color:#f7f7f7;
	/*font-family:Arial, Helvetica, sans-serif;*/
	/*font-size: 11px;*/
	font-weight:normal;
	text-align:center;
	padding:8px 0 10px 0;
	position:relative;
}

a#dp-close {
	font-size: 11px;
	padding: 4px 0;
	text-align: center;
	display: block;
}
a#dp-close:hover {
	text-decoration: underline;
}
div.dp-popup a {
	color: #000;
	text-decoration: none;
	/*padding: 3px 2px 0;*/
	margin-top:5px;
}
div.dp-popup div.dp-nav-prev {
	position: absolute;
	top: 8px;
	left: 12px;
	width: 100px;
}
div.dp-popup div.dp-nav-prev a {
	float: left;
}
/* 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 */
div.dp-popup div.dp-nav-prev a, div.dp-popup div.dp-nav-next a {
	cursor: pointer;
}
div.dp-popup div.dp-nav-prev a.disabled, div.dp-popup div.dp-nav-next a.disabled {
	cursor: default;
}
div.dp-popup div.dp-nav-next {
	position: absolute;
	top: 8px;
	right: 12px;
	width: 100px;
}
div.dp-popup div.dp-nav-next a {
	float: right;
}
div.dp-popup a.disabled {
	cursor: default;
	color: #aaa;
}
div.dp-popup td {
	cursor: pointer;
}
div.dp-popup td.disabled {
	cursor: default;
}

.dp-popup-inline{
	margin-top:13px;
}

/* estilos para el calendario de la columna izquierda */

#primera .calendario .dp-popup {
	border:0;
	padding:0;
}

#primera .calendario .dp-popup h3{
	background-color:#D9D9D9;
	border-top:1px solid white;
	border-right:1px solid white;
	border-left:1px solid white;
}

#primera .calendario table.jCalendar th {
	background-color:#F4F4F4;
}

