/* CSS Document */

table {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	}
	
th {
	text-transform:uppercase;
	font-size:14px;
	color: #8f8f5f;
	padding:10px 0;
	}
	
th.month {
	background: #8f8f5f;
	color:white;
	font-size:36px;
	text-transform:uppercase;
	padding:0;
	}
td {
	width:100px;
	padding: 25px 0;
	font-size:24px;
	font-weight: bolder;
	color:#CECD87;
	}
	
td:hover {
  background-color: #CECD87;
  color:white;
}

td.info {
	font-size:12px;
	color:#666666;
	text-align: left;
	}
td ul {
	font-size:12px;
	color: #666666;
	font-weight:normal;
	text-align:center;
	padding:0 0 0 5px;
	margin:0;
	vertical-align:top;
	list-style:none;
}

td ul li {
	padding-bottom: 5px;
	line-height:12px;
	}
	
td ul li.first {
	font-size:16px;
	font-weight: bolder;
	color:#CECD87;
	padding-bottom:5px;
	}
	
td:hover, td ul li.first:hover {
  background-color: #CECD87;
  color:white;
}
	
li.no_dec {
	list-style:none;
	}
	
.cine_line{
	color:#666666;
	font-size:12px;
	font-weight:normal;
	}

