﻿#contenido
{
    position: relative;
    float:left;
    width: 39em;
    background-image: url(../images/mision-vision-estrategia.jpg);
    background-repeat: no-repeat;
    background-position: right;
    padding-right: 21em;
}
#contenido ul
{
    list-style-position: inside;
    list-style-image:url(../images/punto.gif);
}
#contenido li
{
    font-family: Arial;
    font-size: 1.2em;
    color: #333;
    text-decoration: none;
}