/* The main calendar widget.  DIV containing a table. */

div.calendar { position: relative; }
/*TABLA GENERAL*/
.calendar, .calendar table {
  border: 1px solid #003399;
  font-size: 8px;/*tamaño de la tabla*/
  color: #003399;
  cursor: default;
  background: #FFFFFF;
  font-family: Arial;
}

/* Header part -- contains navigation buttons and day names. */

.calendar .button {
	text-align: center;
	padding: 3px;
	background: #003399;
	font-size: 8px;
	font-weight: bold; /*negrita*/
	color: #FFFFFF;
}

.calendar .nav {
  background: #003399 url(menuarrow.gif) no-repeat 100% 100%;
}
/*FEBRERO 2006*/
.calendar thead .title {
	font-weight: bold;
	text-align: center;
	padding: 2px;
	background: #FFFFFF;
	color: #000000;
	font-size: 9px;
	  font-family: Arial;
}

.calendar thead .headrow { /* Row <TR> containing navigation buttons */
}
/* L M M J V S D */
.calendar thead .name {
	border-bottom: 1px solid #003399;
	padding: 2px;
	text-align: center;
	color: #000;
	background-color: #CCCCCC;
	font-weight: bold; /*negrita*/
}
/* S D */
.calendar thead .weekend {
	color: #a66;
	font-weight: bold; /*negrita*/ 
}
/* ?  _________  X */
.calendar thead .hilite { /* How do the buttons in header appear when hover */
  background-color: #003399;
  color: #fff; /*color de fonde de la letra donde dice "hoy" siempre es blanco y no cambiará*/
  border: 0px solid #003399;
  padding: 2px;

}
/*cuando uno pincha las flechitas para ver todos los meses y/o todos los años el color de fondo cambia*/
.calendar thead .active {
	background-color: #a66;/*003399*/ 
	padding: 2px 2px 2px 2px;
	font-weight: bold;

}

.calendar thead .daynames { /* Row <TR> containing the day names */
  background: #cccccc;

}

/* The body part -- contains all the days in month. */

.calendar tbody .day { /* Cells <TD> containing month days dates */
  width: 2em;
  color: #003399;
  text-align: right;
  padding: 2px 4px 2px 2px;
  	/*font-size: 7px;*/
}
.calendar tbody .day.othermonth {
  font-size: 80%;
  color: #bbb;
}
.calendar tbody .day.othermonth.oweekend {
  color: #fbb;
}
/*- y todoas las semanas del año*/
.calendar table .wn {
  padding: 0px 0px 0px 0px;
  border-right: 1px solid #003399;
  background: #cccccc;
}
/*color de fondo al pasar el mouse por los dias*/
.calendar tbody .rowhilite td {
  background: #CCCCCC;
}
/*color de fondo al pasar el mouse por los dias*/
.calendar tbody .rowhilite td.wn {
  background: #CCCCCC;
}

.calendar tbody td.hilite { /* Hovered cells <TD> */
  background: #CCCCCC;
  padding: 1px 3px 1px 1px;
  border: 1px solid #bbb;
}

.calendar tbody td.active { /* Active (pressed) cells <TD> */
  background: #000000;/*cccccc*/
  padding: 2px 2px 0px 2px;
}
/* - */  /*semanas del año*/ 

.calendar tbody td.selected { /* Cell showing today date */
  font-weight: bold;
  border: 1px solid #000;
  padding: 1px 3px 1px 1px;
  background: #D4D0C8;
  color: #000;
  	
}

.calendar tbody td.weekend { /* Cells showing weekend days */
  color: #a66;
}

.calendar tbody td.today { font-weight: bold; color: #003399; }

.calendar tbody .disabled { color: #999; }

.calendar tbody .emptycell { /* Empty cells (the best is to hide them) */
  visibility: hidden;
  	
}

.calendar tbody .emptyrow { /* Empty row (some months need less than 6 rows) */
  display: none;
}

/* The footer part -- status bar and "Close" button */

.calendar tfoot .footrow { /* The <TR> in footer (only one right now) */
  text-align: center;
  background: #565;
  color: #fff;
}
/*ultima parte de la tabla*/
.calendar tfoot .ttip { /* Tooltip (status bar) cell <TD> */
  padding: 2px; 
  background: #003399;
  color: #fff;
  font-size: 9px;
  font-family: Arial;
}

.calendar tfoot .hilite { /* Hover style for buttons in footer */
  background: #afa;
  border: 1px solid #084;
  color: #000;
  padding: 1px;
}

.calendar tfoot .active { /* Active (pressed) style for buttons in footer */
  background: #003399;
  padding: 2px 0px 0px 2px;
  	font-size: 9px;
}

/* Combo boxes (menus that display months/years for direct selection) */

.calendar .combo {
  position: absolute;
  display: none;
  top: 0px;
  left: 0px;
  width: 4em;
  cursor: default;
  border: 1px solid #565;
  background: #CCCCCC;
  color: #000;
  font-size: 90%;
  z-index: 100;
}

.calendar .combo .label,
.calendar .combo .label-IEfix {
  text-align: center;
  padding: 1px;
}

.calendar .combo .label-IEfix {
  width: 4em;
}

/*.calendar .combo .hilite {
  background: #af8;
}*/

.calendar .combo .hilite {
  background: #003399;
}

.calendar .combo .active {
  border-top: 1px solid #6a4;
  border-bottom: 1px solid #6a4;
  background: #CCCCCC;
  font-weight: bold;
}

.calendar td.time {
  border-top: 1px solid #8a8;
  padding: 1px 0px;
  text-align: center;
  background-color: #CCCCCC;

}

.calendar td.time .hour,
.calendar td.time .minute,
.calendar td.time .ampm {
  padding: 0px 3px 0px 4px;
  border: 1px solid #898;
  font-weight: bold;
  background-color: #fff;
}

.calendar td.time .ampm {
  text-align: center;
}

.calendar td.time .colon {
  padding: 0px 2px 0px 3px;
  font-weight: bold;
}

.calendar td.time span.hilite {
  border-color: #000;
  background-color: #CCCCCC;
  color: #fff;
}

.calendar td.time span.active {
  border-color: #f00;
  background-color: #000;
  color: #003399;
}
.imagen {
	background-image: url(calendario.gif);
	width:25px;
	height:25px;
}
