
    #lista2 {  counter-reset: li; list-style: none; *list-style: decimal;  font: 15px 'trebuchet MS', 'lucida sans'; padding: 0; margin-bottom: 4em; text-shadow: 0 1px 0 rgba(255,255,255,.5);}
    #lista2 ol {    margin: 0 0 0 2em;}
    #lista2 li{    position: relative;    display: block;    padding: .4em .4em .4em 2em;    *padding: .4em;    margin: .5em 0;    background: #f8f4f4;    color: #444;    text-decoration: none;    border-radius: .3em;   border-color: #ddd;   transition: all .3s ease-out;  }
    #lista2 li:hover{    background: #ddd;}   
    #lista2 li:hover:before{   transform: rotate(360deg);  }
    #lista2 li:before{   content: counter(li);    counter-increment: li;    position: absolute;    left: -1.3em;    top: 50%;    margin-top: -1.3em;    background: #ca1c25;		color: #fff;    height: 2.5em;    width: 2.5em;    line-height: 2em;    border: .3em solid #fff;    text-align: center;    font-weight: bold;    border-radius: 2em;    transition: all .3s ease-out;}
    .diverr {color:#ff0000 !important; font-size: 2em !important;font-weight:bold;text-align:center;}
		.descripcion {font-height:400;font-size:.8em;margin-left:0em;margin-right:5em;}
>