/* alineación---------------- */
.center{
    text-align: center !important;
}
.derecha{
    float: right !important;
    border:1px solid green;
}
.izquierda{
    float: left !important;
    border:1px solid red;
}
.subrayado{
    border-bottom: 1px solid;
}
/* fin de alineación--------------- */
.cabecera{
    /* width: 100%; */
    margin-bottom: 15px;
}
#logo{
    width: 20%;
    float: left;
}
.logo{
    max-width: 150px;
}
#titulo{
    float: left;
    width: 55%;
}
#titulo h2{
    margin-bottom:0px;
}
#no_contrato{
    width: 20%;
    border:1px solid #ccc;
    border-radius: 10px !important;
    float: left;
    padding: 10px;
}
#folio{
    text-align: right;
    width: 100%;
    padding-right: 20px;
}
#pie_cabecera{
    width: 100%;
    padding: 10px 10px 10px 0px;
    border-bottom: 2px solid #ccc;
}

.tblcol{
    float:left;
    margin-left: 10px;
    width: 48%;
}
.tblcol table tr {
    margin:0px !important;

}

.campo{
    font-weight: bold !important;
}

/* Estilos simples para la tabla de reportes de órdenes */
#rptordenes {
    border-collapse: collapse;
    width: 100%;
}

#rptordenes thead th {
    background-color: #f8f9fa;
    border-bottom: 2px solid #dee2e6 !important;
    padding: 10px;
    text-align: center;
    font-weight: 600;
}

/* Líneas bien definidas para cada fila */
#rptordenes tbody tr {
    border-bottom: 1px solid #dee2e6 !important;
}

#rptordenes tbody td {
    padding: 10px;
    border-bottom: 1px solid #dee2e6 !important;
    vertical-align: middle;
}

#rptordenes tbody td:last-child {
    border-right: none;
}
