@charset "utf-8";
/* CSS BOTONES */

/* BOTON */
.btn {min-width:3em;display:inline-block;float:left;}
.btn .txt{margin-right:14px;padding-left:10px;}
.btn a{text-decoration:none;color:#fff!important;margin:0px;display:block;padding:6px 0 10px 0;font-family:Tahoma, Geneva, sans-serif;font-weight:bold;}
.btn a:hover{text-decoration:underline;}
/*azul*/
.azD{background:url(../img/menus_botones/btn-az-der.png) right no-repeat;}
.azI{background:url(../img/menus_botones/btn-az-izq.png) left no-repeat;}
/*naranja*/
.naD{background:url(../img/menus_botones/btn-na-der.png) right no-repeat;}
.naI{background:url(../img/menus_botones/btn-na-izq.png) left no-repeat;}

/* BOTON DESHABILITADO */
.des{background:url(../img/menus_botones/btn-gr-der.png) right no-repeat}
.des .txt{background:url(../img/menus_botones/btn-gr-izq.png) left no-repeat}
.des a{color:#DCDCDC;}
.des a:hover{text-decoration:none;color:#DCDCDC;}

/* ICONOS DE LOS BOTONES */
.i-imprimir{background:url(../btn-ico/imprimir.png) no-repeat 0 5px;padding-left:20px!important;}
.i-ayuda{background:url(../btn-ico/ayuda.png) no-repeat 0 5px;padding-left:20px!important;}
.i-volver{background:url(../btn-ico/volver.png) no-repeat 0 5px;padding-left:20px!important;}
.i-aceptar{background:url(../btn-ico/aceptar.png) no-repeat 0 5px;padding-left:20px!important;}
.i-cancelar{background:url(../btn-ico/cancelar.png) no-repeat 0 5px;padding-left:20px!important;}
.i-punto{background:url(../btn-ico/punto.png) no-repeat 0 5px;padding-left:20px!important;}
.i-conectar{background:url(../btn-ico/conectar.png) no-repeat 0 5px;padding-left:20px!important;}
.i-listar{background:url(../btn-ico/listar.png) no-repeat 0 5px;padding-left:20px!important;}
.i-adjuntar{background:url(../btn-ico/adjuntar.png) no-repeat 0 5px;padding-left:20px!important;}
.i-detallessmarcar{background:url(../btn-ico/soltar.png) no-repeat 0 5px;padding-left:20px!important;}
.i-copiar{background:url(../btn-ico/copiar.png) no-repeat 0 5px;padding-left:20px!important;}
.i-pegar{background:url(../btn-ico/pegar.png) no-repeat 0 5px;padding-left:20px!important;}
.i-guardar{background:url(../btn-ico/guardar.png) no-repeat 0 5px;padding-left:20px!important;}
.i-abrir{background:url(../btn-ico/abrir.png) no-repeat 0 5px;padding-left:20px!important;}
.i-mas{background:url(../btn-ico/mas.png) no-repeat 0 5px;padding-left:20px!important;}
.i-menos{background:url(../btn-ico/menos.png) no-repeat 0 5px;padding-left:20px!important;}
.i-grafico{background:url(../btn-ico/estadisticas.png) no-repeat 0 5px;padding-left:20px!important;}
.i-filtrar{background:url(../btn-ico/filtrar.png) no-repeat 0 5px;padding-left:20px!important;}
.i-buscar{background:url(../btn-ico/buscar.png) no-repeat 0 5px;padding-left:20px!important;}
.i-cortar{background:url(../btn-ico/cortar.png) no-repeat 0 5px;padding-left:20px!important;}
.i-opciones{background:url(../btn-ico/opciones.png) no-repeat 0 5px;padding-left:20px!important;}
.i-info{background:url(../btn-ico/informacion.png) no-repeat 0 5px;padding-left:20px!important;}
.i-detalles{background:url(../btn-ico/ficha.png) no-repeat 0 5px;padding-left:20px!important;}
.i-zoom{background:url(../btn-ico/zoom.png) no-repeat 0 5px;padding-left:20px!important;}
.i-nuevo{background:url(../btn-ico/nuevo.png) no-repeat 0 5px;padding-left:20px!important;}
.i-exportar{background:url(../btn-ico/exportar.png) no-repeat 0 5px;padding-left:20px!important;}
.i-sms{background:url(../btn-ico/enviar.png) no-repeat 0 5px;padding-left:20px!important;}
.i-eliminar{background:url(../btn-ico/eliminar.png) no-repeat 0 5px;padding-left:20px!important;}
.i-seleccionar{background:url(../btn-ico/seleccion.png) no-repeat 0 5px;padding-left:20px!important;}
.i-favorito{background:url(../btn-ico/favorito.png) no-repeat 0 5px;padding-left:20px!important;}
.i-actualizar{background:url(../btn-ico/actualizar.png) no-repeat 0 5px;padding-left:20px!important;}
.i-calendario{background:url(../btn-ico/calendario.png) no-repeat 0 5px;padding-left:20px!important;}
.i-alejar{background:url(../btn-ico/alejar.png) no-repeat 0 5px;padding-left:20px!important;}
.i-imagen{background:url(../btn-ico/imagen.png) no-repeat 0 5px;padding-left:20px!important;}
.i-log{background:url(../btn-ico/log.png) no-repeat 0 5px;padding-left:20px!important;}
.i-mmedia{background:url(../btn-ico/mmedia.png) no-repeat 0 5px;padding-left:20px!important;}

