/* 
 * Document   : mc.custom.main.css
 * Created on : 25/10/2013, 23:50:00
 * Author     : Luciano Ganga
 * $Revision: 2407 $ 
 * $LastChangedDate: 2014-04-10 20:09:12 -0300 (Thu, 10 Apr 2014) $
 * $LastChangedBy: sruiz $
 * Description:
 *      Customization of the main styles of the app
*/
@import url("https://fonts.googleapis.com/css?family=Fira+Sans");
.exampleClass {

}
/*oculto todos las fechas de dias*/
div[class*="dfMc-"] .agendaMaM.agendaticker .wrapper .agenda .itemStyles.rdsnItem .item .contentItem .col .date span.iMam-date[data-dia*="2"]{
	visibility:hidden;
	color: #00a61b;
	font: 800 12px/16px 'Fira sans';
    font-weight: bold;
	height: 18px;
}
/*reemplazo los días de los próximos meses*/
div[class*="dfMc-"] .agendaMaM.agendaticker .wrapper .agenda .itemStyles.rdsnItem .item .contentItem .col .date span.iMam-date[data-dia*="20210104"]:before {
	content: "lun";
	visibility:visible;
}
div[class*="dfMc-"] .agendaMaM.agendaticker .wrapper .agenda .itemStyles.rdsnItem .item .contentItem .col .date span.iMam-date[data-dia*="20210105"]:before {
	content: "mar";
	visibility:visible;
}
div[class*="dfMc-"] .agendaMaM.agendaticker .wrapper .agenda .itemStyles.rdsnItem .item .contentItem .col .date span.iMam-date[data-dia*="20210106"]:before {
	content: "mié";
	visibility:visible;
}
div[class*="dfMc-"] .agendaMaM.agendaticker .wrapper .agenda .itemStyles.rdsnItem .item .contentItem .col .date span.iMam-date[data-dia*="20210107"]:before {
	content: "jue";
	visibility:visible;
}
div[class*="dfMc-"] .agendaMaM.agendaticker .wrapper .agenda .itemStyles.rdsnItem .item .contentItem .col .date span.iMam-date[data-dia*="20210108"]:before {
	content: "vie";
	visibility:visible;
}
div[class*="dfMc-"] .agendaMaM.agendaticker .wrapper .agenda .itemStyles.rdsnItem .item .contentItem .col .date span.iMam-date[data-dia*="20210109"]:before {
	content: "sáb";
	visibility:visible;
}

div[class*="dfMc-"] .agendaMaM.agendaticker .wrapper .agenda .itemStyles.rdsnItem .item .contentItem .col .date span.iMam-date[data-dia*="20210110"]:before {
	content: "dom";
	visibility:visible;
}

div[class*="dfMc-"] .agendaMaM.agendaticker .wrapper .agenda .itemStyles.rdsnItem .item .contentItem .col .date span.iMam-date[data-dia*="20210111"]:before {
	content: "lun";
	visibility:visible;
}

div[class*="dfMc-"] .agendaMaM.agendaticker .wrapper .agenda .itemStyles.rdsnItem .item .contentItem .col .date span.iMam-date[data-dia*="20210112"]:before {
	content: "mar";
	visibility:visible;
}
div[class*="dfMc-"] .agendaMaM.agendaticker .wrapper .agenda .itemStyles.rdsnItem .item .contentItem .col .date span.iMam-date[data-dia*="20210113"]:before {
	content: "mié";
	visibility:visible;
}
div[class*="dfMc-"] .agendaMaM.agendaticker .wrapper .agenda .itemStyles.rdsnItem .item .contentItem .col .date span.iMam-date[data-dia*="20210114"]:before {
	content: "jue";
	visibility:visible;
}
div[class*="dfMc-"] .agendaMaM.agendaticker .wrapper .agenda .itemStyles.rdsnItem .item .contentItem .col .date span.iMam-date[data-dia*="20210115"]:before {
	content: "vie";
	visibility:visible;
}
div[class*="dfMc-"] .agendaMaM.agendaticker .wrapper .agenda .itemStyles.rdsnItem .item .contentItem .col .date span.iMam-date[data-dia*="20210116"]:before {
	content: "sáb";
	visibility:visible;
}
div[class*="dfMc-"] .agendaMaM.agendaticker .wrapper .agenda .itemStyles.rdsnItem .item .contentItem .col .date span.iMam-date[data-dia*="20210117"]:before {
	content: "dom";
	visibility:visible;
}
div[class*="dfMc-"] .agendaMaM.agendaticker .wrapper .agenda .itemStyles.rdsnItem .item .contentItem .col .date span.iMam-date[data-dia*="20210118"]:before {
	content: "lun";
	visibility:visible;
}

div[class*="dfMc-"] .agendaMaM.agendaticker .wrapper .agenda .itemStyles.rdsnItem .item .contentItem .col .date span.iMam-date[data-dia*="20210119"]:before {
	content: "mar";
	visibility:visible;
}
div[class*="dfMc-"] .agendaMaM.agendaticker .wrapper .agenda .itemStyles.rdsnItem .item .contentItem .col .date span.iMam-date[data-dia*="20210120"]:before {
	content: "mié";
	visibility:visible;
}
div[class*="dfMc-"] .agendaMaM.agendaticker .wrapper .agenda .itemStyles.rdsnItem .item .contentItem .col .date span.iMam-date[data-dia*="20210121"]:before {
	content: "jue";
	visibility:visible;
}
div[class*="dfMc-"] .agendaMaM.agendaticker .wrapper .agenda .itemStyles.rdsnItem .item .contentItem .col .date span.iMam-date[data-dia*="20210122"]:before {
	content: "vie";
	visibility:visible;
}
div[class*="dfMc-"] .agendaMaM.agendaticker .wrapper .agenda .itemStyles.rdsnItem .item .contentItem .col .date span.iMam-date[data-dia*="20210123"]:before {
	content: "sáb";
	visibility:visible;
}
div[class*="dfMc-"] .agendaMaM.agendaticker .wrapper .agenda .itemStyles.rdsnItem .item .contentItem .col .date span.iMam-date[data-dia*="20210124"]:before {
	content: "dom";
	visibility:visible;
}
div[class*="dfMc-"] .agendaMaM.agendaticker .wrapper .agenda .itemStyles.rdsnItem .item .contentItem .col .date span.iMam-date[data-dia*="20210125"]:before {
	content: "lun";
	visibility:visible;
}

div[class*="dfMc-"] .agendaMaM.agendaticker .wrapper .agenda .itemStyles.rdsnItem .item .contentItem .col .date span.iMam-date[data-dia*="20210126"]:before {
	content: "mar";
	visibility:visible;
}
div[class*="dfMc-"] .agendaMaM.agendaticker .wrapper .agenda .itemStyles.rdsnItem .item .contentItem .col .date span.iMam-date[data-dia*="20210127"]:before {
	content: "mié";
	visibility:visible;
}
div[class*="dfMc-"] .agendaMaM.agendaticker .wrapper .agenda .itemStyles.rdsnItem .item .contentItem .col .date span.iMam-date[data-dia*="20210128"]:before {
	content: "jue";
	visibility:visible;
}
div[class*="dfMc-"] .agendaMaM.agendaticker .wrapper .agenda .itemStyles.rdsnItem .item .contentItem .col .date span.iMam-date[data-dia*="20210129"]:before {
	content: "vie";
	visibility:visible;
}
div[class*="dfMc-"] .agendaMaM.agendaticker .wrapper .agenda .itemStyles.rdsnItem .item .contentItem .col .date span.iMam-date[data-dia*="20210130"]:before {
	content: "sáb";
	visibility:visible;
}
div[class*="dfMc-"] .agendaMaM.agendaticker .wrapper .agenda .itemStyles.rdsnItem .item .contentItem .col .date span.iMam-date[data-dia*="20210131"]:before {
	content: "dom";
	visibility:visible;
}
div[class*="dfMc-"] .agendaMaM.agendaticker .wrapper .agenda .itemStyles.rdsnItem .item .contentItem .col .date span.iMam-date[data-dia*="20210201"]:before {
	content: "lun";
	visibility:visible;
}

div[class*="dfMc-"] .agendaMaM.agendaticker .wrapper .agenda .itemStyles.rdsnItem .item .contentItem .col .date span.iMam-date[data-dia*="20210202"]:before {
	content: "mar";
	visibility:visible;
}
div[class*="dfMc-"] .agendaMaM.agendaticker .wrapper .agenda .itemStyles.rdsnItem .item .contentItem .col .date span.iMam-date[data-dia*="20210203"]:before {
	content: "mié";
	visibility:visible;
}
div[class*="dfMc-"] .agendaMaM.agendaticker .wrapper .agenda .itemStyles.rdsnItem .item .contentItem .col .date span.iMam-date[data-dia*="20210204"]:before {
	content: "jue";
	visibility:visible;
}
div[class*="dfMc-"] .agendaMaM.agendaticker .wrapper .agenda .itemStyles.rdsnItem .item .contentItem .col .date span.iMam-date[data-dia*="20210205"]:before {
	content: "vie";
	visibility:visible;
}
div[class*="dfMc-"] .agendaMaM.agendaticker .wrapper .agenda .itemStyles.rdsnItem .item .contentItem .col .date span.iMam-date[data-dia*="20210206"]:before {
	content: "sáb";
	visibility:visible;
}
div[class*="dfMc-"] .agendaMaM.agendaticker .wrapper .agenda .itemStyles.rdsnItem .item .contentItem .col .date span.iMam-date[data-dia*="20210207"]:before {
	content: "dom";
	visibility:visible;
}

div[class*="dfMc-"] .agendaMaM.agendaticker .wrapper .agenda .itemStyles.rdsnItem .item .contentItem .col .date span.iMam-date[data-dia*="20210208"]:before {
	content: "lun";
	visibility:visible;
}

div[class*="dfMc-"] .agendaMaM.agendaticker .wrapper .agenda .itemStyles.rdsnItem .item .contentItem .col .date span.iMam-date[data-dia*="20210209"]:before {
	content: "mar";
	visibility:visible;
}
div[class*="dfMc-"] .agendaMaM.agendaticker .wrapper .agenda .itemStyles.rdsnItem .item .contentItem .col .date span.iMam-date[data-dia*="20210210"]:before {
	content: "mié";
	visibility:visible;
}
div[class*="dfMc-"] .agendaMaM.agendaticker .wrapper .agenda .itemStyles.rdsnItem .item .contentItem .col .date span.iMam-date[data-dia*="20210211"]:before {
	content: "jue";
	visibility:visible;
}
div[class*="dfMc-"] .agendaMaM.agendaticker .wrapper .agenda .itemStyles.rdsnItem .item .contentItem .col .date span.iMam-date[data-dia*="20210212"]:before {
	content: "vie";
	visibility:visible;
}
div[class*="dfMc-"] .agendaMaM.agendaticker .wrapper .agenda .itemStyles.rdsnItem .item .contentItem .col .date span.iMam-date[data-dia*="20210213"]:before {
	content: "sáb";
	visibility:visible;
}
div[class*="dfMc-"] .agendaMaM.agendaticker .wrapper .agenda .itemStyles.rdsnItem .item .contentItem .col .date span.iMam-date[data-dia*="20210214"]:before {
	content: "dom";
	visibility:visible;
}
div[class*="dfMc-"] .agendaMaM.agendaticker .wrapper .agenda .itemStyles.rdsnItem .item .contentItem .col .date span.iMam-date[data-dia*="20210215"]:before {
	content: "lun";
	visibility:visible;
}

div[class*="dfMc-"] .agendaMaM.agendaticker .wrapper .agenda .itemStyles.rdsnItem .item .contentItem .col .date span.iMam-date[data-dia*="20210216"]:before {
	content: "mar";
	visibility:visible;
}
div[class*="dfMc-"] .agendaMaM.agendaticker .wrapper .agenda .itemStyles.rdsnItem .item .contentItem .col .date span.iMam-date[data-dia*="20210217"]:before {
	content: "mié";
	visibility:visible;
}
div[class*="dfMc-"] .agendaMaM.agendaticker .wrapper .agenda .itemStyles.rdsnItem .item .contentItem .col .date span.iMam-date[data-dia*="20210218"]:before {
	content: "jue";
	visibility:visible;
}
div[class*="dfMc-"] .agendaMaM.agendaticker .wrapper .agenda .itemStyles.rdsnItem .item .contentItem .col .date span.iMam-date[data-dia*="20210219"]:before {
	content: "vie";
	visibility:visible;
}
div[class*="dfMc-"] .agendaMaM.agendaticker .wrapper .agenda .itemStyles.rdsnItem .item .contentItem .col .date span.iMam-date[data-dia*="20210220"]:before {
	content: "sáb";
	visibility:visible;
}
div[class*="dfMc-"] .agendaMaM.agendaticker .wrapper .agenda .itemStyles.rdsnItem .item .contentItem .col .date span.iMam-date[data-dia*="20210221"]:before {
	content: "dom";
	visibility:visible;
}
div[class*="dfMc-"] .agendaMaM.agendaticker .wrapper .agenda .itemStyles.rdsnItem .item .contentItem .col .date span.iMam-date[data-dia*="20210222"]:before {
	content: "lun";
	visibility:visible;
}

div[class*="dfMc-"] .agendaMaM.agendaticker .wrapper .agenda .itemStyles.rdsnItem .item .contentItem .col .date span.iMam-date[data-dia*="20210223"]:before {
	content: "mar";
	visibility:visible;
}
div[class*="dfMc-"] .agendaMaM.agendaticker .wrapper .agenda .itemStyles.rdsnItem .item .contentItem .col .date span.iMam-date[data-dia*="20210224"]:before {
	content: "mié";
	visibility:visible;
}
div[class*="dfMc-"] .agendaMaM.agendaticker .wrapper .agenda .itemStyles.rdsnItem .item .contentItem .col .date span.iMam-date[data-dia*="20210225"]:before {
	content: "jue";
	visibility:visible;
}
div[class*="dfMc-"] .agendaMaM.agendaticker .wrapper .agenda .itemStyles.rdsnItem .item .contentItem .col .date span.iMam-date[data-dia*="20210226"]:before {
	content: "vie";
	visibility:visible;
}
div[class*="dfMc-"] .agendaMaM.agendaticker .wrapper .agenda .itemStyles.rdsnItem .item .contentItem .col .date span.iMam-date[data-dia*="20210227"]:before {
	content: "sáb";
	visibility:visible;
}
div[class*="dfMc-"] .agendaMaM.agendaticker .wrapper .agenda .itemStyles.rdsnItem .item .contentItem .col .date span.iMam-date[data-dia*="20210228"]:before {
	content: "dom";
	visibility:visible;
}
div[class*="dfMc-"] .agendaMaM.agendaticker .wrapper .agenda .itemStyles.rdsnItem .item .contentItem .col .date span.iMam-date[data-dia*="20210301"]:before {
	content: "lun";
	visibility:visible;
}

div[class*="dfMc-"] .agendaMaM.agendaticker .wrapper .agenda .itemStyles.rdsnItem .item .contentItem .col .date span.iMam-date[data-dia*="20210302"]:before {
	content: "mar";
	visibility:visible;
}
div[class*="dfMc-"] .agendaMaM.agendaticker .wrapper .agenda .itemStyles.rdsnItem .item .contentItem .col .date span.iMam-date[data-dia*="20210303"]:before {
	content: "mié";
	visibility:visible;
}
div[class*="dfMc-"] .agendaMaM.agendaticker .wrapper .agenda .itemStyles.rdsnItem .item .contentItem .col .date span.iMam-date[data-dia*="20210304"]:before {
	content: "jue";
	visibility:visible;
}
div[class*="dfMc-"] .agendaMaM.agendaticker .wrapper .agenda .itemStyles.rdsnItem .item .contentItem .col .date span.iMam-date[data-dia*="20210305"]:before {
	content: "vie";
	visibility:visible;
}
div[class*="dfMc-"] .agendaMaM.agendaticker .wrapper .agenda .itemStyles.rdsnItem .item .contentItem .col .date span.iMam-date[data-dia*="20210306"]:before {
	content: "sáb";
	visibility:visible;
}
div[class*="dfMc-"] .agendaMaM.agendaticker .wrapper .agenda .itemStyles.rdsnItem .item .contentItem .col .date span.iMam-date[data-dia*="20210307"]:before {
	content: "dom";
	visibility:visible;
}
div[class*="dfMc-"] .agendaMaM.agendaticker .wrapper .agenda .itemStyles.rdsnItem .item .contentItem .col .date span.iMam-date[data-dia*="20210308"]:before {
	content: "lun";
	visibility:visible;
}

div[class*="dfMc-"] .agendaMaM.agendaticker .wrapper .agenda .itemStyles.rdsnItem .item .contentItem .col .date span.iMam-date[data-dia*="20210309"]:before {
	content: "mar";
	visibility:visible;
}
div[class*="dfMc-"] .agendaMaM.agendaticker .wrapper .agenda .itemStyles.rdsnItem .item .contentItem .col .date span.iMam-date[data-dia*="20210310"]:before {
	content: "mié";
	visibility:visible;
}
div[class*="dfMc-"] .agendaMaM.agendaticker .wrapper .agenda .itemStyles.rdsnItem .item .contentItem .col .date span.iMam-date[data-dia*="20210311"]:before {
	content: "jue";
	visibility:visible;
}
div[class*="dfMc-"] .agendaMaM.agendaticker .wrapper .agenda .itemStyles.rdsnItem .item .contentItem .col .date span.iMam-date[data-dia*="20210312"]:before {
	content: "vie";
	visibility:visible;
}
div[class*="dfMc-"] .agendaMaM.agendaticker .wrapper .agenda .itemStyles.rdsnItem .item .contentItem .col .date span.iMam-date[data-dia*="20210313"]:before {
	content: "sáb";
	visibility:visible;
}
div[class*="dfMc-"] .agendaMaM.agendaticker .wrapper .agenda .itemStyles.rdsnItem .item .contentItem .col .date span.iMam-date[data-dia*="20210314"]:before {
	content: "dom";
	visibility:visible;
}
div[class*="dfMc-"] .agendaMaM.agendaticker .wrapper .agenda .itemStyles.rdsnItem .item .contentItem .col .date span.iMam-date[data-dia*="20210315"]:before {
	content: "lun";
	visibility:visible;
}

div[class*="dfMc-"] .agendaMaM.agendaticker .wrapper .agenda .itemStyles.rdsnItem .item .contentItem .col .date span.iMam-date[data-dia*="20210316"]:before {
	content: "mar";
	visibility:visible;
}
div[class*="dfMc-"] .agendaMaM.agendaticker .wrapper .agenda .itemStyles.rdsnItem .item .contentItem .col .date span.iMam-date[data-dia*="20210317"]:before {
	content: "mié";
	visibility:visible;
}
div[class*="dfMc-"] .agendaMaM.agendaticker .wrapper .agenda .itemStyles.rdsnItem .item .contentItem .col .date span.iMam-date[data-dia*="20210318"]:before {
	content: "jue";
	visibility:visible;
}
div[class*="dfMc-"] .agendaMaM.agendaticker .wrapper .agenda .itemStyles.rdsnItem .item .contentItem .col .date span.iMam-date[data-dia*="20210319"]:before {
	content: "vie";
	visibility:visible;
}
div[class*="dfMc-"] .agendaMaM.agendaticker .wrapper .agenda .itemStyles.rdsnItem .item .contentItem .col .date span.iMam-date[data-dia*="20210320"]:before {
	content: "sáb";
	visibility:visible;
}
div[class*="dfMc-"] .agendaMaM.agendaticker .wrapper .agenda .itemStyles.rdsnItem .item .contentItem .col .date span.iMam-date[data-dia*="20210321"]:before {
	content: "dom";
	visibility:visible;
}
div[class*="dfMc-"] .agendaMaM.agendaticker .wrapper .agenda .itemStyles.rdsnItem .item .contentItem .col .date span.iMam-date[data-dia*="20210322"]:before {
	content: "lun";
	visibility:visible;
}

div[class*="dfMc-"] .agendaMaM.agendaticker .wrapper .agenda .itemStyles.rdsnItem .item .contentItem .col .date span.iMam-date[data-dia*="20210323"]:before {
	content: "mar";
	visibility:visible;
}
div[class*="dfMc-"] .agendaMaM.agendaticker .wrapper .agenda .itemStyles.rdsnItem .item .contentItem .col .date span.iMam-date[data-dia*="20210324"]:before {
	content: "mié";
	visibility:visible;
}
div[class*="dfMc-"] .agendaMaM.agendaticker .wrapper .agenda .itemStyles.rdsnItem .item .contentItem .col .date span.iMam-date[data-dia*="20210325"]:before {
	content: "jue";
	visibility:visible;
}
div[class*="dfMc-"] .agendaMaM.agendaticker .wrapper .agenda .itemStyles.rdsnItem .item .contentItem .col .date span.iMam-date[data-dia*="20210326"]:before {
	content: "vie";
	visibility:visible;
}
div[class*="dfMc-"] .agendaMaM.agendaticker .wrapper .agenda .itemStyles.rdsnItem .item .contentItem .col .date span.iMam-date[data-dia*="20210327"]:before {
	content: "sáb";
	visibility:visible;
}
div[class*="dfMc-"] .agendaMaM.agendaticker .wrapper .agenda .itemStyles.rdsnItem .item .contentItem .col .date span.iMam-date[data-dia*="20210328"]:before {
	content: "dom";
	visibility:visible;
}
div[class*="dfMc-"] .agendaMaM.agendaticker .wrapper .agenda .itemStyles.rdsnItem .item .contentItem .col .date span.iMam-date[data-dia*="20210329"]:before {
	content: "lun";
	visibility:visible;
}

div[class*="dfMc-"] .agendaMaM.agendaticker .wrapper .agenda .itemStyles.rdsnItem .item .contentItem .col .date span.iMam-date[data-dia*="20210330"]:before {
	content: "mar";
	visibility:visible;
}
div[class*="dfMc-"] .agendaMaM.agendaticker .wrapper .agenda .itemStyles.rdsnItem .item .contentItem .col .date span.iMam-date[data-dia*="20210331"]:before {
	content: "mié";
	visibility:visible;
}
div[class*="dfMc-"] .agendaMaM.agendaticker .wrapper .agenda .itemStyles.rdsnItem .item .contentItem .col .date span.iMam-date[data-dia*="20210401"]:before {
	content: "jue";
	visibility:visible;
}
div[class*="dfMc-"] .agendaMaM.agendaticker .wrapper .agenda .itemStyles.rdsnItem .item .contentItem .col .date span.iMam-date[data-dia*="20210402"]:before {
	content: "vie";
	visibility:visible;
}
div[class*="dfMc-"] .agendaMaM.agendaticker .wrapper .agenda .itemStyles.rdsnItem .item .contentItem .col .date span.iMam-date[data-dia*="20210403"]:before {
	content: "sáb";
	visibility:visible;
}
div[class*="dfMc-"] .agendaMaM.agendaticker .wrapper .agenda .itemStyles.rdsnItem .item .contentItem .col .date span.iMam-date[data-dia*="20210404"]:before {
	content: "dom";
	visibility:visible;
}
div[class*="dfMc-"] .agendaMaM.agendaticker .wrapper .agenda .itemStyles.rdsnItem .item .contentItem .col .date span.iMam-date[data-dia*="20210405"]:before {
	content: "lun";
	visibility:visible;
}

div[class*="dfMc-"] .agendaMaM.agendaticker .wrapper .agenda .itemStyles.rdsnItem .item .contentItem .col .date span.iMam-date[data-dia*="20210406"]:before {
	content: "mar";
	visibility:visible;
}
div[class*="dfMc-"] .agendaMaM.agendaticker .wrapper .agenda .itemStyles.rdsnItem .item .contentItem .col .date span.iMam-date[data-dia*="20210407"]:before {
	content: "mié";
	visibility:visible;
}
div[class*="dfMc-"] .agendaMaM.agendaticker .wrapper .agenda .itemStyles.rdsnItem .item .contentItem .col .date span.iMam-date[data-dia*="20210408"]:before {
	content: "jue";
	visibility:visible;
}
div[class*="dfMc-"] .agendaMaM.agendaticker .wrapper .agenda .itemStyles.rdsnItem .item .contentItem .col .date span.iMam-date[data-dia*="20210409"]:before {
	content: "vie";
	visibility:visible;
}
div[class*="dfMc-"] .agendaMaM.agendaticker .wrapper .agenda .itemStyles.rdsnItem .item .contentItem .col .date span.iMam-date[data-dia*="20210410"]:before {
	content: "sáb";
	visibility:visible;
}
div[class*="dfMc-"] .agendaMaM.agendaticker .wrapper .agenda .itemStyles.rdsnItem .item .contentItem .col .date span.iMam-date[data-dia*="20210411"]:before {
	content: "dom";
	visibility:visible;
}
div[class*="dfMc-"] .agendaMaM.agendaticker .wrapper .agenda .itemStyles.rdsnItem .item .contentItem .col .date span.iMam-date[data-dia*="20210412"]:before {
	content: "lun";
	visibility:visible;
}

div[class*="dfMc-"] .agendaMaM.agendaticker .wrapper .agenda .itemStyles.rdsnItem .item .contentItem .col .date span.iMam-date[data-dia*="20210413"]:before {
	content: "mar";
	visibility:visible;
}
div[class*="dfMc-"] .agendaMaM.agendaticker .wrapper .agenda .itemStyles.rdsnItem .item .contentItem .col .date span.iMam-date[data-dia*="20210414"]:before {
	content: "mié";
	visibility:visible;
}
div[class*="dfMc-"] .agendaMaM.agendaticker .wrapper .agenda .itemStyles.rdsnItem .item .contentItem .col .date span.iMam-date[data-dia*="20210415"]:before {
	content: "jue";
	visibility:visible;
}
div[class*="dfMc-"] .agendaMaM.agendaticker .wrapper .agenda .itemStyles.rdsnItem .item .contentItem .col .date span.iMam-date[data-dia*="20210409"]:before {
	content: "vie";
	visibility:visible;
}
div[class*="dfMc-"] .agendaMaM.agendaticker .wrapper .agenda .itemStyles.rdsnItem .item .contentItem .col .date span.iMam-date[data-dia*="20210410"]:before {
	content: "sáb";
	visibility:visible;
}
div[class*="dfMc-"] .agendaMaM.agendaticker .wrapper .agenda .itemStyles.rdsnItem .item .contentItem .col .date span.iMam-date[data-dia*="20210411"]:before {
	content: "dom";
	visibility:visible;
}
div[class*="dfMc-"] .agendaMaM.agendaticker .wrapper .agenda .itemStyles.rdsnItem .item .contentItem .col .date span.iMam-date[data-dia*="20210412"]:before {
	content: "lun";
	visibility:visible;
}

div[class*="dfMc-"] .agendaMaM.agendaticker .wrapper .agenda .itemStyles.rdsnItem .item .contentItem .col .date span.iMam-date[data-dia*="20210413"]:before {
	content: "mar";
	visibility:visible;
}
div[class*="dfMc-"] .agendaMaM.agendaticker .wrapper .agenda .itemStyles.rdsnItem .item .contentItem .col .date span.iMam-date[data-dia*="20210414"]:before {
	content: "mié";
	visibility:visible;
}
div[class*="dfMc-"] .agendaMaM.agendaticker .wrapper .agenda .itemStyles.rdsnItem .item .contentItem .col .date span.iMam-date[data-dia*="20210415"]:before {
	content: "jue";
	visibility:visible;
}
div[class*="dfMc-"] .agendaMaM.agendaticker .wrapper .agenda .itemStyles.rdsnItem .item .contentItem .col .date span.iMam-date[data-dia*="20210409"]:before {
	content: "vie";
	visibility:visible;
}
div[class*="dfMc-"] .agendaMaM.agendaticker .wrapper .agenda .itemStyles.rdsnItem .item .contentItem .col .date span.iMam-date[data-dia*="20210410"]:before {
	content: "sáb";
	visibility:visible;
}
div[class*="dfMc-"] .agendaMaM.agendaticker .wrapper .agenda .itemStyles.rdsnItem .item .contentItem .col .date span.iMam-date[data-dia*="20210411"]:before {
	content: "dom";
	visibility:visible;
}
div[class*="dfMc-"] .agendaMaM.agendaticker .wrapper .agenda .itemStyles.rdsnItem .item .contentItem .col .date span.iMam-date[data-dia*="20210412"]:before {
	content: "lun";
	visibility:visible;
}

div[class*="dfMc-"] .agendaMaM.agendaticker .wrapper .agenda .itemStyles.rdsnItem .item .contentItem .col .date span.iMam-date[data-dia*="20210413"]:before {
	content: "mar";
	visibility:visible;
}
div[class*="dfMc-"] .agendaMaM.agendaticker .wrapper .agenda .itemStyles.rdsnItem .item .contentItem .col .date span.iMam-date[data-dia*="20210414"]:before {
	content: "mié";
	visibility:visible;
}
div[class*="dfMc-"] .agendaMaM.agendaticker .wrapper .agenda .itemStyles.rdsnItem .item .contentItem .col .date span.iMam-date[data-dia*="20210415"]:before {
	content: "jue";
	visibility:visible;
}
div[class*="dfMc-"] .agendaMaM.agendaticker .wrapper .agenda .itemStyles.rdsnItem .item .contentItem .col .date span.iMam-date[data-dia*="20210409"]:before {
	content: "vie";
	visibility:visible;
}
div[class*="dfMc-"] .agendaMaM.agendaticker .wrapper .agenda .itemStyles.rdsnItem .item .contentItem .col .date span.iMam-date[data-dia*="20210410"]:before {
	content: "sáb";
	visibility:visible;
}
div[class*="dfMc-"] .agendaMaM.agendaticker .wrapper .agenda .itemStyles.rdsnItem .item .contentItem .col .date span.iMam-date[data-dia*="20210411"]:before {
	content: "dom";
	visibility:visible;
}
div[class*="dfMc-"] .agendaMaM.agendaticker .wrapper .agenda .itemStyles.rdsnItem .item .contentItem .col .date span.iMam-date[data-dia*="20210412"]:before {
	content: "lun";
	visibility:visible;
}

div[class*="dfMc-"] .agendaMaM.agendaticker .wrapper .agenda .itemStyles.rdsnItem .item .contentItem .col .date span.iMam-date[data-dia*="20210413"]:before {
	content: "mar";
	visibility:visible;
}
div[class*="dfMc-"] .agendaMaM.agendaticker .wrapper .agenda .itemStyles.rdsnItem .item .contentItem .col .date span.iMam-date[data-dia*="20210414"]:before {
	content: "mié";
	visibility:visible;
}
div[class*="dfMc-"] .agendaMaM.agendaticker .wrapper .agenda .itemStyles.rdsnItem .item .contentItem .col .date span.iMam-date[data-dia*="20210415"]:before {
	content: "jue";
	visibility:visible;
}
div[class*="dfMc-"] .agendaMaM.agendaticker .wrapper .agenda .itemStyles.rdsnItem .item .contentItem .col .date span.iMam-date[data-dia*="20210409"]:before {
	content: "vie";
	visibility:visible;
}
div[class*="dfMc-"] .agendaMaM.agendaticker .wrapper .agenda .itemStyles.rdsnItem .item .contentItem .col .date span.iMam-date[data-dia*="20210410"]:before {
	content: "sáb";
	visibility:visible;
}
div[class*="dfMc-"] .agendaMaM.agendaticker .wrapper .agenda .itemStyles.rdsnItem .item .contentItem .col .date span.iMam-date[data-dia*="20210411"]:before {
	content: "dom";
	visibility:visible;
}
div[class*="dfMc-"] .agendaMaM.agendaticker .wrapper .agenda .itemStyles.rdsnItem .item .contentItem .col .date span.iMam-date[data-dia*="20210412"]:before {
	content: "lun";
	visibility:visible;
}

div[class*="dfMc-"] .agendaMaM.agendaticker .wrapper .agenda .itemStyles.rdsnItem .item .contentItem .col .date span.iMam-date[data-dia*="20210413"]:before {
	content: "mar";
	visibility:visible;
}
div[class*="dfMc-"] .agendaMaM.agendaticker .wrapper .agenda .itemStyles.rdsnItem .item .contentItem .col .date span.iMam-date[data-dia*="20210414"]:before {
	content: "mié";
	visibility:visible;
}
div[class*="dfMc-"] .agendaMaM.agendaticker .wrapper .agenda .itemStyles.rdsnItem .item .contentItem .col .date span.iMam-date[data-dia*="20210415"]:before {
	content: "jue";
	visibility:visible;
}
div[class*="dfMc-"] .agendaMaM.agendaticker .wrapper .agenda .itemStyles.rdsnItem .item .contentItem .col .date span.iMam-date[data-dia*="20210409"]:before {
	content: "vie";
	visibility:visible;
}
div[class*="dfMc-"] .agendaMaM.agendaticker .wrapper .agenda .itemStyles.rdsnItem .item .contentItem .col .date span.iMam-date[data-dia*="20210410"]:before {
	content: "sáb";
	visibility:visible;
}
div[class*="dfMc-"] .agendaMaM.agendaticker .wrapper .agenda .itemStyles.rdsnItem .item .contentItem .col .date span.iMam-date[data-dia*="20210411"]:before {
	content: "dom";
	visibility:visible;
}
div[class*="dfMc-"] .agendaMaM.agendaticker .wrapper .agenda .itemStyles.rdsnItem .item .contentItem .col .date span.iMam-date[data-dia*="20210412"]:before {
	content: "lun";
	visibility:visible;
}

div[class*="dfMc-"] .agendaMaM.agendaticker .wrapper .agenda .itemStyles.rdsnItem .item .contentItem .col .date span.iMam-date[data-dia*="20210413"]:before {
	content: "mar";
	visibility:visible;
}
div[class*="dfMc-"] .agendaMaM.agendaticker .wrapper .agenda .itemStyles.rdsnItem .item .contentItem .col .date span.iMam-date[data-dia*="20210414"]:before {
	content: "mié";
	visibility:visible;
}
div[class*="dfMc-"] .agendaMaM.agendaticker .wrapper .agenda .itemStyles.rdsnItem .item .contentItem .col .date span.iMam-date[data-dia*="20210415"]:before {
	content: "jue";
	visibility:visible;
}
div[class*="dfMc-"] .agendaMaM.agendaticker .wrapper .agenda .itemStyles.rdsnItem .item .contentItem .col .date span.iMam-date[data-dia*="20210416"]:before {
	content: "vie";
	visibility:visible;
}
div[class*="dfMc-"] .agendaMaM.agendaticker .wrapper .agenda .itemStyles.rdsnItem .item .contentItem .col .date span.iMam-date[data-dia*="20210417"]:before {
	content: "sáb";
	visibility:visible;
}
div[class*="dfMc-"] .agendaMaM.agendaticker .wrapper .agenda .itemStyles.rdsnItem .item .contentItem .col .date span.iMam-date[data-dia*="20210418"]:before {
	content: "dom";
	visibility:visible;
}
div[class*="dfMc-"] .agendaMaM.agendaticker .wrapper .agenda .itemStyles.rdsnItem .item .contentItem .col .date span.iMam-date[data-dia*="20210419"]:before {
	content: "lun";
	visibility:visible;
}

div[class*="dfMc-"] .agendaMaM.agendaticker .wrapper .agenda .itemStyles.rdsnItem .item .contentItem .col .date span.iMam-date[data-dia*="20210420"]:before {
	content: "mar";
	visibility:visible;
}
div[class*="dfMc-"] .agendaMaM.agendaticker .wrapper .agenda .itemStyles.rdsnItem .item .contentItem .col .date span.iMam-date[data-dia*="20210421"]:before {
	content: "mié";
	visibility:visible;
}
div[class*="dfMc-"] .agendaMaM.agendaticker .wrapper .agenda .itemStyles.rdsnItem .item .contentItem .col .date span.iMam-date[data-dia*="20210422"]:before {
	content: "jue";
	visibility:visible;
}
div[class*="dfMc-"] .agendaMaM.agendaticker .wrapper .agenda .itemStyles.rdsnItem .item .contentItem .col .date span.iMam-date[data-dia*="20210423"]:before {
	content: "vie";
	visibility:visible;
}
div[class*="dfMc-"] .agendaMaM.agendaticker .wrapper .agenda .itemStyles.rdsnItem .item .contentItem .col .date span.iMam-date[data-dia*="20210424"]:before {
	content: "sáb";
	visibility:visible;
}
div[class*="dfMc-"] .agendaMaM.agendaticker .wrapper .agenda .itemStyles.rdsnItem .item .contentItem .col .date span.iMam-date[data-dia*="20210425"]:before {
	content: "dom";
	visibility:visible;
}
div[class*="dfMc-"] .agendaMaM.agendaticker .wrapper .agenda .itemStyles.rdsnItem .item .contentItem .col .date span.iMam-date[data-dia*="20210426"]:before {
	content: "lun";
	visibility:visible;
}

div[class*="dfMc-"] .agendaMaM.agendaticker .wrapper .agenda .itemStyles.rdsnItem .item .contentItem .col .date span.iMam-date[data-dia*="20210427"]:before {
	content: "mar";
	visibility:visible;
}
div[class*="dfMc-"] .agendaMaM.agendaticker .wrapper .agenda .itemStyles.rdsnItem .item .contentItem .col .date span.iMam-date[data-dia*="20210428"]:before {
	content: "mié";
	visibility:visible;
}
div[class*="dfMc-"] .agendaMaM.agendaticker .wrapper .agenda .itemStyles.rdsnItem .item .contentItem .col .date span.iMam-date[data-dia*="20210429"]:before {
	content: "jue";
	visibility:visible;
}
div[class*="dfMc-"] .agendaMaM.agendaticker .wrapper .agenda .itemStyles.rdsnItem .item .contentItem .col .date span.iMam-date[data-dia*="20210430"]:before {
	content: "vie";
	visibility:visible;
}
div[class*="dfMc-"] .agendaMaM.agendaticker .wrapper .agenda .itemStyles.rdsnItem .item .contentItem .col .date span.iMam-date[data-dia*="20210501"]:before {
	content: "sáb";
	visibility:visible;
}
div[class*="dfMc-"] .agendaMaM.agendaticker .wrapper .agenda .itemStyles.rdsnItem .item .contentItem .col .date span.iMam-date[data-dia*="20210502"]:before {
	content: "dom";
	visibility:visible;
}
div[class*="dfMc-"] .agendaMaM.agendaticker .wrapper .agenda .itemStyles.rdsnItem .item .contentItem .col .date span.iMam-date[data-dia*="20210503"]:before {
	content: "lun";
	visibility:visible;
}

div[class*="dfMc-"] .agendaMaM.agendaticker .wrapper .agenda .itemStyles.rdsnItem .item .contentItem .col .date span.iMam-date[data-dia*="20210504"]:before {
	content: "mar";
	visibility:visible;
}
div[class*="dfMc-"] .agendaMaM.agendaticker .wrapper .agenda .itemStyles.rdsnItem .item .contentItem .col .date span.iMam-date[data-dia*="20210505"]:before {
	content: "mié";
	visibility:visible;
}
div[class*="dfMc-"] .agendaMaM.agendaticker .wrapper .agenda .itemStyles.rdsnItem .item .contentItem .col .date span.iMam-date[data-dia*="20210506"]:before {
	content: "jue";
	visibility:visible;
}
div[class*="dfMc-"] .agendaMaM.agendaticker .wrapper .agenda .itemStyles.rdsnItem .item .contentItem .col .date span.iMam-date[data-dia*="20210507"]:before {
	content: "vie";
	visibility:visible;
}
div[class*="dfMc-"] .agendaMaM.agendaticker .wrapper .agenda .itemStyles.rdsnItem .item .contentItem .col .date span.iMam-date[data-dia*="20210508"]:before {
	content: "sáb";
	visibility:visible;
}
div[class*="dfMc-"] .agendaMaM.agendaticker .wrapper .agenda .itemStyles.rdsnItem .item .contentItem .col .date span.iMam-date[data-dia*="20210509"]:before {
	content: "dom";
	visibility:visible;
}
div[class*="dfMc-"] .agendaMaM.agendaticker .wrapper .agenda .itemStyles.rdsnItem .item .contentItem .col .date span.iMam-date[data-dia*="20210510"]:before {
	content: "lun";
	visibility:visible;
}

div[class*="dfMc-"] .agendaMaM.agendaticker .wrapper .agenda .itemStyles.rdsnItem .item .contentItem .col .date span.iMam-date[data-dia*="20210511"]:before {
	content: "mar";
	visibility:visible;
}
div[class*="dfMc-"] .agendaMaM.agendaticker .wrapper .agenda .itemStyles.rdsnItem .item .contentItem .col .date span.iMam-date[data-dia*="20210512"]:before {
	content: "mié";
	visibility:visible;
}
div[class*="dfMc-"] .agendaMaM.agendaticker .wrapper .agenda .itemStyles.rdsnItem .item .contentItem .col .date span.iMam-date[data-dia*="20210513"]:before {
	content: "jue";
	visibility:visible;
}
div[class*="dfMc-"] .agendaMaM.agendaticker .wrapper .agenda .itemStyles.rdsnItem .item .contentItem .col .date span.iMam-date[data-dia*="20210514"]:before {
	content: "vie";
	visibility:visible;
}
div[class*="dfMc-"] .agendaMaM.agendaticker .wrapper .agenda .itemStyles.rdsnItem .item .contentItem .col .date span.iMam-date[data-dia*="20210515"]:before {
	content: "sáb";
	visibility:visible;
}
div[class*="dfMc-"] .agendaMaM.agendaticker .wrapper .agenda .itemStyles.rdsnItem .item .contentItem .col .date span.iMam-date[data-dia*="20210516"]:before {
	content: "dom";
	visibility:visible;
}
div[class*="dfMc-"] .agendaMaM.agendaticker .wrapper .agenda .itemStyles.rdsnItem .item .contentItem .col .date span.iMam-date[data-dia*="20210517"]:before {
	content: "lun";
	visibility:visible;
}

div[class*="dfMc-"] .agendaMaM.agendaticker .wrapper .agenda .itemStyles.rdsnItem .item .contentItem .col .date span.iMam-date[data-dia*="20210518"]:before {
	content: "mar";
	visibility:visible;
}
div[class*="dfMc-"] .agendaMaM.agendaticker .wrapper .agenda .itemStyles.rdsnItem .item .contentItem .col .date span.iMam-date[data-dia*="20210519"]:before {
	content: "mié";
	visibility:visible;
}
div[class*="dfMc-"] .agendaMaM.agendaticker .wrapper .agenda .itemStyles.rdsnItem .item .contentItem .col .date span.iMam-date[data-dia*="20210520"]:before {
	content: "jue";
	visibility:visible;
}
div[class*="dfMc-"] .agendaMaM.agendaticker .wrapper .agenda .itemStyles.rdsnItem .item .contentItem .col .date span.iMam-date[data-dia*="20210521"]:before {
	content: "vie";
	visibility:visible;
}
div[class*="dfMc-"] .agendaMaM.agendaticker .wrapper .agenda .itemStyles.rdsnItem .item .contentItem .col .date span.iMam-date[data-dia*="20210522"]:before {
	content: "sáb";
	visibility:visible;
}
div[class*="dfMc-"] .agendaMaM.agendaticker .wrapper .agenda .itemStyles.rdsnItem .item .contentItem .col .date span.iMam-date[data-dia*="20210523"]:before {
	content: "dom";
	visibility:visible;
}
div[class*="dfMc-"] .agendaMaM.agendaticker .wrapper .agenda .itemStyles.rdsnItem .item .contentItem .col .date span.iMam-date[data-dia*="20210524"]:before {
	content: "lun";
	visibility:visible;
}

div[class*="dfMc-"] .agendaMaM.agendaticker .wrapper .agenda .itemStyles.rdsnItem .item .contentItem .col .date span.iMam-date[data-dia*="20210525"]:before {
	content: "mar";
	visibility:visible;
}
div[class*="dfMc-"] .agendaMaM.agendaticker .wrapper .agenda .itemStyles.rdsnItem .item .contentItem .col .date span.iMam-date[data-dia*="20210526"]:before {
	content: "mié";
	visibility:visible;
}
div[class*="dfMc-"] .agendaMaM.agendaticker .wrapper .agenda .itemStyles.rdsnItem .item .contentItem .col .date span.iMam-date[data-dia*="20210527"]:before {
	content: "jue";
	visibility:visible;
}
div[class*="dfMc-"] .agendaMaM.agendaticker .wrapper .agenda .itemStyles.rdsnItem .item .contentItem .col .date span.iMam-date[data-dia*="20210528"]:before {
	content: "vie";
	visibility:visible;
}
div[class*="dfMc-"] .agendaMaM.agendaticker .wrapper .agenda .itemStyles.rdsnItem .item .contentItem .col .date span.iMam-date[data-dia*="20210529"]:before {
	content: "sáb";
	visibility:visible;
}
div[class*="dfMc-"] .agendaMaM.agendaticker .wrapper .agenda .itemStyles.rdsnItem .item .contentItem .col .date span.iMam-date[data-dia*="20210530"]:before {
	content: "dom";
	visibility:visible;
}
div[class*="dfMc-"] .agendaMaM.agendaticker .wrapper .agenda .itemStyles.rdsnItem .item .contentItem .col .date span.iMam-date[data-dia*="20210531"]:before {
	content: "lun";
	visibility:visible;
}

div[class*="dfMc-"] .agendaMaM.agendaticker .wrapper .agenda .itemStyles.rdsnItem .item .contentItem .col .date span.iMam-date[data-dia*="20210601"]:before {
	content: "mar";
	visibility:visible;
}
div[class*="dfMc-"] .agendaMaM.agendaticker .wrapper .agenda .itemStyles.rdsnItem .item .contentItem .col .date span.iMam-date[data-dia*="20210602"]:before {
	content: "mié";
	visibility:visible;
}
div[class*="dfMc-"] .agendaMaM.agendaticker .wrapper .agenda .itemStyles.rdsnItem .item .contentItem .col .date span.iMam-date[data-dia*="20210603"]:before {
	content: "jue";
	visibility:visible;
}
div[class*="dfMc-"] .agendaMaM.agendaticker .wrapper .agenda .itemStyles.rdsnItem .item .contentItem .col .date span.iMam-date[data-dia*="20210604"]:before {
	content: "vie";
	visibility:visible;
}
div[class*="dfMc-"] .agendaMaM.agendaticker .wrapper .agenda .itemStyles.rdsnItem .item .contentItem .col .date span.iMam-date[data-dia*="20210605"]:before {
	content: "sáb";
	visibility:visible;
}
div[class*="dfMc-"] .agendaMaM.agendaticker .wrapper .agenda .itemStyles.rdsnItem .item .contentItem .col .date span.iMam-date[data-dia*="20210606"]:before {
	content: "dom";
	visibility:visible;
}
div[class*="dfMc-"] .agendaMaM.agendaticker .wrapper .agenda .itemStyles.rdsnItem .item .contentItem .col .date span.iMam-date[data-dia*="20210607"]:before {
	content: "lun";
	visibility:visible;
}

div[class*="dfMc-"] .agendaMaM.agendaticker .wrapper .agenda .itemStyles.rdsnItem .item .contentItem .col .date span.iMam-date[data-dia*="20210608"]:before {
	content: "mar";
	visibility:visible;
}
div[class*="dfMc-"] .agendaMaM.agendaticker .wrapper .agenda .itemStyles.rdsnItem .item .contentItem .col .date span.iMam-date[data-dia*="20210609"]:before {
	content: "mié";
	visibility:visible;
}
div[class*="dfMc-"] .agendaMaM.agendaticker .wrapper .agenda .itemStyles.rdsnItem .item .contentItem .col .date span.iMam-date[data-dia*="20210610"]:before {
	content: "jue";
	visibility:visible;
}
div[class*="dfMc-"] .agendaMaM.agendaticker .wrapper .agenda .itemStyles.rdsnItem .item .contentItem .col .date span.iMam-date[data-dia*="20210611"]:before {
	content: "vie";
	visibility:visible;
}
div[class*="dfMc-"] .agendaMaM.agendaticker .wrapper .agenda .itemStyles.rdsnItem .item .contentItem .col .date span.iMam-date[data-dia*="20210612"]:before {
	content: "sáb";
	visibility:visible;
}
div[class*="dfMc-"] .agendaMaM.agendaticker .wrapper .agenda .itemStyles.rdsnItem .item .contentItem .col .date span.iMam-date[data-dia*="20210613"]:before {
	content: "dom";
	visibility:visible;
}
div[class*="dfMc-"] .agendaMaM.agendaticker .wrapper .agenda .itemStyles.rdsnItem .item .contentItem .col .date span.iMam-date[data-dia*="20210614"]:before {
	content: "lun";
	visibility:visible;
}

div[class*="dfMc-"] .agendaMaM.agendaticker .wrapper .agenda .itemStyles.rdsnItem .item .contentItem .col .date span.iMam-date[data-dia*="20210615"]:before {
	content: "mar";
	visibility:visible;
}
div[class*="dfMc-"] .agendaMaM.agendaticker .wrapper .agenda .itemStyles.rdsnItem .item .contentItem .col .date span.iMam-date[data-dia*="20210616"]:before {
	content: "mié";
	visibility:visible;
}
div[class*="dfMc-"] .agendaMaM.agendaticker .wrapper .agenda .itemStyles.rdsnItem .item .contentItem .col .date span.iMam-date[data-dia*="20210617"]:before {
	content: "jue";
	visibility:visible;
}
div[class*="dfMc-"] .agendaMaM.agendaticker .wrapper .agenda .itemStyles.rdsnItem .item .contentItem .col .date span.iMam-date[data-dia*="20210618"]:before {
	content: "vie";
	visibility:visible;
}
div[class*="dfMc-"] .agendaMaM.agendaticker .wrapper .agenda .itemStyles.rdsnItem .item .contentItem .col .date span.iMam-date[data-dia*="20210619"]:before {
	content: "sáb";
	visibility:visible;
}
div[class*="dfMc-"] .agendaMaM.agendaticker .wrapper .agenda .itemStyles.rdsnItem .item .contentItem .col .date span.iMam-date[data-dia*="20210620"]:before {
	content: "dom";
	visibility:visible;
}
div[class*="dfMc-"] .agendaMaM.agendaticker .wrapper .agenda .itemStyles.rdsnItem .item .contentItem .col .date span.iMam-date[data-dia*="20210621"]:before {
	content: "lun";
	visibility:visible;
}

div[class*="dfMc-"] .agendaMaM.agendaticker .wrapper .agenda .itemStyles.rdsnItem .item .contentItem .col .date span.iMam-date[data-dia*="20210622"]:before {
	content: "mar";
	visibility:visible;
}
div[class*="dfMc-"] .agendaMaM.agendaticker .wrapper .agenda .itemStyles.rdsnItem .item .contentItem .col .date span.iMam-date[data-dia*="20210623"]:before {
	content: "mié";
	visibility:visible;
}
div[class*="dfMc-"] .agendaMaM.agendaticker .wrapper .agenda .itemStyles.rdsnItem .item .contentItem .col .date span.iMam-date[data-dia*="20210624"]:before {
	content: "jue";
	visibility:visible;
}
div[class*="dfMc-"] .agendaMaM.agendaticker .wrapper .agenda .itemStyles.rdsnItem .item .contentItem .col .date span.iMam-date[data-dia*="20210625"]:before {
	content: "vie";
	visibility:visible;
}
div[class*="dfMc-"] .agendaMaM.agendaticker .wrapper .agenda .itemStyles.rdsnItem .item .contentItem .col .date span.iMam-date[data-dia*="20210626"]:before {
	content: "sáb";
	visibility:visible;
}
div[class*="dfMc-"] .agendaMaM.agendaticker .wrapper .agenda .itemStyles.rdsnItem .item .contentItem .col .date span.iMam-date[data-dia*="20210627"]:before {
	content: "dom";
	visibility:visible;
}
div[class*="dfMc-"] .agendaMaM.agendaticker .wrapper .agenda .itemStyles.rdsnItem .item .contentItem .col .date span.iMam-date[data-dia*="20210628"]:before {
	content: "lun";
	visibility:visible;
}

div[class*="dfMc-"] .agendaMaM.agendaticker .wrapper .agenda .itemStyles.rdsnItem .item .contentItem .col .date span.iMam-date[data-dia*="20210629"]:before {
	content: "mar";
	visibility:visible;
}
div[class*="dfMc-"] .agendaMaM.agendaticker .wrapper .agenda .itemStyles.rdsnItem .item .contentItem .col .date span.iMam-date[data-dia*="20210630"]:before {
	content: "mié";
	visibility:visible;
}
div[class*="dfMc-"] .agendaMaM.agendaticker .wrapper .agenda .itemStyles.rdsnItem .item .contentItem .col .date span.iMam-date[data-dia*="20210701"]:before {
	content: "jue";
	visibility:visible;
}
div[class*="dfMc-"] .agendaMaM.agendaticker .wrapper .agenda .itemStyles.rdsnItem .item .contentItem .col .date span.iMam-date[data-dia*="20210702"]:before {
	content: "vie";
	visibility:visible;
}
div[class*="dfMc-"] .agendaMaM.agendaticker .wrapper .agenda .itemStyles.rdsnItem .item .contentItem .col .date span.iMam-date[data-dia*="20210703"]:before {
	content: "sáb";
	visibility:visible;
}
div[class*="dfMc-"] .agendaMaM.agendaticker .wrapper .agenda .itemStyles.rdsnItem .item .contentItem .col .date span.iMam-date[data-dia*="20210704"]:before {
	content: "dom";
	visibility:visible;
}
div[class*="dfMc-"] .agendaMaM.agendaticker .wrapper .agenda .itemStyles.rdsnItem .item .contentItem .col .date span.iMam-date[data-dia*="20210705"]:before {
	content: "lun";
	visibility:visible;
}

div[class*="dfMc-"] .agendaMaM.agendaticker .wrapper .agenda .itemStyles.rdsnItem .item .contentItem .col .date span.iMam-date[data-dia*="20210706"]:before {
	content: "mar";
	visibility:visible;
}
div[class*="dfMc-"] .agendaMaM.agendaticker .wrapper .agenda .itemStyles.rdsnItem .item .contentItem .col .date span.iMam-date[data-dia*="20210707"]:before {
	content: "mié";
	visibility:visible;
}
div[class*="dfMc-"] .agendaMaM.agendaticker .wrapper .agenda .itemStyles.rdsnItem .item .contentItem .col .date span.iMam-date[data-dia*="20210708"]:before {
	content: "jue";
	visibility:visible;
}
div[class*="dfMc-"] .agendaMaM.agendaticker .wrapper .agenda .itemStyles.rdsnItem .item .contentItem .col .date span.iMam-date[data-dia*="20210709"]:before {
	content: "vie";
	visibility:visible;
}
div[class*="dfMc-"] .agendaMaM.agendaticker .wrapper .agenda .itemStyles.rdsnItem .item .contentItem .col .date span.iMam-date[data-dia*="20210710"]:before {
	content: "sáb";
	visibility:visible;
}
div[class*="dfMc-"] .agendaMaM.agendaticker .wrapper .agenda .itemStyles.rdsnItem .item .contentItem .col .date span.iMam-date[data-dia*="20210711"]:before {
	content: "dom";
	visibility:visible;
}
div[class*="dfMc-"] .agendaMaM.agendaticker .wrapper .agenda .itemStyles.rdsnItem .item .contentItem .col .date span.iMam-date[data-dia*="20210712"]:before {
	content: "lun";
	visibility:visible;
}

div[class*="dfMc-"] .agendaMaM.agendaticker .wrapper .agenda .itemStyles.rdsnItem .item .contentItem .col .date span.iMam-date[data-dia*="20210713"]:before {
	content: "mar";
	visibility:visible;
}
div[class*="dfMc-"] .agendaMaM.agendaticker .wrapper .agenda .itemStyles.rdsnItem .item .contentItem .col .date span.iMam-date[data-dia*="20210714"]:before {
	content: "mié";
	visibility:visible;
}
div[class*="dfMc-"] .agendaMaM.agendaticker .wrapper .agenda .itemStyles.rdsnItem .item .contentItem .col .date span.iMam-date[data-dia*="20210715"]:before {
	content: "jue";
	visibility:visible;
}
div[class*="dfMc-"] .agendaMaM.agendaticker .wrapper .agenda .itemStyles.rdsnItem .item .contentItem .col .date span.iMam-date[data-dia*="20210716"]:before {
	content: "vie";
	visibility:visible;
}
div[class*="dfMc-"] .agendaMaM.agendaticker .wrapper .agenda .itemStyles.rdsnItem .item .contentItem .col .date span.iMam-date[data-dia*="20210717"]:before {
	content: "sáb";
	visibility:visible;
}
div[class*="dfMc-"] .agendaMaM.agendaticker .wrapper .agenda .itemStyles.rdsnItem .item .contentItem .col .date span.iMam-date[data-dia*="20210718"]:before {
	content: "dom";
	visibility:visible;
}
div[class*="dfMc-"] .agendaMaM.agendaticker .wrapper .agenda .itemStyles.rdsnItem .item .contentItem .col .date span.iMam-date[data-dia*="20210719"]:before {
	content: "lun";
	visibility:visible;
}

div[class*="dfMc-"] .agendaMaM.agendaticker .wrapper .agenda .itemStyles.rdsnItem .item .contentItem .col .date span.iMam-date[data-dia*="20210720"]:before {
	content: "mar";
	visibility:visible;
}
div[class*="dfMc-"] .agendaMaM.agendaticker .wrapper .agenda .itemStyles.rdsnItem .item .contentItem .col .date span.iMam-date[data-dia*="20210721"]:before {
	content: "mié";
	visibility:visible;
}
div[class*="dfMc-"] .agendaMaM.agendaticker .wrapper .agenda .itemStyles.rdsnItem .item .contentItem .col .date span.iMam-date[data-dia*="20210722"]:before {
	content: "jue";
	visibility:visible;
}
div[class*="dfMc-"] .agendaMaM.agendaticker .wrapper .agenda .itemStyles.rdsnItem .item .contentItem .col .date span.iMam-date[data-dia*="20210723"]:before {
	content: "vie";
	visibility:visible;
}
div[class*="dfMc-"] .agendaMaM.agendaticker .wrapper .agenda .itemStyles.rdsnItem .item .contentItem .col .date span.iMam-date[data-dia*="20210724"]:before {
	content: "sáb";
	visibility:visible;
}
div[class*="dfMc-"] .agendaMaM.agendaticker .wrapper .agenda .itemStyles.rdsnItem .item .contentItem .col .date span.iMam-date[data-dia*="20210725"]:before {
	content: "dom";
	visibility:visible;
}
div[class*="dfMc-"] .agendaMaM.agendaticker .wrapper .agenda .itemStyles.rdsnItem .item .contentItem .col .date span.iMam-date[data-dia*="20210726"]:before {
	content: "lun";
	visibility:visible;
}

div[class*="dfMc-"] .agendaMaM.agendaticker .wrapper .agenda .itemStyles.rdsnItem .item .contentItem .col .date span.iMam-date[data-dia*="20210727"]:before {
	content: "mar";
	visibility:visible;
}
div[class*="dfMc-"] .agendaMaM.agendaticker .wrapper .agenda .itemStyles.rdsnItem .item .contentItem .col .date span.iMam-date[data-dia*="20210728"]:before {
	content: "mié";
	visibility:visible;
}
div[class*="dfMc-"] .agendaMaM.agendaticker .wrapper .agenda .itemStyles.rdsnItem .item .contentItem .col .date span.iMam-date[data-dia*="20210729"]:before {
	content: "jue";
	visibility:visible;
}
div[class*="dfMc-"] .agendaMaM.agendaticker .wrapper .agenda .itemStyles.rdsnItem .item .contentItem .col .date span.iMam-date[data-dia*="20210730"]:before {
	content: "vie";
	visibility:visible;
}
div[class*="dfMc-"] .agendaMaM.agendaticker .wrapper .agenda .itemStyles.rdsnItem .item .contentItem .col .date span.iMam-date[data-dia*="20210731"]:before {
	content: "sáb";
	visibility:visible;
}
div[class*="dfMc-"] .agendaMaM.agendaticker .wrapper .agenda .itemStyles.rdsnItem .item .contentItem .col .date span.iMam-date[data-dia*="20210801"]:before {
	content: "dom";
	visibility:visible;
}
div[class*="dfMc-"] .agendaMaM.agendaticker .wrapper .agenda .itemStyles.rdsnItem .item .contentItem .col .date span.iMam-date[data-dia*="20210802"]:before {
	content: "lun";
	visibility:visible;
}

div[class*="dfMc-"] .agendaMaM.agendaticker .wrapper .agenda .itemStyles.rdsnItem .item .contentItem .col .date span.iMam-date[data-dia*="20210803"]:before {
	content: "mar";
	visibility:visible;
}
div[class*="dfMc-"] .agendaMaM.agendaticker .wrapper .agenda .itemStyles.rdsnItem .item .contentItem .col .date span.iMam-date[data-dia*="20210804"]:before {
	content: "mié";
	visibility:visible;
}
div[class*="dfMc-"] .agendaMaM.agendaticker .wrapper .agenda .itemStyles.rdsnItem .item .contentItem .col .date span.iMam-date[data-dia*="20210805"]:before {
	content: "jue";
	visibility:visible;
}div[class*="dfMc-"] .agendaMaM.agendaticker .wrapper .agenda .itemStyles.rdsnItem .item .contentItem .col .date span.iMam-date[data-dia*="20210806"]:before {
	content: "vie";
	visibility:visible;
}
div[class*="dfMc-"] .agendaMaM.agendaticker .wrapper .agenda .itemStyles.rdsnItem .item .contentItem .col .date span.iMam-date[data-dia*="20210807"]:before {
	content: "sáb";
	visibility:visible;
}
div[class*="dfMc-"] .agendaMaM.agendaticker .wrapper .agenda .itemStyles.rdsnItem .item .contentItem .col .date span.iMam-date[data-dia*="20210808"]:before {
	content: "dom";
	visibility:visible;
}
div[class*="dfMc-"] .agendaMaM.agendaticker .wrapper .agenda .itemStyles.rdsnItem .item .contentItem .col .date span.iMam-date[data-dia*="20210809"]:before {
	content: "lun";
	visibility:visible;
}

div[class*="dfMc-"] .agendaMaM.agendaticker .wrapper .agenda .itemStyles.rdsnItem .item .contentItem .col .date span.iMam-date[data-dia*="20210810"]:before {
	content: "mar";
	visibility:visible;
}
div[class*="dfMc-"] .agendaMaM.agendaticker .wrapper .agenda .itemStyles.rdsnItem .item .contentItem .col .date span.iMam-date[data-dia*="20210811"]:before {
	content: "mié";
	visibility:visible;
}
div[class*="dfMc-"] .agendaMaM.agendaticker .wrapper .agenda .itemStyles.rdsnItem .item .contentItem .col .date span.iMam-date[data-dia*="20210812"]:before {
	content: "jue";
	visibility:visible;
}div[class*="dfMc-"] .agendaMaM.agendaticker .wrapper .agenda .itemStyles.rdsnItem .item .contentItem .col .date span.iMam-date[data-dia*="20210813"]:before {
	content: "vie";
	visibility:visible;
}
div[class*="dfMc-"] .agendaMaM.agendaticker .wrapper .agenda .itemStyles.rdsnItem .item .contentItem .col .date span.iMam-date[data-dia*="20210814"]:before {
	content: "sáb";
	visibility:visible;
}
div[class*="dfMc-"] .agendaMaM.agendaticker .wrapper .agenda .itemStyles.rdsnItem .item .contentItem .col .date span.iMam-date[data-dia*="20210815"]:before {
	content: "dom";
	visibility:visible;
}
div[class*="dfMc-"] .agendaMaM.agendaticker .wrapper .agenda .itemStyles.rdsnItem .item .contentItem .col .date span.iMam-date[data-dia*="20210816"]:before {
	content: "lun";
	visibility:visible;
}

div[class*="dfMc-"] .agendaMaM.agendaticker .wrapper .agenda .itemStyles.rdsnItem .item .contentItem .col .date span.iMam-date[data-dia*="20210817"]:before {
	content: "mar";
	visibility:visible;
}
div[class*="dfMc-"] .agendaMaM.agendaticker .wrapper .agenda .itemStyles.rdsnItem .item .contentItem .col .date span.iMam-date[data-dia*="20210818"]:before {
	content: "mié";
	visibility:visible;
}
div[class*="dfMc-"] .agendaMaM.agendaticker .wrapper .agenda .itemStyles.rdsnItem .item .contentItem .col .date span.iMam-date[data-dia*="20210819"]:before {
	content: "jue";
	visibility:visible;
}div[class*="dfMc-"] .agendaMaM.agendaticker .wrapper .agenda .itemStyles.rdsnItem .item .contentItem .col .date span.iMam-date[data-dia*="20210820"]:before {
	content: "vie";
	visibility:visible;
}
div[class*="dfMc-"] .agendaMaM.agendaticker .wrapper .agenda .itemStyles.rdsnItem .item .contentItem .col .date span.iMam-date[data-dia*="20210821"]:before {
	content: "sáb";
	visibility:visible;
}
div[class*="dfMc-"] .agendaMaM.agendaticker .wrapper .agenda .itemStyles.rdsnItem .item .contentItem .col .date span.iMam-date[data-dia*="20210822"]:before {
	content: "dom";
	visibility:visible;
}
div[class*="dfMc-"] .agendaMaM.agendaticker .wrapper .agenda .itemStyles.rdsnItem .item .contentItem .col .date span.iMam-date[data-dia*="20210823"]:before {
	content: "lun";
	visibility:visible;
}

div[class*="dfMc-"] .agendaMaM.agendaticker .wrapper .agenda .itemStyles.rdsnItem .item .contentItem .col .date span.iMam-date[data-dia*="20210824"]:before {
	content: "mar";
	visibility:visible;
}
div[class*="dfMc-"] .agendaMaM.agendaticker .wrapper .agenda .itemStyles.rdsnItem .item .contentItem .col .date span.iMam-date[data-dia*="20210825"]:before {
	content: "mié";
	visibility:visible;
}
div[class*="dfMc-"] .agendaMaM.agendaticker .wrapper .agenda .itemStyles.rdsnItem .item .contentItem .col .date span.iMam-date[data-dia*="20210826"]:before {
	content: "jue";
	visibility:visible;
}div[class*="dfMc-"] .agendaMaM.agendaticker .wrapper .agenda .itemStyles.rdsnItem .item .contentItem .col .date span.iMam-date[data-dia*="20210827"]:before {
	content: "vie";
	visibility:visible;
}
div[class*="dfMc-"] .agendaMaM.agendaticker .wrapper .agenda .itemStyles.rdsnItem .item .contentItem .col .date span.iMam-date[data-dia*="20210828"]:before {
	content: "sáb";
	visibility:visible;
}
div[class*="dfMc-"] .agendaMaM.agendaticker .wrapper .agenda .itemStyles.rdsnItem .item .contentItem .col .date span.iMam-date[data-dia*="20210829"]:before {
	content: "dom";
	visibility:visible;
}
div[class*="dfMc-"] .agendaMaM.agendaticker .wrapper .agenda .itemStyles.rdsnItem .item .contentItem .col .date span.iMam-date[data-dia*="20210830"]:before {
	content: "lun";
	visibility:visible;
}

div[class*="dfMc-"] .agendaMaM.agendaticker .wrapper .agenda .itemStyles.rdsnItem .item .contentItem .col .date span.iMam-date[data-dia*="20210831"]:before {
	content: "mar";
	visibility:visible;
}
div[class*="dfMc-"] .agendaMaM.agendaticker .wrapper .agenda .itemStyles.rdsnItem .item .contentItem .col .date span.iMam-date[data-dia*="20210901"]:before {
	content: "mié";
	visibility:visible;
}
div[class*="dfMc-"] .agendaMaM.agendaticker .wrapper .agenda .itemStyles.rdsnItem .item .contentItem .col .date span.iMam-date[data-dia*="20210902"]:before {
	content: "jue";
	visibility:visible;
}
div[class*="dfMc-"] .agendaMaM.agendaticker .wrapper .agenda .itemStyles.rdsnItem .item .contentItem .col .date span.iMam-date[data-dia*="20210903"]:before {
	content: "vie";
	visibility:visible;
}
div[class*="dfMc-"] .agendaMaM.agendaticker .wrapper .agenda .itemStyles.rdsnItem .item .contentItem .col .date span.iMam-date[data-dia*="20210904"]:before {
	content: "sáb";
	visibility:visible;
}
div[class*="dfMc-"] .agendaMaM.agendaticker .wrapper .agenda .itemStyles.rdsnItem .item .contentItem .col .date span.iMam-date[data-dia*="20210905"]:before {
	content: "dom";
	visibility:visible;
}
div[class*="dfMc-"] .agendaMaM.agendaticker .wrapper .agenda .itemStyles.rdsnItem .item .contentItem .col .date span.iMam-date[data-dia*="20210906"]:before {
	content: "lun";
	visibility:visible;
}

div[class*="dfMc-"] .agendaMaM.agendaticker .wrapper .agenda .itemStyles.rdsnItem .item .contentItem .col .date span.iMam-date[data-dia*="20210907"]:before {
	content: "mar";
	visibility:visible;
}
div[class*="dfMc-"] .agendaMaM.agendaticker .wrapper .agenda .itemStyles.rdsnItem .item .contentItem .col .date span.iMam-date[data-dia*="20210908"]:before {
	content: "mié";
	visibility:visible;
}
div[class*="dfMc-"] .agendaMaM.agendaticker .wrapper .agenda .itemStyles.rdsnItem .item .contentItem .col .date span.iMam-date[data-dia*="20210909"]:before {
	content: "jue";
	visibility:visible;
}div[class*="dfMc-"] .agendaMaM.agendaticker .wrapper .agenda .itemStyles.rdsnItem .item .contentItem .col .date span.iMam-date[data-dia*="20210910"]:before {
	content: "vie";
	visibility:visible;
}
div[class*="dfMc-"] .agendaMaM.agendaticker .wrapper .agenda .itemStyles.rdsnItem .item .contentItem .col .date span.iMam-date[data-dia*="20210911"]:before {
	content: "sáb";
	visibility:visible;
}
div[class*="dfMc-"] .agendaMaM.agendaticker .wrapper .agenda .itemStyles.rdsnItem .item .contentItem .col .date span.iMam-date[data-dia*="20210912"]:before {
	content: "dom";
	visibility:visible;
}
div[class*="dfMc-"] .agendaMaM.agendaticker .wrapper .agenda .itemStyles.rdsnItem .item .contentItem .col .date span.iMam-date[data-dia*="20210913"]:before {
	content: "lun";
	visibility:visible;
}

div[class*="dfMc-"] .agendaMaM.agendaticker .wrapper .agenda .itemStyles.rdsnItem .item .contentItem .col .date span.iMam-date[data-dia*="20210914"]:before {
	content: "mar";
	visibility:visible;
}
div[class*="dfMc-"] .agendaMaM.agendaticker .wrapper .agenda .itemStyles.rdsnItem .item .contentItem .col .date span.iMam-date[data-dia*="20210915"]:before {
	content: "mié";
	visibility:visible;
}
div[class*="dfMc-"] .agendaMaM.agendaticker .wrapper .agenda .itemStyles.rdsnItem .item .contentItem .col .date span.iMam-date[data-dia*="20210916"]:before {
	content: "jue";
	visibility:visible;
}div[class*="dfMc-"] .agendaMaM.agendaticker .wrapper .agenda .itemStyles.rdsnItem .item .contentItem .col .date span.iMam-date[data-dia*="20210917"]:before {
	content: "vie";
	visibility:visible;
}
div[class*="dfMc-"] .agendaMaM.agendaticker .wrapper .agenda .itemStyles.rdsnItem .item .contentItem .col .date span.iMam-date[data-dia*="20210918"]:before {
	content: "sáb";
	visibility:visible;
}
div[class*="dfMc-"] .agendaMaM.agendaticker .wrapper .agenda .itemStyles.rdsnItem .item .contentItem .col .date span.iMam-date[data-dia*="20210919"]:before {
	content: "dom";
	visibility:visible;
}
div[class*="dfMc-"] .agendaMaM.agendaticker .wrapper .agenda .itemStyles.rdsnItem .item .contentItem .col .date span.iMam-date[data-dia*="20210920"]:before {
	content: "lun";
	visibility:visible;
}

div[class*="dfMc-"] .agendaMaM.agendaticker .wrapper .agenda .itemStyles.rdsnItem .item .contentItem .col .date span.iMam-date[data-dia*="20210921"]:before {
	content: "mar";
	visibility:visible;
}
div[class*="dfMc-"] .agendaMaM.agendaticker .wrapper .agenda .itemStyles.rdsnItem .item .contentItem .col .date span.iMam-date[data-dia*="20210922"]:before {
	content: "mié";
	visibility:visible;
}
div[class*="dfMc-"] .agendaMaM.agendaticker .wrapper .agenda .itemStyles.rdsnItem .item .contentItem .col .date span.iMam-date[data-dia*="20210923"]:before {
	content: "jue";
	visibility:visible;
}div[class*="dfMc-"] .agendaMaM.agendaticker .wrapper .agenda .itemStyles.rdsnItem .item .contentItem .col .date span.iMam-date[data-dia*="20210924"]:before {
	content: "vie";
	visibility:visible;
}
div[class*="dfMc-"] .agendaMaM.agendaticker .wrapper .agenda .itemStyles.rdsnItem .item .contentItem .col .date span.iMam-date[data-dia*="20210925"]:before {
	content: "sáb";
	visibility:visible;
}
div[class*="dfMc-"] .agendaMaM.agendaticker .wrapper .agenda .itemStyles.rdsnItem .item .contentItem .col .date span.iMam-date[data-dia*="20210926"]:before {
	content: "dom";
	visibility:visible;
}
div[class*="dfMc-"] .agendaMaM.agendaticker .wrapper .agenda .itemStyles.rdsnItem .item .contentItem .col .date span.iMam-date[data-dia*="20210927"]:before {
	content: "lun";
	visibility:visible;
}

div[class*="dfMc-"] .agendaMaM.agendaticker .wrapper .agenda .itemStyles.rdsnItem .item .contentItem .col .date span.iMam-date[data-dia*="20210928"]:before {
	content: "mar";
	visibility:visible;
}
div[class*="dfMc-"] .agendaMaM.agendaticker .wrapper .agenda .itemStyles.rdsnItem .item .contentItem .col .date span.iMam-date[data-dia*="20210929"]:before {
	content: "mié";
	visibility:visible;
}
div[class*="dfMc-"] .agendaMaM.agendaticker .wrapper .agenda .itemStyles.rdsnItem .item .contentItem .col .date span.iMam-date[data-dia*="20210930"]:before {
	content: "jue";
	visibility:visible;
}div[class*="dfMc-"] .agendaMaM.agendaticker .wrapper .agenda .itemStyles.rdsnItem .item .contentItem .col .date span.iMam-date[data-dia*="20211001"]:before {
	content: "vie";
	visibility:visible;
}
div[class*="dfMc-"] .agendaMaM.agendaticker .wrapper .agenda .itemStyles.rdsnItem .item .contentItem .col .date span.iMam-date[data-dia*="20211002"]:before {
	content: "sáb";
	visibility:visible;
}
div[class*="dfMc-"] .agendaMaM.agendaticker .wrapper .agenda .itemStyles.rdsnItem .item .contentItem .col .date span.iMam-date[data-dia*="20211003"]:before {
	content: "dom";
	visibility:visible;
}
div[class*="dfMc-"] .agendaMaM.agendaticker .wrapper .agenda .itemStyles.rdsnItem .item .contentItem .col .date span.iMam-date[data-dia*="20211004"]:before {
	content: "lun";
	visibility:visible;
}

div[class*="dfMc-"] .agendaMaM.agendaticker .wrapper .agenda .itemStyles.rdsnItem .item .contentItem .col .date span.iMam-date[data-dia*="20211005"]:before {
	content: "mar";
	visibility:visible;
}
div[class*="dfMc-"] .agendaMaM.agendaticker .wrapper .agenda .itemStyles.rdsnItem .item .contentItem .col .date span.iMam-date[data-dia*="20211006"]:before {
	content: "mié";
	visibility:visible;
}
div[class*="dfMc-"] .agendaMaM.agendaticker .wrapper .agenda .itemStyles.rdsnItem .item .contentItem .col .date span.iMam-date[data-dia*="20211007"]:before {
	content: "jue";
	visibility:visible;
}div[class*="dfMc-"] .agendaMaM.agendaticker .wrapper .agenda .itemStyles.rdsnItem .item .contentItem .col .date span.iMam-date[data-dia*="20211008"]:before {
	content: "vie";
	visibility:visible;
}
div[class*="dfMc-"] .agendaMaM.agendaticker .wrapper .agenda .itemStyles.rdsnItem .item .contentItem .col .date span.iMam-date[data-dia*="20211009"]:before {
	content: "sáb";
	visibility:visible;
}
div[class*="dfMc-"] .agendaMaM.agendaticker .wrapper .agenda .itemStyles.rdsnItem .item .contentItem .col .date span.iMam-date[data-dia*="20211010"]:before {
	content: "dom";
	visibility:visible;
}
div[class*="dfMc-"] .agendaMaM.agendaticker .wrapper .agenda .itemStyles.rdsnItem .item .contentItem .col .date span.iMam-date[data-dia*="20211011"]:before {
	content: "lun";
	visibility:visible;
}

div[class*="dfMc-"] .agendaMaM.agendaticker .wrapper .agenda .itemStyles.rdsnItem .item .contentItem .col .date span.iMam-date[data-dia*="20211012"]:before {
	content: "mar";
	visibility:visible;
}
div[class*="dfMc-"] .agendaMaM.agendaticker .wrapper .agenda .itemStyles.rdsnItem .item .contentItem .col .date span.iMam-date[data-dia*="20211013"]:before {
	content: "mié";
	visibility:visible;
}
div[class*="dfMc-"] .agendaMaM.agendaticker .wrapper .agenda .itemStyles.rdsnItem .item .contentItem .col .date span.iMam-date[data-dia*="20211014"]:before {
	content: "jue";
	visibility:visible;
}div[class*="dfMc-"] .agendaMaM.agendaticker .wrapper .agenda .itemStyles.rdsnItem .item .contentItem .col .date span.iMam-date[data-dia*="20211015"]:before {
	content: "vie";
	visibility:visible;
}
div[class*="dfMc-"] .agendaMaM.agendaticker .wrapper .agenda .itemStyles.rdsnItem .item .contentItem .col .date span.iMam-date[data-dia*="20211016"]:before {
	content: "sáb";
	visibility:visible;
}
div[class*="dfMc-"] .agendaMaM.agendaticker .wrapper .agenda .itemStyles.rdsnItem .item .contentItem .col .date span.iMam-date[data-dia*="20211017"]:before {
	content: "dom";
	visibility:visible;
}
div[class*="dfMc-"] .agendaMaM.agendaticker .wrapper .agenda .itemStyles.rdsnItem .item .contentItem .col .date span.iMam-date[data-dia*="20211018"]:before {
	content: "lun";
	visibility:visible;
}

div[class*="dfMc-"] .agendaMaM.agendaticker .wrapper .agenda .itemStyles.rdsnItem .item .contentItem .col .date span.iMam-date[data-dia*="20211019"]:before {
	content: "mar";
	visibility:visible;
}
div[class*="dfMc-"] .agendaMaM.agendaticker .wrapper .agenda .itemStyles.rdsnItem .item .contentItem .col .date span.iMam-date[data-dia*="20211020"]:before {
	content: "mié";
	visibility:visible;
}
div[class*="dfMc-"] .agendaMaM.agendaticker .wrapper .agenda .itemStyles.rdsnItem .item .contentItem .col .date span.iMam-date[data-dia*="20211021"]:before {
	content: "jue";
	visibility:visible;
}div[class*="dfMc-"] .agendaMaM.agendaticker .wrapper .agenda .itemStyles.rdsnItem .item .contentItem .col .date span.iMam-date[data-dia*="20211022"]:before {
	content: "vie";
	visibility:visible;
}
div[class*="dfMc-"] .agendaMaM.agendaticker .wrapper .agenda .itemStyles.rdsnItem .item .contentItem .col .date span.iMam-date[data-dia*="20211023"]:before {
	content: "sáb";
	visibility:visible;
}
div[class*="dfMc-"] .agendaMaM.agendaticker .wrapper .agenda .itemStyles.rdsnItem .item .contentItem .col .date span.iMam-date[data-dia*="20211024"]:before {
	content: "dom";
	visibility:visible;
}
div[class*="dfMc-"] .agendaMaM.agendaticker .wrapper .agenda .itemStyles.rdsnItem .item .contentItem .col .date span.iMam-date[data-dia*="20211025"]:before {
	content: "lun";
	visibility:visible;
}

div[class*="dfMc-"] .agendaMaM.agendaticker .wrapper .agenda .itemStyles.rdsnItem .item .contentItem .col .date span.iMam-date[data-dia*="20211026"]:before {
	content: "mar";
	visibility:visible;
}
div[class*="dfMc-"] .agendaMaM.agendaticker .wrapper .agenda .itemStyles.rdsnItem .item .contentItem .col .date span.iMam-date[data-dia*="20211027"]:before {
	content: "mié";
	visibility:visible;
}
div[class*="dfMc-"] .agendaMaM.agendaticker .wrapper .agenda .itemStyles.rdsnItem .item .contentItem .col .date span.iMam-date[data-dia*="20211028"]:before {
	content: "jue";
	visibility:visible;
}div[class*="dfMc-"] .agendaMaM.agendaticker .wrapper .agenda .itemStyles.rdsnItem .item .contentItem .col .date span.iMam-date[data-dia*="20211029"]:before {
	content: "vie";
	visibility:visible;
}
div[class*="dfMc-"] .agendaMaM.agendaticker .wrapper .agenda .itemStyles.rdsnItem .item .contentItem .col .date span.iMam-date[data-dia*="20211030"]:before {
	content: "sáb";
	visibility:visible;
}
div[class*="dfMc-"] .agendaMaM.agendaticker .wrapper .agenda .itemStyles.rdsnItem .item .contentItem .col .date span.iMam-date[data-dia*="20211031"]:before {
	content: "dom";
	visibility:visible;
}
div[class*="dfMc-"] .agendaMaM.agendaticker .wrapper .agenda .itemStyles.rdsnItem .item .contentItem .col .date span.iMam-date[data-dia*="20211101"]:before {
	content: "lun";
	visibility:visible;
}

div[class*="dfMc-"] .agendaMaM.agendaticker .wrapper .agenda .itemStyles.rdsnItem .item .contentItem .col .date span.iMam-date[data-dia*="20211102"]:before {
	content: "mar";
	visibility:visible;
}
div[class*="dfMc-"] .agendaMaM.agendaticker .wrapper .agenda .itemStyles.rdsnItem .item .contentItem .col .date span.iMam-date[data-dia*="20211103"]:before {
	content: "mié";
	visibility:visible;
}
div[class*="dfMc-"] .agendaMaM.agendaticker .wrapper .agenda .itemStyles.rdsnItem .item .contentItem .col .date span.iMam-date[data-dia*="20211104"]:before {
	content: "jue";
	visibility:visible;
}div[class*="dfMc-"] .agendaMaM.agendaticker .wrapper .agenda .itemStyles.rdsnItem .item .contentItem .col .date span.iMam-date[data-dia*="20211105"]:before {
	content: "vie";
	visibility:visible;
}
div[class*="dfMc-"] .agendaMaM.agendaticker .wrapper .agenda .itemStyles.rdsnItem .item .contentItem .col .date span.iMam-date[data-dia*="20211106"]:before {
	content: "sáb";
	visibility:visible;
}
div[class*="dfMc-"] .agendaMaM.agendaticker .wrapper .agenda .itemStyles.rdsnItem .item .contentItem .col .date span.iMam-date[data-dia*="20211107"]:before {
	content: "dom";
	visibility:visible;
}
div[class*="dfMc-"] .agendaMaM.agendaticker .wrapper .agenda .itemStyles.rdsnItem .item .contentItem .col .date span.iMam-date[data-dia*="20211108"]:before {
	content: "lun";
	visibility:visible;
}

div[class*="dfMc-"] .agendaMaM.agendaticker .wrapper .agenda .itemStyles.rdsnItem .item .contentItem .col .date span.iMam-date[data-dia*="20211109"]:before {
	content: "mar";
	visibility:visible;
}
div[class*="dfMc-"] .agendaMaM.agendaticker .wrapper .agenda .itemStyles.rdsnItem .item .contentItem .col .date span.iMam-date[data-dia*="20211110"]:before {
	content: "mié";
	visibility:visible;
}
div[class*="dfMc-"] .agendaMaM.agendaticker .wrapper .agenda .itemStyles.rdsnItem .item .contentItem .col .date span.iMam-date[data-dia*="20211111"]:before {
	content: "jue";
	visibility:visible;
}div[class*="dfMc-"] .agendaMaM.agendaticker .wrapper .agenda .itemStyles.rdsnItem .item .contentItem .col .date span.iMam-date[data-dia*="20211112"]:before {
	content: "vie";
	visibility:visible;
}
div[class*="dfMc-"] .agendaMaM.agendaticker .wrapper .agenda .itemStyles.rdsnItem .item .contentItem .col .date span.iMam-date[data-dia*="20211113"]:before {
	content: "sáb";
	visibility:visible;
}
div[class*="dfMc-"] .agendaMaM.agendaticker .wrapper .agenda .itemStyles.rdsnItem .item .contentItem .col .date span.iMam-date[data-dia*="20211114"]:before {
	content: "dom";
	visibility:visible;
}
div[class*="dfMc-"] .agendaMaM.agendaticker .wrapper .agenda .itemStyles.rdsnItem .item .contentItem .col .date span.iMam-date[data-dia*="20211115"]:before {
	content: "lun";
	visibility:visible;
}

div[class*="dfMc-"] .agendaMaM.agendaticker .wrapper .agenda .itemStyles.rdsnItem .item .contentItem .col .date span.iMam-date[data-dia*="20211116"]:before {
	content: "mar";
	visibility:visible;
}
div[class*="dfMc-"] .agendaMaM.agendaticker .wrapper .agenda .itemStyles.rdsnItem .item .contentItem .col .date span.iMam-date[data-dia*="20211117"]:before {
	content: "mié";
	visibility:visible;
}
div[class*="dfMc-"] .agendaMaM.agendaticker .wrapper .agenda .itemStyles.rdsnItem .item .contentItem .col .date span.iMam-date[data-dia*="20211118"]:before {
	content: "jue";
	visibility:visible;
}div[class*="dfMc-"] .agendaMaM.agendaticker .wrapper .agenda .itemStyles.rdsnItem .item .contentItem .col .date span.iMam-date[data-dia*="20211119"]:before {
	content: "vie";
	visibility:visible;
}
div[class*="dfMc-"] .agendaMaM.agendaticker .wrapper .agenda .itemStyles.rdsnItem .item .contentItem .col .date span.iMam-date[data-dia*="20211120"]:before {
	content: "sáb";
	visibility:visible;
}
div[class*="dfMc-"] .agendaMaM.agendaticker .wrapper .agenda .itemStyles.rdsnItem .item .contentItem .col .date span.iMam-date[data-dia*="20211121"]:before {
	content: "dom";
	visibility:visible;
}
div[class*="dfMc-"] .agendaMaM.agendaticker .wrapper .agenda .itemStyles.rdsnItem .item .contentItem .col .date span.iMam-date[data-dia*="20211122"]:before {
	content: "lun";
	visibility:visible;
}

div[class*="dfMc-"] .agendaMaM.agendaticker .wrapper .agenda .itemStyles.rdsnItem .item .contentItem .col .date span.iMam-date[data-dia*="20211123"]:before {
	content: "mar";
	visibility:visible;
}
div[class*="dfMc-"] .agendaMaM.agendaticker .wrapper .agenda .itemStyles.rdsnItem .item .contentItem .col .date span.iMam-date[data-dia*="20211124"]:before {
	content: "mié";
	visibility:visible;
}
div[class*="dfMc-"] .agendaMaM.agendaticker .wrapper .agenda .itemStyles.rdsnItem .item .contentItem .col .date span.iMam-date[data-dia*="20211125"]:before {
	content: "jue";
	visibility:visible;
}div[class*="dfMc-"] .agendaMaM.agendaticker .wrapper .agenda .itemStyles.rdsnItem .item .contentItem .col .date span.iMam-date[data-dia*="20211126"]:before {
	content: "vie";
	visibility:visible;
}
div[class*="dfMc-"] .agendaMaM.agendaticker .wrapper .agenda .itemStyles.rdsnItem .item .contentItem .col .date span.iMam-date[data-dia*="20211127"]:before {
	content: "sáb";
	visibility:visible;
}
div[class*="dfMc-"] .agendaMaM.agendaticker .wrapper .agenda .itemStyles.rdsnItem .item .contentItem .col .date span.iMam-date[data-dia*="20211128"]:before {
	content: "dom";
	visibility:visible;
}
div[class*="dfMc-"] .agendaMaM.agendaticker .wrapper .agenda .itemStyles.rdsnItem .item .contentItem .col .date span.iMam-date[data-dia*="20211129"]:before {
	content: "lun";
	visibility:visible;
}

div[class*="dfMc-"] .agendaMaM.agendaticker .wrapper .agenda .itemStyles.rdsnItem .item .contentItem .col .date span.iMam-date[data-dia*="20211130"]:before {
	content: "mar";
	visibility:visible;
}
div[class*="dfMc-"] .agendaMaM.agendaticker .wrapper .agenda .itemStyles.rdsnItem .item .contentItem .col .date span.iMam-date[data-dia*="20211201"]:before {
	content: "mié";
	visibility:visible;
}
div[class*="dfMc-"] .agendaMaM.agendaticker .wrapper .agenda .itemStyles.rdsnItem .item .contentItem .col .date span.iMam-date[data-dia*="20211202"]:before {
	content: "jue";
	visibility:visible;
}div[class*="dfMc-"] .agendaMaM.agendaticker .wrapper .agenda .itemStyles.rdsnItem .item .contentItem .col .date span.iMam-date[data-dia*="20211203"]:before {
	content: "vie";
	visibility:visible;
}
div[class*="dfMc-"] .agendaMaM.agendaticker .wrapper .agenda .itemStyles.rdsnItem .item .contentItem .col .date span.iMam-date[data-dia*="20211204"]:before {
	content: "sáb";
	visibility:visible;
}
div[class*="dfMc-"] .agendaMaM.agendaticker .wrapper .agenda .itemStyles.rdsnItem .item .contentItem .col .date span.iMam-date[data-dia*="20211205"]:before {
	content: "dom";
	visibility:visible;
}
div[class*="dfMc-"] .agendaMaM.agendaticker .wrapper .agenda .itemStyles.rdsnItem .item .contentItem .col .date span.iMam-date[data-dia*="20211206"]:before {
	content: "lun";
	visibility:visible;
}

div[class*="dfMc-"] .agendaMaM.agendaticker .wrapper .agenda .itemStyles.rdsnItem .item .contentItem .col .date span.iMam-date[data-dia*="20211207"]:before {
	content: "mar";
	visibility:visible;
}
div[class*="dfMc-"] .agendaMaM.agendaticker .wrapper .agenda .itemStyles.rdsnItem .item .contentItem .col .date span.iMam-date[data-dia*="20211208"]:before {
	content: "mié";
	visibility:visible;
}
div[class*="dfMc-"] .agendaMaM.agendaticker .wrapper .agenda .itemStyles.rdsnItem .item .contentItem .col .date span.iMam-date[data-dia*="20211209"]:before {
	content: "jue";
	visibility:visible;
}div[class*="dfMc-"] .agendaMaM.agendaticker .wrapper .agenda .itemStyles.rdsnItem .item .contentItem .col .date span.iMam-date[data-dia*="20211210"]:before {
	content: "vie";
	visibility:visible;
}
div[class*="dfMc-"] .agendaMaM.agendaticker .wrapper .agenda .itemStyles.rdsnItem .item .contentItem .col .date span.iMam-date[data-dia*="20211211"]:before {
	content: "sáb";
	visibility:visible;
}
div[class*="dfMc-"] .agendaMaM.agendaticker .wrapper .agenda .itemStyles.rdsnItem .item .contentItem .col .date span.iMam-date[data-dia*="20211212"]:before {
	content: "dom";
	visibility:visible;
}
div[class*="dfMc-"] .agendaMaM.agendaticker .wrapper .agenda .itemStyles.rdsnItem .item .contentItem .col .date span.iMam-date[data-dia*="20211213"]:before {
	content: "lun";
	visibility:visible;
}

div[class*="dfMc-"] .agendaMaM.agendaticker .wrapper .agenda .itemStyles.rdsnItem .item .contentItem .col .date span.iMam-date[data-dia*="20211214"]:before {
	content: "mar";
	visibility:visible;
}
div[class*="dfMc-"] .agendaMaM.agendaticker .wrapper .agenda .itemStyles.rdsnItem .item .contentItem .col .date span.iMam-date[data-dia*="20211215"]:before {
	content: "mié";
	visibility:visible;
}
div[class*="dfMc-"] .agendaMaM.agendaticker .wrapper .agenda .itemStyles.rdsnItem .item .contentItem .col .date span.iMam-date[data-dia*="20211216"]:before {
	content: "jue";
	visibility:visible;
}div[class*="dfMc-"] .agendaMaM.agendaticker .wrapper .agenda .itemStyles.rdsnItem .item .contentItem .col .date span.iMam-date[data-dia*="20211217"]:before {
	content: "vie";
	visibility:visible;
}
div[class*="dfMc-"] .agendaMaM.agendaticker .wrapper .agenda .itemStyles.rdsnItem .item .contentItem .col .date span.iMam-date[data-dia*="20211218"]:before {
	content: "sáb";
	visibility:visible;
}
div[class*="dfMc-"] .agendaMaM.agendaticker .wrapper .agenda .itemStyles.rdsnItem .item .contentItem .col .date span.iMam-date[data-dia*="20211219"]:before {
	content: "dom";
	visibility:visible;
}
div[class*="dfMc-"] .agendaMaM.agendaticker .wrapper .agenda .itemStyles.rdsnItem .item .contentItem .col .date span.iMam-date[data-dia*="20211220"]:before {
	content: "lun";
	visibility:visible;
}

div[class*="dfMc-"] .agendaMaM.agendaticker .wrapper .agenda .itemStyles.rdsnItem .item .contentItem .col .date span.iMam-date[data-dia*="20211221"]:before {
	content: "mar";
	visibility:visible;
}
div[class*="dfMc-"] .agendaMaM.agendaticker .wrapper .agenda .itemStyles.rdsnItem .item .contentItem .col .date span.iMam-date[data-dia*="20211222"]:before {
	content: "mié";
	visibility:visible;
}
div[class*="dfMc-"] .agendaMaM.agendaticker .wrapper .agenda .itemStyles.rdsnItem .item .contentItem .col .date span.iMam-date[data-dia*="20211223"]:before {
	content: "jue";
	visibility:visible;
}div[class*="dfMc-"] .agendaMaM.agendaticker .wrapper .agenda .itemStyles.rdsnItem .item .contentItem .col .date span.iMam-date[data-dia*="20211224"]:before {
	content: "vie";
	visibility:visible;
}
div[class*="dfMc-"] .agendaMaM.agendaticker .wrapper .agenda .itemStyles.rdsnItem .item .contentItem .col .date span.iMam-date[data-dia*="20211225"]:before {
	content: "sáb";
	visibility:visible;
}
div[class*="dfMc-"] .agendaMaM.agendaticker .wrapper .agenda .itemStyles.rdsnItem .item .contentItem .col .date span.iMam-date[data-dia*="20211226"]:before {
	content: "dom";
	visibility:visible;
}
div[class*="dfMc-"] .agendaMaM.agendaticker .wrapper .agenda .itemStyles.rdsnItem .item .contentItem .col .date span.iMam-date[data-dia*="20211227"]:before {
	content: "lun";
	visibility:visible;
}

div[class*="dfMc-"] .agendaMaM.agendaticker .wrapper .agenda .itemStyles.rdsnItem .item .contentItem .col .date span.iMam-date[data-dia*="20211228"]:before {
	content: "mar";
	visibility:visible;
}
div[class*="dfMc-"] .agendaMaM.agendaticker .wrapper .agenda .itemStyles.rdsnItem .item .contentItem .col .date span.iMam-date[data-dia*="20211229"]:before {
	content: "mié";
	visibility:visible;
}
div[class*="dfMc-"] .agendaMaM.agendaticker .wrapper .agenda .itemStyles.rdsnItem .item .contentItem .col .date span.iMam-date[data-dia*="20211230"]:before {
	content: "jue";
	visibility:visible;
}div[class*="dfMc-"] .agendaMaM.agendaticker .wrapper .agenda .itemStyles.rdsnItem .item .contentItem .col .date span.iMam-date[data-dia*="20211231"]:before {
	content: "vie";
	visibility:visible;
}

div[class*="dfMc-"] .itemStyles.rdsnItem .item .contentItem .teams .first .number, div[class*="dfMc-"] .itemStyles.rdsnItem .item .contentItem .teams .second .number {
    color: #c00;
    background: #fff;
    font-weight: bold;
}
div[class*="dfMc-"] .agendaMaM.agendaticker .wrapper .agenda .itemStyles.rdsnItem .item .contentItem .col .date span.iMam-status {
	color: #999;
	font: 900 12px/16px 'Fira sans';
    font-weight: bold;
	text-align: center;
}
div[class*="dfMc-"] .agendaMaM.agendaticker .wrapper .agenda .itemStyles.rdsnItem .item .contentItem .col .date span.iMam-hour {
	font: 900 10px/16px 'Fira sans';
	text-align: left;
}
div[class*="dfMc-"] .agendaMaM.agendaticker .wrapper .agenda .itemStyles.rdsnItem .item .contentItem .teams .first .name, div[class*="dfMc-"] .agendaMaM.agendaticker .wrapper .agenda .itemStyles.rdsnItem .item .contentItem .teams .second .name {
    font: 700 12px/16px 'Fira sans';
    font-weight: bold;
}

/* Ajustes HTML Center */
div[class*="dfMc-"] .table tbody>tr td {
    font: 500 15px/29px 'Fira Sans', sans-serif;
    /*text-transform: uppercase;*/
    color: #474747;
}
div[class*="dfMc-"] .table thead>tr th {
    font: 700 15px/36px 'Fira Sans', sans-serif;
    text-transform: capitalize;
}
div[class*="dfMc-"] .fixture .fecha .subHeader {
    font: 700 15px/36px 'Fira Sans', sans-serif;
}
div[class*="dfMc-"] .table tbody>tr td .badge {
    font: 700 15px/25px 'Fira Sans', sans-serif;
    font-size: larger;
    background-color: transparent;
    color: #C7290D;
}
div[class*="dfMc-"] .table tbody>tr td.puntos.destacado .border .badge, div[class*="dfMc-"] .table tbody>tr td.goals .border .badge {
    color: #c7290d;
}
div[class*="dfMc-"] .planteles .table th {
    font: 700 15px/36px 'Fira Sans', sans-serif;
    text-transform: capitalize;
}
div[class*="dfMc-"] .planteles .table tbody>tr td.nombre, div[class*="dfMc-"] .planteles .table tbody>tr td.pais {
    line-height: normal;
    text-transform: capitalize;
}
div[class*="dfMc-"] .itemStyles .item .contentItem .title {
    background: #fff;
    color: #c00;
    width: 100%;
    font: 700 12px/16px 'Fira sans';
    text-transform: uppercase;
}
div[class*="dfMc-"] .agendaMaM.agendaticker .wrapper .agenda.owl-carousel.owl-theme .owl-controls .owl-buttons div {
    height: 83px;
}
/*div[class*="dfMc-"] .agendaMaM.agendaticker .wrapper .agenda .itemStyles.rdsnItem .item .contentItem .col .date span.iMam-status[content*="Fin"]:before {
     content: "nalizado";
}*/
div[class*="dfMc-"] .agendaMaM.agendaticker .wrapper .agenda .itemStyles.rdsnItem .item .contentItem .teams {
    width: 74%;
}
div[class*="dfMc-"] .agendaMaM.agendaticker .wrapper .agenda .itemStyles.rdsnItem .item .contentItem .col {
    width: 26%;
}
div[class*="dfMc-"] .navbar .first-level>li>a {
    color: #ffffff;
}
div[class*="dfMc-"] .navbar .first-level>li.active>a, div[class*="dfMc-"] .navbar .first-level>li.active>a:hover, div[class*="dfMc-"] .navbar .first-level>li.active>a:focus {
    color: #fbce19;
}
div[class*="dfMc-"] .table tbody>tr td.pos {
    color: #474747;
}
div[class*="dfMc-"] .agendaMaM.maxSize-767 .itemStyles .item .contentItem .title span:nth-child(2) {
    animation: none;
}
div[class*="dfMc-"] .agendaMaM.maxSize-767 .itemStyles .item .contentItem .title span {
    transform: translateX(0);
    display: inline;
    position: relative;
    width: auto;
}
div[class*="dfMc-"] .itemStyles .item .contentItem .title[title*="CONMEBOL-Eliminatorias"] span{
font: 700 10px/16px 'Fira sans';
}
div[class*="dfMc-"] .agendaMaM.maxSize-767 .itemStyles .item .contentItem .title[title*="CONMEBOL-Eliminatorias"] span{

    font: 700 8px/16px 'Fira sans';

}
div[class*="dfMc-"] .agendaMaM.maxSize-767 .itemStyles .item .contentItem .title span.mc-titleFirst{
    padding-right: 0px;
}
div[class*="dfMc-"] .agendaMaM.agendaticker .wrapper .agenda.owl-carousel.owl-theme .owl-controls .owl-buttons div.owl-next .icon-chevron-right {
    margin-top: 30px;
}
div[class*="dfMc-"] .agendaMaM.agendaticker .wrapper .agenda.owl-carousel.owl-theme .owl-controls .owl-buttons div.owl-prev .icon-chevron-left {
    margin-top: 30px;
}
div[class*="dfMc-"] .agendaMaM.agendaticker .list-competitions {
    top: 25px;
	width: 100px;
}
div[class*="dfMc-"] .agendaMaM.agendaticker+.footerCtn .logo {
    margin-top: 30px;
}
div[class*="dfMc-"] .agendaMaM.agendaticker .wrapper .agenda .itemStyles.rdsnItem .item .contentItem .col .date {
    padding: 5px 0px;
}
div[class*="dfMc-"] .agendaMaM.agendaticker+.footerCtn .logo {
    margin-top: 40px;
}
div[class*="dfMc-"] .agendaMaM.agendaticker+.footerCtn {
    /*height: 94px;
    margin-top: 0px;*/
    display: none;
}
/* Capitalizo Tipografía */
div[class*="dfMc-"] .table tbody>tr td.team {
    text-transform: capitalize;
}
div[class*="dfMc-"] .table tbody>tr td.nombre>div:last-child span:nth-child(2) {
    text-transform: capitalize;
}
div[class*="dfMc-"] .agendaMaM.agendaticker .wrapper .agenda .itemStyles.rdsnItem .item .contentItem .teams .first .number, div[class*="dfMc-"] .agendaMaM.agendaticker .wrapper .agenda .itemStyles.rdsnItem .item .contentItem .teams .second .number {	
    height: 20px;
    line-height: 21px;
    font-size: 12px;
    right: 0px;
    left: auto;
    top: 5px;
}
div[class*="dfMc-"] .agendaMaM.agendaticker .list-competitions .select-box select {
    width: 66%;
}
div[class*="dfMc-"] .agendaMaM.agendaticker .list-competitions .select-box {
    width: 100px;
}
div[class*="dfMc-"] .agendaMaM.agendaticker {
    width: calc(100% - 2px);
}
div[class*="dfMc-"] .agendaMaM.agendaticker .wrapper {
    margin-left: 138px;
}
/*media*/
@media (max-width: 571px) {
div[class*="dfMc-"] .agendaMaM.agendaticker.ws+.footerCtn {
    /*margin-top: 0px;
    height: 137px;*/
    display: none;
}
div[class*="dfMc-"] .agendaMaM.agendaticker.ws+.footerCtn .logo {
    margin-top: 80px;
}
div[class*="dfMc-"] .agendaMaM.agendaticker .wrapper {
    margin-left: 26px;
}
div[class*="dfMc-"] .agendaMaM.agendaticker .list-competitions {
    position: inherit;
}
}
div[class*="dfMc-"] .agendaMaM.agendaticker .wrapper {
    padding-top: 0px;
}
div[class*="dfMc-"] .agendaMaM.agendaticker .list-competitions .select-box {
    height: 23px;
}
div[class*="dfMc-"] .agendaMaM.agendaticker .list-competitions .select-box select {
    height: 23px;
}
div[class*="dfMc-"] .agenda-vertical .wrap .frame .itemStyles .item .contentItem .teams .number {
    background-color: #fff;
}
div[class*="dfMc-"] .itemStyles.rdsnItem .item .contentItem .object, div[class*="dfMc-"] .itemStyles.rdsnItem .item .contentItem .vs- {
    margin-top: 20px;
}
div[class*="dfMc-"] .itemStyles .item .contentItem .col .date span {
    text-align: left;
}