/* --- BOTON ACEPTAR --- */
.button_personal {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    padding: 4px 20px;
    border: 0px solid #a1a1a1;
    border-radius: 13px;
    background: #e6e6e6;
    background: -webkit-gradient(linear, left top, left bottom, from(#e6e6e6), to(#a1a1a1));
    background: -moz-linear-gradient(top, #e6e6e6, #a1a1a1);
    background: linear-gradient(to bottom, #e6e6e6, #a1a1a1);
    font: normal normal bold 12px arial;
    color: #006699;
	/*color: #000000;*/ 
    text-decoration: none;
}
.button_personal:hover,
.button_personal:focus {
    border: 0px solid #e6e6e6;
    background: #ffffff;
    background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#c1c1c1));
    background: -moz-linear-gradient(top, #ffffff, #c1c1c1);
    background: linear-gradient(to bottom, #ffffff, #c1c1c1);
    /*color: #1060c7;*/ 
	color: #000000;
    text-decoration: none;
}
.button_personal:active {
    background: #a1a1a1;
    background: -webkit-gradient(linear, left top, left bottom, from(#a1a1a1), to(#a1a1a1));
    background: -moz-linear-gradient(top, #a1a1a1, #a1a1a1);
    background: linear-gradient(to bottom, #a1a1a1, #a1a1a1);
}
/**
    16/05/2023 Rafa Gómez
    Se quitan las imagenes de los botones

.btn_aceptar:before{
    content:  "\0000a0";
    display: inline-block;
    height: 16px;
    width: 16px;
    line-height: 16px;
    margin: 0 4px -6px -4px;
    position: relative;
    top: 0px;
    left: -3px;
    background: url(../imagenes/aceptar.png) no-repeat left center transparent;
    background-size: 100% 100%;
}
.btn_cancelar:before{
    content:  "\0000a0";
    display: inline-block;
    height: 16px;
    width: 16px;
    line-height: 16px;
    margin: 0 4px -6px -4px;
    position: relative;
    top: 0px;
    left: -3px;
    background: url(../imagenes/cancelar.png) no-repeat left center transparent;
    background-size: 100% 100%;
}
.btn_agregar:before{
    content:  "\0000a0";
    display: inline-block;
    height: 16px;
    width: 16px;
    line-height: 16px;
    margin: 0 4px -6px -4px;
    position: relative;
    top: 0px;
    left: -3px;
    background: url(../imagenes/agregar.png) no-repeat left center transparent;
    background-size: 100% 100%;
}
.btn_eliminar:before{
    content:  "\0000a0";
    display: inline-block;
    height: 16px;
    width: 16px;
    line-height: 16px;
    margin: 0 4px -6px -4px;
    position: relative;
    top: 0px;
    left: -3px;
    background: url(../imagenes/eliminar.png) no-repeat left center transparent;
    background-size: 100% 100%;
}
.btn_buscar:before{
    content:  "\0000a0";
    display: inline-block;
    height: 16px;
    width: 16px;
    line-height: 16px;
    margin: 0 4px -6px -4px;
    position: relative;
    top: 0px;
    left: -3px;
    background: url(../imagenes/buscar.png) no-repeat left center transparent;
    background-size: 100% 100%;
}
.btn_editar:before{
    content:  "\0000a0";
    display: inline-block;
    height: 16px;
    width: 16px;
    line-height: 16px;
    margin: 0 4px -6px -4px;
    position: relative;
    top: 0px;
    left: -3px;
    background: url(../imagenes/editar.png) no-repeat left center transparent;
    background-size: 100% 100%;
}
.btn_regresar:before{
    content:  "\0000a0";
    display: inline-block;
    height: 16px;
    width: 16px;
    line-height: 16px;
    margin: 0 4px -6px -4px;
    position: relative;
    top: 0px;
    left: -3px;
    background: url(../imagenes/regresar.png) no-repeat left center transparent;
    background-size: 100% 100%;
}
.btn_imprimir:before{
    content:  "\0000a0";
    display: inline-block;
    height: 16px;
    width: 16px;
    line-height: 16px;
    margin: 0 4px -6px -4px;
    position: relative;
    top: 0px;
    left: -3px;
    background: url(../imagenes/imprimir.png) no-repeat left center transparent;
    background-size: 100% 100%;
}
.btn_recargar:before{
    content:  "\0000a0";
    display: inline-block;
    height: 16px;
    width: 16px;
    line-height: 16px;
    margin: 0 4px -6px -4px;
    position: relative;
    top: 0px;
    left: -3px;
    background: url(../imagenes/recargar.png) no-repeat left center transparent;
    background-size: 100% 100%;
}
.btn_entrar:before{
    content:  "\0000a0";
    display: inline-block;
    height: 16px;
    width: 16px;
    line-height: 16px;
    margin: 0 4px -6px -4px;
    position: relative;
    top: 0px;
    left: -3px;
    background: url(../imagenes/entrar.png) no-repeat left center transparent;
    background-size: 100% 100%;
}
.btn_guardar:before{
    content:  "\0000a0";
    display: inline-block;
    height: 16px;
    width: 16px;
    line-height: 16px;
    margin: 0 4px -6px -4px;
    position: relative;
    top: 0px;
    left: -3px;
    background: url(../imagenes/guardar.png) no-repeat left center transparent;
    background-size: 100% 100%;
}
.btn_limpiar:before{
    content:  "\0000a0";
    display: inline-block;
    height: 16px;
    width: 16px;
    line-height: 16px;
    margin: 0 4px -6px -4px;
    position: relative;
    top: 0px;
    left: -3px;
    background: url(../imagenes/limpiar.png) no-repeat left center transparent;
    background-size: 100% 100%;
}
.btn_abrir:before{
    content:  "\0000a0";
    display: inline-block;
    height: 16px;
    width: 16px;
    line-height: 16px;
    margin: 0 4px -6px -4px;
    position: relative;
    top: 0px;
    left: -3px;
    background: url(../imagenes/abrir.png) no-repeat left center transparent;
    background-size: 100% 100%;
}
.btn_info:before{
    content:  "\0000a0";
    display: inline-block;
    height: 16px;
    width: 16px;
    line-height: 16px;
    margin: 0 4px -6px -4px;
    position: relative;
    top: 0px;
    left: -3px;
    background: url(../imagenes/info.png) no-repeat left center transparent;
    background-size: 100% 100%;
}
.btn_alerta:before{
    content:  "\0000a0";
    display: inline-block;
    height: 16px;
    width: 16px;
    line-height: 16px;
    margin: 0 4px -6px -4px;
    position: relative;
    top: 0px;
    left: -3px;
    background: url(../imagenes/alerta.png) no-repeat left center transparent;
    background-size: 100% 100%;
}
.btn_bloqueado:before{
    content:  "\0000a0";
    display: inline-block;
    height: 16px;
    width: 16px;
    line-height: 16px;
    margin: 0 4px -6px -4px;
    position: relative;
    top: 0px;
    left: -3px;
    background: url(../imagenes/bloqueado.png) no-repeat left center transparent;
    background-size: 100% 100%;
}
.btn_descargar:before{
    content:  "\0000a0";
    display: inline-block;
    height: 16px;
    width: 16px;
    line-height: 16px;
    margin: 0 4px -6px -4px;
    position: relative;
    top: 0px;
    left: -3px;
    background: url(../imagenes/descargar.png) no-repeat left center transparent;
    background-size: 100% 100%;
}
.btn_cargar:before{
    content:  "\0000a0";
    display: inline-block;
    height: 16px;
    width: 16px;
    line-height: 16px;
    margin: 0 4px -6px -4px;
    position: relative;
    top: 0px;
    left: -3px;
    background: url(../imagenes/cargar.png) no-repeat left center transparent;
    background-size: 100% 100%;
}
.btn_configuracion:before{
    content:  "\0000a0";
    display: inline-block;
    height: 16px;
    width: 16px;
    line-height: 16px;
    margin: 0 4px -6px -4px;
    position: relative;
    top: 0px;
    left: -3px;
    background: url(../imagenes/configuracion.png) no-repeat left center transparent;
    background-size: 100% 100%;
}
.btn_enviar:before{
    content:  "\0000a0";
    display: inline-block;
    height: 16px;
    width: 16px;
    line-height: 16px;
    margin: 0 4px -6px -4px;
    position: relative;
    top: 0px;
    left: -3px;
    background: url(../imagenes/enviar.png) no-repeat left center transparent;
    background-size: 100% 100%;
}
.btn_siguiente:before{
    content:  "\0000a0";
    display: inline-block;
    height: 16px;
    width: 16px;
    line-height: 16px;
    margin: 0 4px -6px -4px;
    position: relative;
    top: 0px;
    left: -3px;
    background: url(../imagenes/adelante.png) no-repeat left center transparent;
    background-size: 100% 100%;
}
*/