/* Estilo Calendario*/
table#calendario {background: white uurl("../images/logo_exportado.gif") center repeat; width: 631px; margin: 10px auto; border-collapse: collapse; : }
table#calendario a {text-decoration: none;}
tr#dias {background-color: #fff;}
tr#dias th {width: 10px;}
table#calendario tr#dias th {color: #000; background-color: #fff; text-transform: capitalize; font-weight: bold; text-align: center;
   padding: 1px 0.33em;font: normal 1.2em Georgia, serif; border-bottom: 1px solid #4e4e4e; border-top: 10px solid #fff;}
/* linea mes */
table#calendario tr#calendario_meses th {background: #fff; text-align: center; color: #bd3018; font: 1.5em Georgia, serif;}
/* borde celdas */
table#calendario td {vertical-align: top; padding: 0; border: 1px solid #4e4e4e;}
/* color enlaces */
table#calendario a {font-weight: bold; display: block; margin: 0;}
table#calendario a:link {color: #bd3018; text-decoration: none; font: normal 0.7em Arial, Sans-serif;}
table#calendario a:visited {color: #bd3018;  text-decoration: none; font: normal 0.7em Arial, Sans-serif;}
table#calendario > a:hover {background: #FF6;}
/* fondo dias otro mes */
table#calendario td.mes, table#calendario td.mes_otro {background: #fff; color: #fff; font: 0.8sem arial, sans-serif;}
/* dia actual */
table#calendario td#atencion {background-color: #fffcd3;}
/* dia calendario */
td#atencion div.calendario_fecha {color: #bd3018; font: bold 1em Georgia, Sans-serif; background: #fff;}
/* margen evento */
div.calendario_evento {margin: 5px 10px;}
/* la hora se ve en una sola linea */
div.calendario_evento span {display: block; margin: 0; padding: 0;}
/* estilo hora */
span.calendario_hora {font: bold 0.7em Arial, Sans-serif; }
/* estilo fecha */
span.calendario_lugar {color: #000; font: italic 0.9em Arial, sans-serif;}
/* estilo dias mes, se complementa con dia calendario */
div.calendario_fecha {float: right; text-align: center; padding: 0.125em 0.25em 0.25em 0.25em; margin: 0; background: #fff; color: #bd3018; font: bold 1em Georgia, Serif; }
/* fechas otros meses */
td.mes div.calendario_fecha, td.mes_otro div.calendario_fecha {border: 0px solid #fff; color: #fff; background: transparent;}
/* estilo enlaces */
th#mes_pasado a, th#mes_siguiente a, th#mes_pasado a:link, th#mes_pasado a:visited, th#mes_pasado a:hover, th#mes_pasado a:active, th#mes_siguiente a:link, th#mes_siguiente a:visited, th#mes_siguiente a:hover, th#mes_siguiente a:active  { color: #bd3018; text-decoration: underline; font: normal 0.7em georgia, serif;}
/* titulo del mes actual */
th#mes_actual {padding: 0 30px;}
.calendario_meses {font: normal 1.1em Arial, Sans-serif; color: #bd3018}
td.mes_actual, td.mes_otro { height: 70px; width: 102px;}
table caption { font: normal 1.4em Georgia, Serif; color: #bd3018; background-color: #fff;}
th#mes_pasado a {text-align: left; margin-left: 15px;}
th#mes_siguiente a {text-align: right; margin-right: 15px;}

