#contenido_form fieldset.search{
    width:203px;
    height:200px;
    overflow-y:scroll;

    background-color: oldlace;
    border-radius: 0px;
    border: none;
    font-size: 13.33px;
/*
    margin-left: 246px;
    border: solid;
    border-width: 1px;
    border-color: goldenrod;*/
    margin-top: 1px;
    margin-left: 1px;
    outline: solid;
    outline-width: 1px;
    outline-color: goldenrod;
}

#contenido_form fieldset.search p{
    white-space: nowrap;
}

#controls{
    width: 300px;
    float: left;
}

fieldset {
        border-radius: 8px;
}

#contenido_form .section-text{
    margin-top:20px;
}

#contenido_form .contenido-text{
    margin-bottom:40px;
}

#contenido_form h3{
    margin-bottom:20px;
    font-size:16pt;
    text-align: center;
}

#contenido_form h4{
    margin-bottom:20px;
    font-size:18px;
}

#contenido_form h5{
    margin-top:20px;
    font-size:16px;
}

#contenido_form input:-moz-read-only { /* For Firefox */
    background-color: #dfdfdf;
}

/*#contenido_form input:read-only {
    background-color: #dfdfdf;
} */