.ievent .entry-title h2,.small-thumbs .entry-title h2{font-size:14px!important}span.spip_documents img{padding:4px;line-height:1.42857143;background-color:#dddddd;border:1px solid #dddddd;border-radius:4px;transition:all 0.2s ease-in-out;display:inline-block;max-width:100%;height:auto}.entry:first-child{background:#f5f5f5!important;border:1px dashed #dddddd!important}#tramites h3{border-bottom:5px solid #0E3B51}#tramites h3 span{font-weight:bold}
.blink_me {display: flex; vertical-align: bottom; width: 120px; justify-content: center; } .blink_me span {height: 43px; font-weight: 700; float: left; overflow: hidden; animation: hideShow 10s linear infinite; } .blink_me span:nth-child(1) { animation-delay: -0s; } .blink_me span:nth-child(2) { animation-delay: -2s; } .blink_me span:nth-child(3) { animation-delay: -4s; } .blink_me span:nth-child(4) { animation-delay: -6s; } .blink_me span:nth-child(5) { animation-delay: -8s; } @keyframes blinker {0% {opacity: 0; } } @keyframes hideShow {0%, 16.6%, 33.33%, 100% { width: 0; } 16.66%, 33.3% { width: auto; } }