﻿.asesor_franquicias
{
    float: right;
    width: 220px;
}

.asesor_franquicias .titulo
{
    color:#006666;
    font-size:1.3em;
    margin-bottom:0; padding-bottom:0;
}

.asesor_franquicias .ficha_asesor
{
    border: 1px solid #006666;
    padding:10px;
}

.asesor_franquicias .ficha_asesor .foto
{
    margin: 0 auto 30px auto;
    text-align:center;
}
.asesor_franquicias .ficha_asesor p
{
    color: #c79494;
    line-height: 1.3em;
    margin-bottom: 0.8em;
    font-family: Georgia;
    font-size:0.9em;
}
.asesor_franquicias .ficha_asesor p strong{
    color: #a64d4d;
    font-family: Georgia;
}

.consultorio
{
    width: 750px;
    margin-left:10px;
}
.consultorio .fecha
{
    border: 1px solid #ccc;
    padding: 5px;
    font-size:0.75em;
    height:20px;
    width: 100px;
}

.consultorio .autor
{
    border: 1px solid #ccc;
    padding: 5px;
    font-size:0.75em;
    width: 100px;
}

.consultorio .respuesta
{
    border: 1px solid #666;
    padding: 10px;
    color: #333;
    line-height: 1.3em;
    font-size:1.1em;
}

.consultorio .pregunta
{
    border: 1px solid #666;
    padding: 10px;
    background-color: #c79494;
    color: #fff;
    font-weight:bold;
    font-family: Georgia;
    width:630px;
}

.consultorio .pregunta:hover
{
    cursor: pointer;
}

.consultorio .space
{
    width:10px;
}
