﻿#contenido
{
    position: relative;
    float:left;
    width: 43.2em;
}
#contenido p
{
    margin-bottom: 1.5em;
}
#contenido a
{
    font-weight: normal;
    color: #333;
    text-decoration: underline;
}
#preguntas
{
    position: relative;
    float:left;
}
.pregunta
{
    width: 43.2em;
}
#preguntas li
{
    position: relative;
    float:left;
    margin-bottom: 1.5em;
}
h3
{
    font-size: 1.2em;
    color: #96008c;
    margin-bottom: 0em;
}
#fondo_faq_medicos
{
    position: relative;
    float:right;
    width: 16.3em;
    height: 14.4em;
    background-image: url(../images/faq-medicos-fondo.jpg);
    background-position: right;
    background-repeat: no-repeat;
}
