﻿
.form-horizontal .control-label {
    text-align: right;
    margin-bottom: 7px !important;
    padding-top: 7px;
}

.find {
    padding: 4px 12px;
    height: 39px;
}

hr.red {
    margin: 10px 0 20px !important;
    border-top-color: #DCE0E0;
}

.radio-tabs-container {
    max-width: 600px;
    margin: 20px auto;
    font-family: Arial, sans-serif;
}

.radio-tabs-group {
    display: flex;
    margin-bottom: 20px;
    gap: 40px;
    /*justify-content: center;*/
    align-items: center;
}

.radio-option {
    display: flex;
    align-items: center;
    gap: 8px;
}

.radio {
    margin: 0;
    width: 18px;
    height: 18px;
    cursor: pointer;
}

/* Contenido */
.tab-content {
    display: none;
    padding: 25px;
    border: #dee2e6 !important;
    border-radius: 6px;
    margin-top: 15px;
    background: #fff;
}

    .tab-content.active {
        display: block;
        animation: fadeIn 0.3s ease;
    }

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.aviso {
    padding: 0px 0px !important;
}

.avisoCapchaXml {
    margin-bottom: 12px !important;
    width: 98% !important;
    font-weight: bold;
}

.lblAviso {
    margin: 20px 10px 20px 10px !important;
}

.capchaMsje {
    width: 80% !important;
}

.derecha {
    padding-right: 0px !important;
}

.colorheader {
    background: #957345 !important;
}

.colorHead {
    text-align: center !important;
    background: #646060 !important;
}

.colorFontW {
    color: #ddd;
}

.coloFontHead {
    text-align: center !important;
    background: #646060 !important;
    color: #ddd !important;
}

.nopaddigIzq {
    padding-left: 0px !important;
}
