	#calendario {
	}
	.evento {
		position: relative;
		display: block;
		width: 470px;
		margin-left: auto;
		margin-right: auto;
		height: 110px;
		padding-bottom: 20px;
	}
	
	.folhinha {
		float: left;
		clear: both;
		border-color: black;
		border-width: 3px;
		border-style: solid;
		width: 80px;
		height: 95px;
		background-color: white;
		font-size: 12px;
		color: black;
		font-family: "Arial";
		text-align: center;
		vertical-align: middle;
	}
	
	.folhinha .mes {
		text-transform: uppercase;
		position: relative;
		top: 0px;
		left: 0px;
		height: 20px;
		background-color: black;
		color: white;
		padding-top: 5px;
	}
	
	.folhinha .dia {
		border-spacing: 0px 0px;
		width: 80px;
		position: relative;
		top: 0px;
		left: 0px;
		height: 75px;
		font-size: 60px;
		font-weight: bold;
	}
	
	.info {
		font-style: normal;
		font-weight: normal;
		display: block;
		left: 20px;
		position: relative;
		color: black;
		font-family: "Courier New", Courier, Monaco, monospace;
		font-size: 16px;
	}
	
	.titulo {
		font-weight: bold;
		font-size: 24px;
			}
	
	.extra, .preco {
		display: inherit;
		padding-right: 10px;
	}
	
