#calendario { margin-bottom: 10px; }

.table {
  border:2px solid #FFFFFF;
  font-size: 12px;
  background-color: #FFFFFF;
  color: #000000;
}
td {
  background-color: #eeeeee;
  text-align: center;
  padding:3px;
}
/* Current date */
.table .curr { background-color: #DC5F58;}

/* Weekend  */
.table .weekend { background-color: #A7BBDF;}

/* Cell link */
.table td a {text-decoration: none; color: #2F2F2F;}

/* Cell link hover */
.table td:hover {background-color: #aaccee;}

/* Name of the selected month (at the top) */
.monthName {margin: 2px; text-align: center; font-size: 11px;}

/* Next-Prev arrows */
.monthName a {color: #111111; text-decoration:none; }
.next {float:right;}
.prev {float:left;}

pre {background-color: #eeeeee; font-size:12px;}