
/* CSS Document */
/* @group Calendario */
	#container-cal{
		width:190px;
		
		overflow:hidden;
		text-align:center;
	}
	
	.semana{
		text-align:center;
		font-size:12px;
		background-color:#F0BB79;
		color:#333;
		border-right:1px solid #ECECEC;
	}
	.dias{
		text-align:center;
		font-size:12px;
		font-weight:400;
		line-height:15px;
		background-color:#F0BB79;
		color:#666;
		border-right:1px solid #ECECEC;
	}
	
	.dia-evento{
		text-align:center;
		font-size:12px;
		font-weight:400;
		line-height:15px;
		background-color:#635821;

		border-right:1px solid #ECECEC;
	}
	
	.dia-evento a{
		color:#ffffff;
		text-decoration:none;
	}	
	
	.mes{
		text-align:center;
		font-size:16px;
		color:#fff;
		font-weight:600;
		
		}
	
	
	
/* @end */

