﻿#titulo
{
    position: relative;
    float:left;
    background-color: Transparent;
    background-image: url(../images/equipo_cientifico_investigadores.jpg);
    background-repeat: no-repeat;
    background-position: bottom;
    width: 59.5em;
    height: 16em;
    margin-bottom: 2em;
}
#contenido
{
    position: relative;
    float:left;
    width: 59.5em;
}
#contenido li
{
    margin-bottom: 1em;
}
#contenido ul li a
{
    padding-left: 1em;
    background-image: url(../images/flecha-azul-margen-arriba.gif);
    background-position: top left;
    background-repeat: no-repeat;
    font-family: Arial;
    font-size: 1.2em;
    color: #333;
}
#contenido strong
{
    color: #036;
}
h3
{
    font-family: Arial;
    font-size: 1.4em;
    color: #036;
    font-weight: normal;
}
#contenido p
{
    margin-bottom: 1em;
}
#contenido p a
{
    font-weight: normal;
    text-decoration: underline;    
}
#volver
{
    font-family: Arial;
    font-size: 1.2em;
    color: #d37608;
    font-weight: bold;
    padding-left: 1em;
    background-image: url(../images/flecha-naranja.gif);
    background-repeat: no-repeat;
    background-position: left;
}