#contenido_form fieldset.search{
    width:354px;
    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;
}

#contenido_form fieldset.void{
    border:none;
}

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

fieldset {
        border-radius: 8px;
}

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

#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;
}

.fileContainer {
    overflow: hidden;
    position: relative;
}

.fileContainer [type=file] {
    cursor: pointer;
    display: block;
/*    font-size: 999px;*/
    filter: alpha(opacity=0);
    opacity: 0;
    position: absolute;
/*    right: 0;*/
/*    text-align: right;*/
    top: 0;
    width: 1px;
    height: 1px;
}

.fileContainer {
    width: 100px;
    cursor: pointer;
    background: #3498db;
    background-image: linear-gradient(to bottom, #3498db, #2980b9);
    border-radius: 12px;
    font-family: Arial;
    color: #ffffff;
    font-size: 14px;
    padding: 5px 10px 5px 10px;
    margin-top: 1px;
    margin-bottom: 4px;
    top:7px;
    text-decoration: none;
    outline: none;
    box-shadow: 0px 1px 3px #666666;
    border-width: 2px;
    border-style: outset;
    border-color: buttonface;
    border-image: initial;
}

.fileContainer:hover {
    background: #3cb0fd;
    background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
    text-decoration: none;
}

.fileContainer:active {
    background: #3cb0fd;
    border-width: 2px;
    border-style: inset;
    border-color: buttonface;
    border-image: initial;
}

.fileContainer [type=file] {
    cursor: pointer;
}

#consultas h2{
    text-align:center;
    padding-top:20px;
    padding-bottom:20px;
}

#consultas p{
    margin-bottom:5px;
}

#consultas p label{
    font-weight:bold;
    padding:0;
}

#consultas .data{
    overflow-x:auto;
    white-space:nowrap;
    margin-top:20px;
    margin-bottom:20px;
}

#consultas .botones_consultas{
    display:flex;
    padding-top:20px;
    padding-bottom:20px;
    justify-content:center;
}

#consultas .botones_consultas div{
    margin-right:5px;
}

#consultas p.vacio{
    text-align:center;
    font-weight:bold;
    padding-top:20px;
}
