/* Fichero: calendario.css v1.0 27/10/2008
 * Media			screen
 * Navegadores		IE6, Mozilla 2, Konqueror X, Opera X, Camino
 * CSS				2
 * Fichero			calendario.css */

/* Tabla para el calendario normal */
table.tbl-cal { border-collapse: collapse;  border: 0px solid #DCDCDA; width:150px; margin: 0; padding: 0; font-size:0.9em; }
table.tbl-cal caption { display: none; }
table.tbl-cal caption a {  }
table.tbl-cal caption a:hover {  }
.tbl-cal thead { border: 0px solid #DCDCDA;}
.tbl-cal thead th { padding: 4px; color: #005bb6; text-align: center; border: 0px solid #DCDCDA; }
.tbl-cal thead th a.mes-ant { display: block; float: left; width: 15px; height: 12px; text-indent: -10000px; background: transparent url(/MODULOS/boloficial/publico/interfaces/img/anterior.gif) 0px 2px no-repeat; }
.tbl-cal thead th a.mes-ant:hover {  }
.tbl-cal thead th a.mes-sig { display: block; float: right; width: 15px; height: 12px; text-indent: -10000px; background: transparent url(/MODULOS/boloficial/publico/interfaces/img/siguiente.gif) 0px 2px no-repeat; }
.tbl-cal thead th a.mes-sig:hover {  }
.tbl-cal tbody th { padding: 4px; color: #01669a; background: #dbecf6; border: 1px solid #DCDCDA; }
.tbl-cal tbody th a {  }
.tbl-cal tbody th a:hover {  }
.tbl-cal td { background: #FEFEFF; border: 1px solid #DCDCDA; margin: 0; padding: 0; text-align: center; }
.tbl-cal td a { display: block; text-align: center; background: #AADDFF; font-size:1em; font-weight: bold; }
.tbl-cal td a:hover {  }

.tbl-cal td.hoy { color: #000000; }
.tbl-cal td.hoy a { color: #000000; font-weight: bold; }

.tbl-cal td.previo  { color: #000000; }
.tbl-cal td.previo a { color: #000000; font-weight: bold; }

.tbl-cal td.proximo { color: #000000;}
.tbl-cal td.proximo a { color: #000000; font-weight: bold; }

.tbl-cal td.ant {  }
.tbl-cal td.ant a {  }
.tbl-cal td.ant a:hover {  }
.tbl-cal td.fsm { font-weight: bold; background: #DFDFDF; } /* Estilos para el fin de semana */
.tbl-cal td.fsm a { color: #000000; font-weight: bold; background: #AFAFAF; }
.tbl-cal td.fsm a:hover {  }

.tbl-cal td[class='previo fsm'] { font-weight: bold; color: #000000; }
.tbl-cal td[class='proximo fsm'] { font-weight: bold; color: #000000;}
.tbl-cal td[class='previo fsm'] a { font-weight: bold; background: #DFDFDF; }
.tbl-cal td[class='proximo fsm'] a { font-weight: bold; background: #DFDFDF; }
 