table {
   font-size: 12px;
}

.headerTitulo {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 24px;
    font-style: italic;
    line-height: normal;
    font-weight: bold;
    font-variant: normal;
    color: #FFFFFF;
    text-decoration: none;
}

.footerLetter {
     font-family: Arial, Helvetica, sans-serif;
     color: #274567;
     font-size: 10px;
     text-align: center;
     vertical-align: bottom; 
}

.etiquetaFomulario {
    font-family: Arial, Helvetica, sans-serif;    
    font-style: normal;
    font-weight: bold;
    font-variant: normal;
}

.tblMenu {
    font-family: Arial, Helvetica, sans-serif;    
    font-style: normal;
    font-weight: bold;
    font-variant: normal;
    text-transform: none;
    text-decoration: none;
    color: #003366;
}

.trEncabezadoDetalle {
    font-style: normal;    
    font-weight: bold;
    font-variant: normal; 
    color: #FFFFFF;
}

.encDetalle {
    font-family: Arial, Helvetica, sans-serif;    
    font-style: normal;	
    font-weight: bold;
    font-variant: normal;	
    color: #FFFFFF;
}

.H {
    background-color: #E4E4E7;
}

.campoObligatorio { 	
    color: black; 
    background-color: #D1D1D1; 
} 

.tituloMenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #003366;
	text-decoration: none;
	text-transform: capitalize;

}
.OpcionMenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #074198;
	text-decoration: none;
}

.OpcionMenu:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #10164B;
	text-decoration: none;
}
.TituloRegimen {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #336699;
	text-decoration: none;
}
.tituloRegimen {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #003366;
	text-decoration: none;
}
.subTituloRegimen {

    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: bolder;
    font-variant: normal;
    text-transform: none;
    color: #000000;
    text-decoration: none;
}

.rowOver {
    background-color: #EBF6FF;
    font-size:      2px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight:    bold;    
    vertical-align: middle;
    padding-top:    2pt;
    padding-bottom: 2pt;
    padding-left:   2pt;
    padding-right:  1pt;
}

.tituloAviso {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
        background-color: #FFFF00; 
        color: #000000;
	text-decoration: none;
}

.custom-button {
    padding: 10px 20px;
    background: #2F5597;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
    display: inline-block;
    margin-left: 40px;
}
.custom-button:hover {
    color: #FFD966;
}
.btn-row{
  display: flex;
  flex-wrap: wrap;      /* permite que salten a otra fila */
  gap: 8px;             /* espacio entre botones */
  width: 100%;
  white-space: normal;  /* por si tu tabla fuerza nowrap */
}

/* Botones con ancho natural; no se estiran */
.btn-row > button{
  flex: 0 0 auto;
}
.reenvio-button {
    padding: 2px 25px;
    background: #2F5597;
    color: white;
    border: none;
    cursor: pointer;
    font-size: 16px;
    display: inline-block;
}

.reenvio-button:hover {
    color: #FFD966;
}