.timeline-event-bubble-body{
    color: Black;
    font: 12px Arial, Helvetica, sans-serif; 
}
.timeline-event-bubble-body .grupo{
    font-family: "Courier New", Courier, monospace;    
    padding-bottom: 5px;
}
.timeline-event-bubble-body .titulo{    
    padding-bottom: 5px;
}
.timeline-event-bubble-body .titulo a{
    font-weight: bold;
    font-size: 15px; 
    color: black;    
    text-decoration: underline;
}
.timeline-event-bubble-body .horaLugar{
    color: #666666;
}

.timeline-event-bubble-body .ciclo a{
    font-size: 11px;
}

#lineaTiempo{
    margin-bottom: 50px;
}

.timeline-event-label{
    padding-left: 5px;
}

div.simileAjax-bubble-container div{
    background-color: transparent;
    background-image: expression( document.all ? "none" : "" );
}