/* AGENDA - CALENDARIO */
#calendario {
	padding-left: 56px;
	width: 92%;
}

#calendario table {
	width: 100% !important;
}
#calendario table:first-child{
	padding-bottom: 0px;
}
#calendario table:first-child td:first-child{
	padding: 0px !important;
	height: 54px;
	background-color: transparent !important;
	border-color: #e5e5e5 !important;
}

#calendario table:first-child {

	border-color: #e5e5e5 !important;
}

#calendario table:first-child table{
	margin: 0px !important;
	padding: 0px !important;
}

#calendario table:first-child table a{
	text-decoration: none;
}

#calendario table:first-child table a.icoFlechaAnt{
	text-decoration: none;
	background: url(../img/icoFlechaAnt.png)  no-repeat left;
	background-size: 13px 23px;
	background-position: 15% 0px;
	height: 23px;
	display: block;

}
#calendario table:first-child table a.icoFlechaSig{
	text-decoration: none;
	background: url(../img/icoFlechaSig.png)  no-repeat right;
	background-size: 13px 23px;
	background-position: 90% 0px;
	height: 23px;
	display: block;
}
#calendario table:first-child table td{
	font-family: proximaNovaB;
	font-size: 16px;
	text-align: center;
	color: #4f5155;
}
#calendario table:first-child th{
	/*font-family: ptSerifDemi !important;*/
	font-family: 'PT Serif' !important; 
	font-weight: 500;
	font-style: italic;
	font-size: 14px !important;
	color: #7d7f82;
	height: 35px;
	width: 14%;
	border: 0px solid red;
	padding: 0px;
}
#calendario table:first-child tr:nth-child(1n+2) td{
	text-align: right;
	font-family: proximaNovaB;
	font-size: 16px;
	height: 82px;
	vertical-align: top !important;
	border: 1px solid #d2d2d2;
	padding-top: 8px !important;
	padding-right: 5px;
}

#calendario table:first-child tr:nth-child(1n+2) td a{
	text-decoration: none;
}

#calendario > table:first-child > tbody > tr:nth-child(1n+2) > th{
	text-align: center !important;
}

.Content{
	font-family: proximaNovaSB !important;
	font-size: 12px !important;
	color:#47a663;
	text-align: left !important;
	padding-left: 9px;
	height: 55px;
	display: flex;
	-ms-display: flex;
  	align-items: flex-end;	
	position: relative;
}

.Content > div{
	position: absolute;
	bottom: 0px;
}
.Content > div > a{
	font-family: proximaNovaSB !important;
	font-size: 12px !important;
	color:#47a663;
	text-decoration: none;
}




div.otroMes{
	color: #cfcfd0 !important;
	display: inline-block;
	width: 98%;
	height: 27px;
	margin-right: 5px !important;
}

td.otroMes{
	color: #cfcfd0 !important;	
}



.eventoSelec{
	background-color: #47a663;
	color: #fff;
	height: 19px;
	margin-bottom: -20px !important;
	margin-right: 0px !important;
	margin-top: -8px !important;
	padding-right: 5px;
	padding-top: 8px;
	display: block;
	/*width: 100%;*/
}
.ContentSelec{
	background-color: #47a663;
	font-family: proximaNovaSB !important;
	font-size: 12px !important;
	color: #fff;
	/*width: 100%;*/
	padding-left: 5px;
	padding-right: 0px;
	padding-bottom: 8px;
	text-align: left !important;
	height: 55px;
	display: flex;
	-ms-display: flex;
  	align-items: flex-end;	
}

.ContentSelec > div > a{
	font-family: proximaNovaSB !important;
	font-size: 12px !important;
	color:#fff;
	text-decoration: none;
}

#evento{
	display: none;
}
div.conEvento{
	height: 0px !important;
	color: #4f5155;
}


/******************** CALENDARIO MOVIL **********************/
@media(max-width: 780px), (max-device-width:780px) { 
	#calendario { 
		padding-left: 30px;
		width: 85%;
	}
	#calendario table:first-child{
		padding-bottom: 0px;
		margin-top: 0px !important;
	}
	#calendario table:first-child td:first-child{
		padding: 0px !important;
		height: 47px;
	}
	#calendario table:first-child table{
		margin: 0px !important;
		padding: 0px !important;
	}
	#calendario table:first-child table a.icoFlechaAnt{
		text-decoration: none;
		background: url(../img/icoFlechaAnt.png)  no-repeat left;
		background-size: 13px 23px;
		background-position: 12px 0px;
		height: 23px;
		display: block;

	}
	#calendario table:first-child table a.icoFlechaSig{
		text-decoration: none;
		background: url(../img/icoFlechaSig.png)  no-repeat right;
		background-size: 13px 23px;
		/*background-position: 1px 0px;*/
		height: 23px;
		display: block;
	}
	#calendario table:first-child table td{
		font-family: proximaNovaB;
		font-size: 16px !important;
		text-align: center;
		color: #4f5155;
	}
	#calendario table:first-child th{
		font-family: ptSerifDemi !important;
		font-style: italic;
		font-size: 14px !important;
		color: #7d7f82;
		height: 35px;
		width: 14%;
		border: 0px solid red;
		padding: 0px;
	}
	#calendario table:first-child tr:nth-child(1n+2) td{
		text-align: center;
		font-family: proximaNovaB;
		font-size: 16px !important;
		color: #2b3035;
		height: 43px;
		vertical-align: middle !important;
		border: 1px solid #d2d2d2;
		padding-top: 0px !important;
		padding-right: 0px !important;
	}
	.Content, .ContentSelec{
		display: none;
	}

	.otroMes{
		color: #cfcfd0 !important;
		/*display: inline-block;*/
		width: 100%;
		height: 27px;
		padding-top: 8px;
	}
	td.otroMes{
		color: #cfcfd0 !important;
	}
	div.eventoSelec{
		background-color: #47a663;
		color: #fff !important;
		display: inline-block !important;
		width: 100% !important;
		height: 31px !important;
		padding-top: 12px !important;
		padding-right: 0px !important;
		margin-top: -12px !important;
		margin-bottom: -12px !important;
	}
	div.conEvento {
		background-color: #4e5055;
		color: #fff !important;	
		display: inline-block !important; 
		cursor: pointer;
		width: 100% !important;
		height: 31px !important;
		padding-top: 12px !important;
	}
	#evento{
		font-family: proximaNovaB;
		font-size: 16px;
		color: #fff;
		background-color: #47a663;
		height: 54px;
		padding-left: 29px;
		margin-top: 10px;
		display: flex;
		align-items: center;	
	}
	label.fechaEvento{
		/*font-family: ptSerifDemi !important;*/
		font-family: 'PT Serif' !important; 
		font-weight: 500;
		font-size: 14px !important;
		font-style: italic;
		color: #e1ece5 !important;
		margin-right: 22px;
	}

}


/******************* CALENDARIO HOME ********************/
/* AGENDA - CALENDARIO */
#calendarioHome {
	padding-left: 56px;
	width: 100%;
}
/*@media (max-width: 780px), only screen and (max-device-width: 780px){
	.centBloque{
		width: 90% !important;
		margin-left: 0px;
		margin-right: auto !important;
	}
	#calendarioHome {
		width: 100% !important;
		margin: 0 auto !important;
	}
}
@media (max-width: 690px), only screen and (max-device-width: 780px){
	.centBloque{
		width: 90% !important;
		margin-left: 0px !important;
		margin-right: auto !important;
	}
	#calendarioHome {
		width: 95% !important;
		margin-left: 0px !important;
		margin-right: auto !important;
	}
}*/
@media (max-width: 780px), only screen and (max-device-width: 780px){
	div#contenedorFlex.contCalendario{
		width: 100%;
		margin-left: 0px !important;
	}
	div#contenedorFlex div.centBloque{
		width: 90%;
		margin-left:auto;
		margin-right: auto;
	}
}

#calendarioHome table {
width: 100%;
}
#calendarioHome table:first-child{
	padding-bottom: 0px;
	margin-top: 0px !important;
}
#calendarioHome tr:first-child td:first-child{
	padding: 0px !important;
	height: 47px;
	background-color: transparent !important;
	border-color: #e5e5e5 !important;
}

#calendarioHome table:first-child {

	border-color: #e5e5e5 !important;
}

#calendarioHome table:first-child table{
	margin: 0px !important;
	padding: 0px !important;
}
#calendarioHome table:first-child table a{
	text-decoration: none;
}

#calendarioHome table:first-child table a.icoFlechaAnt{
	text-decoration: none;
	background: url(../img/icoFlechaAnt.png)  no-repeat left;
	background-size: 13px 23px;
	background-position: 15% 0px;
	height: 23px;
	display: block;

}
#calendarioHome table:first-child table a.icoFlechaSig{
	text-decoration: none;
	background: url(../img/icoFlechaSig.png)  no-repeat right;
	background-size: 13px 23px;
	background-position: 90% 0px;
	height: 23px;
	display: block;
}
#calendarioHome table:first-child table td{
	font-family: proximaNovaB;
	font-size: 16px !important;
	text-align: center;
	color: #4f5155;
}
#calendarioHome table:first-child th{
	/*font-family: ptSerifDemi !important;*/
	font-family: 'PT Serif' !important; 
	font-weight: 500;
	font-style: italic;
	font-size: 14px !important;
	color: #7d7f82;
	height: 35px;
	width: 14%;
	border: 0px solid red;
	padding: 0px;
}
#calendarioHome table:first-child tr:nth-child(1n+2) td{
	text-align: center;
	font-family: proximaNovaB;
	font-size: 16px !important;
	color: #2b3035;
	height: 43px;
	vertical-align: middle !important;
	border: 1px solid #d2d2d2 !important;
	padding: 0px !important;
	padding-right: 0px !important;
}
#calendarioHome > table:first-child > tbody > tr:nth-child(1n+2) > th{
	text-align: center !important;
}
#calendarioHome div.Content, #calendarioHome div.ContentSelec{
	display: none;
}

#calendarioHome div.otroMes{
	color: #cfcfd0 !important;
	display: inline-block;
	width: 100%;
	height: 27px;
	padding-top: 8px;
}
#calendarioHome div.eventoSelec{ 
    background-color: #47a663;
    color: #fff !important;
    display: inline-block !important;
    width: 100% !important;
    /*height: 28px !important;
    padding-top: 10px !important;*/
	height: 26px !important; 
    padding-top: 12px !important;
    padding-right: 0px !important;
    margin-top: -18px !important;
    padding-bottom: 5px; 
    margin-bottom: -18px !important;
}

#calendarioHome div.conEvento {
	background-color: #4e5055;
	color: #fff !important;	
	display: inline-block !important; 
	cursor: pointer;
	width: 100% !important;
	height: 31px !important;
	padding-top: 12px !important;
}
#calendarioHome div#evento{
	font-family: proximaNovaB;
	font-size: 16px;
	color: #fff;
	background-color: #47a663;
	height: 54px;
	padding-left: 29px;
	margin-top: 10px;
	display: -ms-flexbox;  
	display: -webkit-box;
	display: flex;
	align-items: center;	
}
#calendarioHome label.fechaEvento{
	/*font-family: ptSerifDemi !important;*/
	font-family: 'PT Serif' !important; 
	font-weight: 500;
	font-size: 14px !important;
	font-style: italic;
	color: #e1ece5 !important;
	margin-right: 22px;
}

td.Today{
	color: #fff !important;	
	background-color: #cfcfd0 !important;	
}