body{
    font-family:Verdana,Arial,Helvetica,sans-serif;
    font-size:12px;
    line-height: 1.5;
}
ol {
    counter-reset:item;
    padding-left:1em;
    text-align:justify;
}
li {
    display:block;
}
li:before {
    content:counters(item, ".", decimal) ". ";
    counter-increment:item;
    float:left;
    white-space:pre;
}
li p {
    overflow:hidden;
}
ol li ol li ol {
    padding-left:2em;
}
#contenedor{
    max-width:960px;
    min-width:240px;
}
.img {
    width: 100%;
}
a{
    color: #a90230;
}