/* Start of CMSMS style sheet 'timeline' */


#doc3 {
   border: 0.05em solid #ccc; 
   width: 800px; /*hace caja de timeline ancha*/
   position: absolute;
   left: 0px;
 }



#wrap {   border: 0.05em dashed #ccc; 
   width: 700px; /*hace caja de timeline ancha*/
   position: absolute;
   left: 300px;
 } 

/*#wrap1 {display: block; background-color: red; }*/

/*caja de texto encima y que encierra timeline */
#hd, #ft {
   margin: 2em; 
   padding-top: 2em;  
   border: 0.05em dashed #ccc;

   }


#ft {padding-bottom: 1em;}
#bd div.yui-g {margin: 2em;}


/*#doc3 .yui-t7 {   position: absolute;
   left: 300;} */

/*p {margin-top: .5em;}*/




.timeline-event-bubble-time{display:none;}
.timeline-band { color:red; };
.timeline-ether-marker-bottom { color: orange;}
.timeline-ether-marker-bottom-emphasized { color: pink;}

.timeline-event-bubble-body {font-size:0.7em; font-family: verdana, arial, helvetica, sans-serif; line-height: 1.2em; } /* texto de bubble*/
.timeline-event-bubble-body a {text-decoration: none; color: #ff6600;} /* texto de bubble*/
.cita {font-size:0.7em; text-transform: uppercase;  }

/* TITULO EN BUBBLE*/
.timeline-event-bubble-title {font-size:0.8em; font-family: georgia, times, serif;} /* texto de bubble*/
.timeline-event-bubble-title a, .timeline-event-bubble-title a:hover, .timeline-event-bubble-title a:visited {text-decoration: none; color: #ff6600;} /* texto de bubble*/
/* End of 'timeline' */

