﻿.cabezeraExpandibleGeneralImagen
{
    display: block;
    float: left;
}

.cabezeraExpandibleGeneral
{
    border: 1px solid #3C312F;
    color: white;
    background: #E9D5B2;
    font-family: Arial, Sans-Serif;
    font-size: 12px;
    font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}

.cabezeraExpandibleGeneral a
{
    margin-left: 5px;
    background: none;
    color: Black;
    text-decoration: none;
}

.cabezeraExpandibleGeneral a:hover
{
    background: none;
    text-decoration: underline;
}

.panelExpansibleGeneral
{
    padding:5px;
    border: 1px solid #3C312F;
    border-top: none;
    
}
