/* gfi-events-dates-calendar.css */


th.calFechas {
height:26px;
background-image:url(../imgs/Calendario-fondoFecha.jpg);
background-repeat:repeat-x;
vertical-align:middle;
}

th.calFechas select {
margin-bottom:1px;
font-size:11px;
border:#333333 1px solid;
}

span.calFecha_mes {
font-size:11px;
font-weight:normal;
color:#FFFFFF;
}

span.calFecha_year {
font-size:11px;
font-weight:normal;
margin-left:20px;
color:#FFFFFF;
}

/*Table*/
table.gfi-calendar-dates {
	width:100%;
	border-spacing:2px;
	font:normal, Verdana, Arial, Helvetica, sans-serif;
	border: 1px #ccc solid;
	border-radius:10px;
	-moz-border-radius:5px;
	-khtml-border-radius:5px;
	-webkit-border-radius:5px;
	-ms-border-radius:5px;
	/*margin-bottom:5px;*/
	background:#fff;
}
/*thead & tfoot */
table.gfi-calendar-dates thead tr, tfoot tr {
	/*background:#00843e;*/
	color:#fff;
	/*padding:.5em;*/
	-moz-border-radius:5px;
	-khtml-border-radius:5px;
	-webkit-border-radius:5px;
	-ms-border-radius:5px;
	/*font-size:.8em;
	text-align:center;
	font-size:1.1em;
	line-height:1.5em;*/
}
table.gfi-calendar-dates thead a, tfoot a { color:#fff; font-size:11px; vertical-align:middle; }
table.gfi-calendar-dates thead a:hover, tfoot a:hover { color:#fff; font-size:11px; vertical-align:middle; }
.prev-button-calendar { background: #d32b21 no-repeat 20px 3px; }
.next-button-calendar { background: #d32b21 no-repeat 140px 3px; }

/*tbody*/
table.gfi-calendar-dates tbody th { color:#888; background: url(../imgs/gfi-events-date-th.png) repeat-x; vertical-align:top; }

table.gfi-calendar-dates tbody td {
	-moz-border-radius:5px;
	-moz-border-radius:5px;
	-khtml-border-radius:5px;
	-webkit-border-radius:5px;
	-ms-border-radius:5px;
	vertical-align:top;
}

table.gfi-calendar-dates td a{
	text-decoration:none;
	/*border-bottom:1px solid #666;
	border-left:1px solid #ddd;
	border-top: 1px solid #ddd;
	border-right: 1px solid #666;*/
	font-size:0.7em;
	display:block;
	padding: 3px;
	-moz-border-radius:5px;
	-moz-border-radius:5px;
	-khtml-border-radius:5px;
	-webkit-border-radius:5px;
	-ms-border-radius:5px;
}

table.gfi-calendar-dates h3{
	margin:0;
	padding:0;
	display:block;
  /*color:#000;*/
	position:relative;
        text-align: center;
	/*font-size:1em;*/
	/*margin:5px;*/
	}
	
.gfi-calendar-dates-past{ background:#fdfdfd; border:1px #ccc solid; }
.gfi-calendar-dates-present{ /*background: url(../imgs/gfi-events-date-present.png) repeat-x scroll; border:1px #dc2d22 solid;*/ background-color:#00529b;color:white; }
.gfi-calendar-dates-present h3{ /*background: url(../imgs/gfi-events-date-present.png) repeat-x scroll; border:1px #dc2d22 solid;*/ background-color:#00529b;color:white; }
.gfi-calendar-dates-future { /*background: #E4EEF5; border:1px #AACADF solid;*/background:#fdfdfd; border:1px #ccc solid; }

/*.gfi-calendar-dates-past a { margin: 5px 0px; color: #444; }
.gfi-calendar-dates-past a:hover { 	background:#D0E2F2 ; color: #F50; }
.gfi-calendar-dates-present a { background:#fafafa; color:#3173AF; }
.gfi-calendar-dates-present a:hover { background: #fff; color: #F50; }
.gfi-calendar-dates-future a { background:#D0E2F2; color: #444}
.gfi-calendar-dates-future a:hover { background:#f6f6f6; color: #F50}*/

.events {
	position: relative;
  
}
.events ul {
	text-align: left;
	position: absolute;
	display: none;
	z-index: 1000;
	padding: 15px;
	background: #8BBCFD url(../imgs/popup.png) no-repeat;
	color: white;
	border: 1px solid white;
	font-size: 15px;
	width: 200px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	-border-radius: 3px;
	list-style: none;
	color: #8BBCFD;
	-webkit-box-shadow: 0px 8px 8px #333;
}
.events li {
	padding-bottom: 5px;
  
}
.events li span {
	display: block;
	font-size: 10px;
	text-align: left;
	color: #555;
}
.events li span.title {
	font-weight: bold;
	color: #222;
}


