 #dias_calevent {overflow:hidden};
 #dias_calevent table { width:100%;}
 .calevent {
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 100%;
    line-height: 1.25em;
    margin-top: 1em;
    width:100%;
 }

 .calevent caption {
    background: none repeat scroll 0 0 #f6f6f6;
    
    padding: 0.3em;

 }

 .calevent caption a.left-arrow {
   text-indent: -9999px;
   display: block;
   float:left;
    border-color: transparent #000;
    border-style: solid;
    border-width: 0.9em 0.9em 0.9em 0;
    height: 0;
    width: 0;

 }
.calevent caption a.left-arrow:hover  {  border-right: 0.9em solid #ffffff;  }

.calevent caption a.right-arrow {
   text-indent: -9999px;
   display: block;
    float: right;
    border-color: transparent #000;
    border-style: solid;
    border-width: 0.9em 0 0.9em 0.9em;
      height: 0;
    width: 0;
 }
.calevent caption a.right-arrow:hover  {  border-left: 0.9em solid #000;  }
.calevent caption h3 {
   color: #000;
    font-size: 1.3em;
    text-align: center;
    margin: 2px 0 0 0;
 }

 .calevent th ,
 .calevent td {
   border: 1px solid #BABCBF !important;
   display: table-cell !important;
   margin: 0;
   padding: 0.4em;
   vertical-align: top;
   width: 14.2857%;
   
 }
 .calevent td { min-height:1.5em;}
 .calevent td.hoy { background-color: #FFFFCC; background: none repeat scroll 0 0 #EEEEEE;}
 

 .calevent td.mes_act:hover {
 background: none repeat scroll 0 0 #E9F0F8;
  cursor: pointer;
}

.calevent td.tiene_eventos { color: #10B4F1;}
.calevent td.tiene_eventos a {
    color: #ff0000;
    overflow: hidden;
}

 .calevent td ul  {
    display: block;
    list-style: none outside none;
    margin: 0;
    padding: 0;
 }
 
 .calevent td ul li {
	 display: block;
   height: 1.6em;
    margin: 0;
    padding: 0;
    position: relative;
	color: #5A5A5A;
	overflow:hidden;
	font-size: 11px;
	text-align:left;
    
 }
 .calevent .mes_ant ,
 .calevent .mes_sig {
    color: #BBBBBB;
	background-color:#EEEEEE;
}
