/*Evento destacado*/
.evt-destacado { background:url(../img/agenda/bg-evento-destacado.gif); width:346px; height:159px; float:left; padding:15px; margin-left:10px; margin-top:8px; display:inline;}
.evt-destacado img{ float:left; margin-right:10px;}
.evt-destacado span{ font-size:14px; font-weight:700; color:#FFFFFF;}
.evt-destacado h3{ font-size:20px; font-weight:700; color:#fbf69e; padding-right:5px;}
.evt-destacado p{ float:left; clear:left; color:#FFFFFF; margin-top:10px;}

/*Calendario*/
.calendar { background:url(../img/agenda/bg-calendario.gif); width:277px; height:198px; overflow:hidden; float:right; margin-right:10px; display:inline;}
.calendar .nombre { font-size:18px; font-weight:700; text-align:center; color:#FFFFFF; padding:29px 25px 0 15px;}
.calendar .nombre a.bck{ float:left; background:url(../img/agenda/btn-caledar-bck.gif); width:18px; height:12px; margin-top:5px}
.calendar .nombre a.fwd{ float:right; background:url(../img/agenda/btn-caledar-fdw.gif);width:18px; height:12px;margin-top:5px}
.calendar .month{ padding:10px 0 0 8px;}
.calendar .month .week .day{ color:#1483D4; font-weight:700; float:left; width:36px; height:20px; text-align:center;}
.calendar .month .week .day a{ color:#1483d4; font-size:14px; font-weight:700;}
.calendar .month .week .day a.on {color:#fbf69e;}
.calendar .month .week .day a.actual {color:#fbf69e; font-size:20px; line-height:17px;}

/*Otros eventos*/
.col-a h2 { margin:15px 0 10px 20px; clear:both; float:left; display:inline;}
.evento{ clear:both; background:url(../img/agenda/bg-evento-par.gif); width:648px; height:105px; margin:0 0 10px 22px;}
.evento.impar{ background:url(../img/agenda/bg-evento-impar.gif); height:100px;}
.evento img{ float:left; margin:15px 10px; display:inline;}
.evento p{ font-size:14px; font-weight:700; color:#00aefc; padding:32px 15px 0 0}
.evento.impar p { color:#FFFFFF;}
.pagin { color:#0fbaff; font-weight:700; text-align:center; width:200px; margin:10px auto}
.pagin a.bck{ background:url(../img/agenda/btn-pagin-bck.gif) no-repeat left; padding-left:25px; float:left; color:#0fbaff; font-weight:100}
.pagin a.fwd{ background:url(../img/agenda/btn-pagin-fwd.gif) no-repeat right; padding-right:25px; float:right; color:#0fbaff; font-weight:100}
