/* ESTILO DEL CALENDARIO */

.picker {
background: url(../img/cal.gif) top left no-repeat;
width: 50px; height: 17px;
border: 1px solid #666;
font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
font-size: 9px;
text-align: center;
border-bottom: 1px solid #666;
border-right: 1px solid #666;
border-top: 1px solid #666;
margin-left: -50px;
border-left: none;
text-decoration: none;
margin-bottom:150px;
}

.input_picker {
height: 13px;
border: 1px solid #666;
font-size: 11px;
/*margin-bottom:150px;*/
}

/* the div that holds the date picker calendar */
.dpDiv_net {
width: 150px;
background-color: #ebebeb;
text-align:center;
border: 0px solid #000;
	}
.dpDiv {
width: 210px;
background-color: #ebebeb;
text-align:center;
border: 1px solid #000;
	}


/* the table (within the div) that holds the date picker calendar */
.dpTable {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	/* color: #505050;*/
	background-color: #ffffff;
	border: 1px solid #666666; 
	margin: 0px;
	padding: 0px;
	width: 175px;
	}


/* a table row that holds date numbers (either blank or 1-31) */
.dpTR {
	}


/* the top table row that holds the month, year, and forward/backward buttons */
.dpTitleTR {
background: url(img/cal_bk_tit.gif) top left repeat-x;
border: 2px solid #cccccc;
	}


/* the second table row, that holds the names of days of the week (Mo, Tu, We, etc.) */
.dpDayTR {
background: url(img/cal_bk_ds.gif) top left repeat-x;
border: 1px solid #cccccc;
	}


/* the bottom table row, that has the "This Month" and "Close" buttons */
.dpTodayButtonTR {
	}


/* a table cell that holds a date number (either blank or 1-31) */
.dpTD {
	width: 13px;
	height: 16px;
	border: 0px solid #ece9d8;
	}


/* a table cell that holds a highlighted day (usually either today's date or the current date field value) */
.dpDayHighlightTD {
	background-color: #CCCCCC;
	border: 0px solid #AAAAAA;
	}


/* the date number table cell that the mouse pointer is currently over (you can use contrasting colors to make it apparent which cell is being hovered over) */
.dpTDHover {
	background-color: #aca998;
	border: 1px solid #888888;
	cursor: pointer;
	color: red;
	}


/* the table cell that holds the name of the month and the year */
.dpTitleTD {
height: 20px;
	}


/* a table cell that holds one of the forward/backward buttons */
.dpButtonTD {
	}


/* the table cell that holds the "This Month" or "Close" button at the bottom */
.dpTodayButtonTD {
	}


/* a table cell that holds the names of days of the week (Mo, Tu, We, etc.) */
.dpDayTD {
	width: 18px;
	height: 20px;
	background-color: #CCCCCC;
	/* border: 1px solid #AAAAAA; */
	margin: 0px;
	padding: 0px;
	border: 0px;
	color: #000;
	}


/* additional style information for the text that indicates the month and year */
.dpTitleText {
	font-size: 11px;
	color: gray;
	font-weight: bold;
	}


/* additional style information for the cell that holds a highlighted day (usually either today's date or the current date field value) */ 
.dpDayHighlight {
	color: 4060ff;
	font-weight: bold;
	}


/* the forward/backward buttons at the top */
.dpButton {
border: 1px solid #6698FF;
	font-size: 12px;
	color: #666666;
	padding: 0px;
	border: 0px solid #6698FF;
/*	width: 16px;*/
	height: 16px;
	cursor:pointer;
/*	font-family:Webdings;*/
/*	background: url(img/cal_bk_tit.gif) top left repeat-x;*/
}
.vinculo_mes{ font-size:11px; cursor:pointer; text-decoration:underline; padding:4px 0; height:30px;}

/* the "This Month" and "Close" buttons at the bottom */
.dpTodayButton {
	border: 1px solid #6698FF;
	color: #666666;
	width: 61px;
	height: 18px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight:normal;
	background-image: url("../img/fondo_boton.gif");
	text-decoration: none;
	cursor:pointer;
}
