﻿#contenido
{
    position: relative;
    float:left;
    width: 60em;    
}
#contenido p
{
    margin-bottom: 1.5em;
}
#contenido ul
{
    list-style-type:none;
}
#contenido li
{
    padding-left: 0.7em;
    background-image: url(../images/punto-margen-arriba.gif);
    background-repeat: no-repeat;
    background-position: top left;
}
#contenido li ul li
{
    padding-left: 3em;
    background-image: url(../images/guion-margen-arriba-izq.gif);
    background-repeat: no-repeat;
    background-position: top left;
}
#contenido a
{
    color: #012d63;
    font-weight: bold;
}
#contenido strong
{
    color: #012d63;
}
#lineas-actividad
{
    position: relative;
    float:left;
}
#lineas-actividad li
{
    font-family: Arial;
    font-size: 1.2em;
    color: #333;
    text-decoration: none;
    margin-bottom: 1.5em;
}
#lineas-actividad li ul li
{
    font-size: 1.0em;
    margin-bottom: 0em;
}