.boton 
{
    background: #9e1931; 
    border-color:#c38a50;
}
.borde_tab {
    border:#991133 1px solid;
}  

.borde_login{
    background: #fff; 
    border-radius: 10px; 
    padding-top: 10px; 
    border: 1px solid #9c1839;
}
.paginacion {
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 15px;
}

.paginacion a, .paginacion strong {
    padding: 5px 10px;
    border: 1px solid #ccc;
    margin-right: 5px;
    text-decoration: none;
    color: #333;
}

.paginacion strong {
    font-weight: bold;
    color: #000;
    background-color: #f0f0f0;
}
.set {
    display: block;
    margin-inline-start: 2px;
    margin-inline-end: 2px;
    padding-block-start: 0.35em;
    padding-inline-start: 0.75em;
    padding-inline-end: 0.75em;
    padding-block-end: 0.625em;
    min-inline-size: min-content;
    border-width: 2px;
    border-style: groove;
    border-color: rgb(23, 162, 184);
    border-image: initial; 
    width: 50%;
}
.set2 {
    display: block;
    margin-inline-start: 2px;
    margin-inline-end: 2px;
    padding-block-start: 0.35em;
    padding-inline-start: 0.75em;
    padding-inline-end: 0.75em;
    padding-block-end: 0.625em;
    min-inline-size: min-content;
    border-width: 5px;
    border-style: groove;
    border-color: rgb(150, 27, 50);
    border-image: initial; 
    width: 80%;
    border-radius: 20px;
}

.tabcabecera{
    background: #991133; 
    color: #fff;
}
.tabmargen th{
    border:#991133 1px solid !important;
    
}
.TFtable
{
    width:100%; 
    border-collapse:collapse; 
}
.TFtable td{ 
    padding:7px; border:#991133 1px solid;
}
.TFtable tr{
    background: #b96b4782;
}

.TFtable tr:nth-child(even){
    background: #dbc09d75;
}

.boton1 {
    background:#9e1931;
    color: #FFF;
    border-radius: 5px;
}



* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


.contenedor {
    /*width: 100%;*/
    /*height: 100px;*/
    text-align: center;
}

.contenedor p {
    margin: 30px 0;
    font-size: 2.5em;
}


.contenedor-modal {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    opacity: 0;
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
}

.contenedor-modal.mostrar {
    background-color: black;
    z-index: 1;
    opacity: 1.9;
}

.contenedor-modal .modal {
    width: 70%;
    height: 70%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 17%;
    padding: 50px;
    background-color: #fff;
    opacity: 1;
    top: auto;
    border-radius: 15px;
}

.formulario{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}



@media screen and (max-width: 600px)
{
    .busqueda
    {
        width: 66%;
    }
    .color
    {
        color: #5F5F5F;
        font-size: 16px;
        width:45% ;
    }
    .form_busqueda
    {
        width: 315px;
    }
    .lista_busqueda
    {
       width: 315px;
   }
   .titulo
   {
    font-size: 12px;
}
.margen 
{
    width: 80%;
}
.ocultar
{
    display:none;
}
.tabla{
    display: flex;
    flex-direction: column;
}

}

