.error{
	color: #a94442;
	font-weight: bold;
}
.table-responsive {
	overflow-x: visible;
}
body{
	padding-right:0 !important;
}
.modal-wide .modal-body {
  overflow-y: auto;
}
.body-hide-scroll{
	overflow-y: hidden;
}
.mayus{
	text-transform: uppercase;
}

#tabla_cabecera{
    background-color:#135896;
    color:#FFFFFF;
    font-family: cambria;
    font-size: 11px;
}
#tabla_cabecera_fila{
    text-align: center;
    border: 1px solid #FFFFFF;
    font-size: 11px;
}

#tabla_fila{
    
    border: 1px solid #135896;
    font-size: 11px;
}

.subtitulo_pago{
   text-align:left; 
   padding:10px 0 0 5px;
   margin-bottom:2px; 
   color: green;
   font-weight: bold;
   font-family: cambria;
}

.swal2-styled.swal2-cancel{
  background-color: #3c8dbc !important;
}