

#content {
	/*width: 640px;*/
} 



/************* box next events ***********/

.threeColumnBox h1 {
		margin: 10px 0;
		font-size: 1.2em;
		text-align: left;
		color: #706f6d;
		border-bottom: 1px solid #706f6d;
	}
	
.threeColumnBox div {
	width: 100%;
	background: transparent url(bg/fecha-eventos-bg.jpg) no-repeat center top;
	border-bottom: 1px solid #eee;
	margin: 10px 0;	
}
	.threeColumnBox div p, .threeColumnBox div a{
		margin: 0;
		text-align: center;		
		width: 100%;
	}
	.threeColumnBox div p.mes{
		height: 20px;
		line-height: 20px;
		color: white;
		font-weight: 600;
	}
	.threeColumnBox div p.dia{
		height: 30px;
		line-height: 25px;
		color: #444;
		font-weight: 600;
		font-size: 1.8em;
	}
	.threeColumnBox div a.texto{
		font-size: 1.2em;
		display: block;
		padding: 6px 0;	
	}

