.transicion{-webkit-animation:parpadeo 2s infinite;animation:parpadeo 2s infinite}@-webkit-keyframes parpadeo{0%{background-color:#d1cdcd;color:#000}50%{background-color:red;color:#f0f8ff}to{background-color:#d1cdcd;color:#000}}@keyframes parpadeo{0%{background-color:#d1cdcd;color:#000}50%{background-color:red;color:#f0f8ff}to{background-color:#d1cdcd;color:#000}}.transicion_preventivos{-webkit-animation:parpadeo_preventivos 2s infinite;animation:parpadeo_preventivos 2s infinite}@-webkit-keyframes parpadeo_preventivos{0%{background-color:#e2e2bd;color:grey}50%{background-color:#ff0;color:#000}to{background-color:#e2e2bd;color:grey}}@keyframes parpadeo_preventivos{0%{background-color:#e2e2bd;color:grey}50%{background-color:#ff0;color:#000}to{background-color:#e2e2bd;color:grey}}.tooltip{position:relative;display:inline-block;border-bottom:1px dotted #000}.tooltip .tiptext{visibility:hidden;width:120px;background-color:#000;color:#fff;text-align:center;border-radius:3px;padding:6px 0;position:absolute;z-index:1;box-shadow:0 5px 10px rgba(0,0,0,.2)}.tooltip .tiptext:after{content:"";position:absolute;border-width:5px;border-style:solid}.tooltip:hover .tiptext{visibility:visible}#chart,#chart1{height:1000px;width:100%}#pie{height:700px;width:100%}