img.bfecha {
	position: relative;
	top: 3px;
	left: 3px; 
}

#calendarDiv {
	border: 1px solid #317082;
	position: absolute;
	width: 205px;
	height: 200px;
	padding: 1px;
	background: #FFF;
	font-family: arial;
	font-size: 11px;
	visibility: hidden;
}

#calendarDiv span, #calendarDiv img {
	float: left;
}

#calendarDiv .topBar {
	padding: 2px;
	height: 16px;
	background: #317082;
}

#calendarDiv .topBar img { 
	cursor: pointer;
}
#calendarDiv .topBar div {
	float:left;
	margin-right: 1px;
	font-weight: bold;
}


#calendarDiv .selectBox, #calendarDiv .selectBoxOver{	
	line-height: 12px;
	padding:1px;
	cursor: pointer;
	padding-left:2px;
}


#calendarDiv .selectBox{
	border: 1px solid #E2EBED;		
	color: #E2EBED;
	position: relative;
}

#calendarDiv .selectBoxOver {
	border: 1px solid #FFF;
	background-color: #317082;
	color: #FFF;
	position:relative;
}

#calendarDiv table {
	border-collapse: separate;

}


#calendarDiv table tr.week {
	font-weight: bold;
}

#calendarDiv table td {
	margin: 1px;
	padding: 3px;
	text-align: right;
	cursor: pointer;
	border: 0;
	font-size: 11px;
}

#calendarDiv td.hoy {
/*	border: 1px solid #FF0000; */
	color: #FF0000;
	font-weight: bold;
}



#calendarDiv .todaysDate{
	height:17px;
	line-height:17px;
	padding:2px;
	background-color: #E2EBED;
	text-align:center;
	position:absolute;
	bottom:0px;
	width:201px;
}
#calendarDiv .monthYearPicker{
	background-color: #E2EBED;
	border:1px solid #AAAAAA;
	position:absolute;
	color: #317082;
	left:0px;
	top:15px;
	z-index: 1000;
	display:none;

}
#calendarDiv #monthSelect{
	width:70px;
}
#calendarDiv .monthYearPicker div{
	float:none;
	clear:both;	
	padding:1px;
	margin:1px;	
	cursor:pointer;
}
#calendarDiv .monthYearActive{
	background-color:#317082;
	color: #E2EBED;
}

