

  
    
/* calendario */


.tooltip{
    position: absolute;
    z-index: 100;
    display: none; 
    background-color: #f5f5b5;
    border: 1px solid #DECA7E;
    width: 200px;
    padding: 0 10px;
}


.tooltip p {
   font-family: Helvetica, Arial, sans-serif;
   font-size: 12px;
   line-height: 18px;
   text-align: left;
   font-weight: normal;
   color: #49392F;
}

.tooltip p a {
   color: #990;
   font-weight: bold;
}

.tooltip p a:hover {
   color: #49392F;
   font-weight: bold;
}

.tooltip img {
   border:none;
   margin: 0;
   padding: 0;
   vertical-align: top;
}
.more {
   margin: 5px 0 15px 0;
   padding: 0;
}

