﻿
#datepicker 
{
	overflow:hidden;
	z-index:2000;
	position:absolute;
}



.calendario
{
	background-color:#BFD4FC;
	overflow:hidden;
	border:solid 1px #FFFFFF;
}


.calCabecera
{
	background-color:#00347A;
    clear:right;
    overflow:hidden;
    padding:2px;
    text-align:right;
}
.calMonth
{
	float:left;	
	margin:2px 3px;
}

.calPrevMonth
{
	float:left;
}

.calNextMonth
{
	
}

.calMonthTitleLeft
{
	text-align:right;
	margin-right:24px;
}

.calMonthTitleRight
{
	text-align:left;
	margin-left:24px;
}




/* Formato del dia de hoy... */
.spanFechaHoy { font-weight:bold; text-decoration: underline; color: red; }
/* additional style information for the text that indicates the month and year */
.calTitleText { margin-top:1px; font-size: 12px; color: #666666; }
/* the table (within the div) that holds the date picker calendar */
.calTable {
        font-family: Tahoma, Arial, Helvetica, sans-serif;
        font-size: 11px;
        text-align: center;
        color: #505050;
        width:160px;
        background-color: #ffffff;
        border: 1px none #000000;
        height:150px;
}
/* the "This Month" and "Close" buttons at the bottom */
.calTodayButtonMes,.calTodayButtonClose {
    background:none repeat scroll 0 0 #00347A;
    border:1px solid #FFFFFF;
    bottom:2px;
    color:#FFFFFF;
    cursor:pointer;
    font-family:Arial,Helvetica,sans-serif;
    font-size:10px;
    position:absolute;
    right:2px;
    width:60px;
}
.calTodayButtonClose { float:right; }
/* a table cell that holds a date number (either blank or 1-31) */
.calTDFestivo { background: #cc0000; color:white; font-weight: bold; }

#divCampoFecha, #divCampoCalendario 
{
	float:left;
	overflow:hidden;
}
#divCampoFecha { padding-top:1px; }
#divCampoCalendario  { padding-left:4px; }

.ctlCampoFecha {
    border: 1px solid #666666;
    font-size:11px;
    font-family:arial;
    width:80px;
    float:left;
}
.ctlBotonCalendar {
    width:20px;
    height:18px;
    cursor:pointer;
    vertical-align: middle;
    background:url(/include/ctlFechaCalendario/calendario.jpg) no-repeat left 0 ;
    float: left;
    margin: 0px 0 0 0px;
    display: block;
    padding-right:4px;
}

/* the div that holds the date picker calendar */

/* a table row that holds date numbers (either blank or 1-31) */
.calTR {     }

/* the top table row that holds the month, year, and forward/backward buttons */
.calTitleTR {    }

/* the second table row, that holds the names of days of the week (Mo, Tu, We, etc.) */
.calDayTR {      }



/* a table cell that holds a date number (either blank or 1-31) */
.calTD {
    border: 1px solid #ece9d8;
}
/* a table cell that holds a date number (Disabled Day) */
.calTDNS {
    border: 1px solid #ece9d8;
	color:#c3c3c3;
}

/* a table cell that holds a highlighted day (usually either today's date or the current date field value) */
.calDayHighlightTD {
    background-color:#00347A;
    color:#FFFFFF;
}
/* a table cell that holds a highlighted day (Disabled Day) */
.calDayHighlightTDNS {
    background-color: #CCCCCC;
    border: 1px 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) */
.calTDHover {
    background-color: #BFD4FC;
    cursor: pointer;
    color: #4E78AE;
}

/* the table cell that holds the name of the month and the year */
.calTitleTD {    }

/* a table cell that holds one of the forward/backward buttons */
.calButtonTD {   }

/* a table cell that holds the names of days of the week (Mo, Tu, We, etc.) */
.calDayTD {
    background-color:#00347A;
    color:#FFFFFF;
}

/* additional style information for the cell that holds a highlighted day (usually either today's date or the current date field value) */ 
.calDayHighlight {
    color:#FFFFFF;
    font-weight: bold;
}

/* the forward/backward buttons at the top */
.calButton {
    background-color:#FFB748;
    border:1px none black;
    color:#00347A;
    cursor:pointer;
    font-family:Verdana,Tahoma,Arial,Helvetica,sans-serif;
    font-size:10px;
    font-weight:bold;
    padding:0;
}


/* the bottom table row, that has the "This Month" and "Close" buttons */
.calTodayButtonTR {      }

/* the table cell that holds the "This Month" or "Close" button at the bottom */
.calTodayButtonTD {      }


.calmesDiv 
{
}

.calendario
{
	background-color:#FFFFFF;
	overflow:hidden;
	min-height:1%;
	z-index:1000px;
}


.calendario iframe
{
	background-color:transparent;
	position:absolute;
	z-index:-1;
}



.datepickerDiv 
{
  position:relative; 
}




