#bodyContent{
    min-width: 800px;
    padding: 1em;
    margin-left: 160px;
    margin-top: 10px;
}

textarea {
    resize: none;
    width: 800px;
    height: 150px;
}

#titleConector{
    color: #438594;
    font-size: 20px;
    font-family: Helvetica, Arial, sans-serif;
}

.labelInterprete{
    display: inline-block; 
    font-size: 13px; 
    color: black; 
}

#rowsInterprete{
    background-color: #DFEAED;
}

#bodyInterprete{
    overflow-x: scroll;   
    min-width: 800px;
    border: solid 1px #AECAD1;
}

#txtInterprete{
    display: inline-block;
    min-width: 800px;
    padding: 1em;
    margin-top: 10px;
}

#btnEnviar{
    width: 120px;
    height: 25px;
    margin-top: 5px;
}

#btnClearFile{
    width: 90px;
    height: 21px;
    margin-top: 5px;
    margin-right: 5px;
}

#btnRegresar{
    width: 120px;
    height: 25px;
    margin-top: 5px;
}

#titleConector{
    text-align: center;
}

#fieldSent{
    text-align: center;
}

#formConector{
}

.spaceLabel{
    padding-left: 2px;
    padding-right: 2px;
    display: inline-block;
}