#contenido article {
    font-family: 'Futura LT Book';
    font-size: 13px;
    clear: both;
    margin: 60px 0px 10px;
}

#contenido article b {
    font-family: 'Futura LT Bold';
    font-weight: normal;
    color: #498dc0;
}

#contenido article p {
    margin: 10px 0px 10px;
    line-height: 16px;
}

#contenido article strong {
    font-family: 'Futura LT Bold';
    font-weight: normal;
    color: #498dc0;
}

#contenido article ul {
    clear: both;
    margin: 15px 0px 15px;
}

#contenido article ul li {
    font-family: 'Futura LT Book';
    font-size: 13px;
    line-height: 16px;
    margin: 10px 20px 10px;
    list-style-type: square;
}

#contenido h2 {
    font-size: 18px;
    clear: both;
/*    white-space: nowrap;*/
    position: relative;
    margin: 35px 0px 10px 0px;
}




