﻿/*
 * Thickbox CSS
 */
div#TB_title {
	/*background-color:#105681;*/
	background-color:#000000;
	color:#FFFFFF;
}
div#TB_title a, div#TB_title a:visited {
  color: #cfcfcf;
}

/*
 * JQuery Tooltip
 */
#tooltip {
  position: absolute;
  z-index: 3000;
  border: 1px solid #111;
  background-color: #eee;
  padding: 5px;
  opacity: 1;
  width: 200px;
}
#tooltip h3, #tooltip div { margin: 0; font-size:12px; font-weight:normal; color: #000;}

#tooltip ul {
  padding: 0;
}
#tooltip li {
  margin: 0 10px;
}

/*
 * Large Calendar
 */
/*
 * Calendar formatting
 */
#wp-calendarLarge {
  width: 90%;
  background: white;
  border-collapse: collapse;
  margin: auto;
}

#titulo_mes {
    text-transform: uppercase;

}

#calendar_wrapLarge {
    background: white;
    border: 2px solid #286ea0;
    border-top: 6px solid #286ea0;
    border-bottom: 16px solid #286ea0;
}

#wp-calendarLarge td {
  width: 110px;
  height: 60px;
  padding: 0;
  vertical-align: top;
}

#wp-calendarLarge .dayHead {
  border-top: 2px solid #286ea0;
  color: #286ea0;
  font-weight: bold;
  z-index:1000;
}

#wp-calendarLarge .dayText {
  font-size: 0.8em;
  display: block;
  text-align: left;
  line-height: 0.9em;
  padding: 1px;
  margin-bottom: 3px;
}

#todayLarge {
background:#9BA9CF;
color:#FFF;
}
