
/* CSS Document */
/* @group Calendario */
	#container-cal{
		width:190px;
		
		overflow:hidden;
		text-align:center;
	}
	
	.semana{
		text-align:center;
		font-size:12px;
		background-color:#C5DFE9;
		color:#333;
		border-right:1px solid #ECECEC;
	}
	.dias{
		text-align:center;
		font-size:12px;
		font-weight:400;
		line-height:15px;
		background-color:#C5DFE9;
		color:#666;
		border-right:1px solid #ECECEC;
	}
	
	.dia-evento{
		text-align:center;
		font-size:12px;
		font-weight:400;
		line-height:15px;
		background-color:#4296BA;
		color:#ffffff;
		border-right:1px solid #ECECEC;
	}
	
	
	
	.mes{
		text-align:left;
		font-size:20px;
		color:#3F5252;
		font-weight:600;
		
		}
	
	
	
/* @end */

