﻿{"id":990,"date":"2012-11-01T17:37:56","date_gmt":"2012-11-01T16:37:56","guid":{"rendered":"http:\/\/dim.usal.es\/eps\/mmt\/?page_id=990"},"modified":"2020-09-14T17:53:24","modified_gmt":"2020-09-14T15:53:24","slug":"prueba","status":"publish","type":"page","link":"http:\/\/dim.usal.es\/eps\/mmt\/prueba\/","title":{"rendered":"Calculador Universal del Gasto por km de un Autom\u00f3vil."},"content":{"rendered":"<p style=\"text-align: justify;\">Debido a una modificaci\u00f3n en la interpretaci\u00f3n de los comandos de JavaScript que empleo en esta p\u00e1gina, llevada a cabo por WordPress tras una de sus \u00faltimas actualizaciones, ha dejado de funcionar durante unas semanas.<\/p>\n<p style=\"text-align: justify;\">Pero a partir de hoy, d\u00eda 05 de noviembre de 2017, vuelve a estar plenamente operativa.<\/p>\n<p style=\"text-align: justify;\">Agradezco sinceramente la paciencia y las sugerencias que me han hecho llegar quienes la han visitado y me han hecho saber de su mal funcionamiento.<\/p>\n<p style=\"text-align: justify;\">Much\u00edsimas gracias por su comprensi\u00f3n. Espero que les resulte \u00fatil.<\/p>\n<hr \/>\n<script type='text\/javascript'> \nfunction calculaeuroskm() \n { \n var PRECIO=parseFloat(CPRECIO.value); \n var ANOS=parseFloat(CANOS.value); \n var KM=parseFloat(CKM.value); \n var KMT=parseFloat(CKMT.value); \n var KMTR=parseFloat(CKMTR.value); \n var LLENODEPOSITO=parseFloat(CLLENODEPOSITO.value); \n var KMDEPOSITO=parseFloat(CKMDEPOSITO.value); \n var SEGURO=parseFloat(CSEGURO.value); \n var IMP=parseFloat(CIMP.value); \n var MANTENIMIENTOP=parseFloat(CMANTENIMIENTOP.value); \n var ITV=parseFloat(CITV.value); \n var KMMANTENIMIENTOP=parseFloat(CKMMANTENIMIENTOP.value); \n var MANTENIMIENTONP=parseFloat(CMANTENIMIENTONP.value); \n var VRES=parseFloat(IVRES.value); \n var OTROS=parseFloat(COTROS.value); \n var VECESITV=0; \n var CEKM=parseFloat(EKM.value); \n \/\/ITV: Hay que ir a partir del cuarto a\u00f1o cada dos a\u00f1os y a partir del d\u00e9cimo a\u00f1o, cada a\u00f1o. \n if (ANOS > 10) { \n var VECESITV=parseFloat(Math.round((3+ANOS-9)*Math.pow(10,0))\/Math.pow(10,0)); \n } else { \n if (ANOS > 8) { \n var VECESITV=3; \n } else { \n if (ANOS > 6) { \n var VECESITV=2; \n } else { \n if (ANOS > 4) { \n var VECESITV=1; \n } \n } \n } \n } \n if (parseFloat(KMT) > parseFloat(KM)) { \n alert(\"No se pueden recorrer m\u00e1s kil\u00f3metros hasta el puesto de trabajo que los kil\u00f3metros totales: no puede ser 3.2 > 3.1 y usted ha escrito 3.2.= \" + KMT + \" y 3.1.= \" + KM + \". Revise 3.2.\"); \n } else { \n if (parseFloat(KMTR) > parseFloat(KMT)) { \n alert(\"No le pueden abonar en concepto de Gastos de Desplazamiento m\u00e1s kil\u00f3metros que los recorridos hasta su puesto de trabajo: no puede ser 3.3 > 3.2 y usted ha escrito 3.3.= \" + KMTR + \" y 3.2.= \" + KMT + \". Revise 3.3.\"); \n } else { \n var costeporkm = PRECIO\/(ANOS*KM)+(KM*ANOS\/KMDEPOSITO)*LLENODEPOSITO\/(ANOS*KM)+(SEGURO*ANOS\/(ANOS*KM))+(IMP*ANOS\/(ANOS*KM))+(MANTENIMIENTOP*ANOS*KM\/KMMANTENIMIENTOP)\/(ANOS*KM)+(ITV*VECESITV\/(ANOS*KM))+(MANTENIMIENTONP*ANOS)\/(ANOS*KM)+(OTROS*ANOS\/(ANOS*KM))-(VRES\/(ANOS*KM)); \n document.kilometraje.CPRECIORKM.value = parseFloat(Math.round((PRECIO\/(ANOS*KM))*Math.pow(10,4))\/Math.pow(10,4)); \n document.kilometraje.CPRECIORANO.value = parseFloat(Math.round((PRECIO\/(ANOS))*Math.pow(10,4))\/Math.pow(10,4)); \n document.kilometraje.CPRECIORVIDA.value = parseFloat(Math.round(PRECIO*Math.pow(10,4))\/Math.pow(10,4)); \n document.kilometraje.CANOSRKM.value = parseFloat(Math.round((costeporkm)*Math.pow(10,4))\/Math.pow(10,4)); \n document.kilometraje.CANOSRANO.value = parseFloat(Math.round((costeporkm*KM)*Math.pow(10,4))\/Math.pow(10,4)); \n document.kilometraje.CANOSRVIDA.value = parseFloat(Math.round((costeporkm*KM*ANOS)*Math.pow(10,4))\/Math.pow(10,4)); \n document.kilometraje.CKMRKM.value = parseFloat(Math.round((costeporkm)*Math.pow(10,4))\/Math.pow(10,4)); \n document.kilometraje.CKMRANO.value = parseFloat(Math.round((costeporkm*KM)*Math.pow(10,4))\/Math.pow(10,4)); \n document.kilometraje.CKMRVIDA.value = parseFloat(Math.round((costeporkm*KM*ANOS)*Math.pow(10,4))\/Math.pow(10,4)); \n document.kilometraje.CKMTRKM.value = parseFloat(Math.round((costeporkm)*Math.pow(10,4))\/Math.pow(10,4)); \n document.kilometraje.CKMTRANO.value = parseFloat(Math.round((costeporkm*KMT)*Math.pow(10,4))\/Math.pow(10,4)); \n document.kilometraje.CKMTRVIDA.value = parseFloat(Math.round((costeporkm*KMT*ANOS)*Math.pow(10,4))\/Math.pow(10,4)); \n document.kilometraje.INGKM.value = parseFloat(Math.round((parseFloat(EKM.value))*Math.pow(10,4))\/Math.pow(10,4)); \n document.kilometraje.INGANO.value = parseFloat(Math.round(KMTR*(parseFloat(EKM.value))*Math.pow(10,4))\/Math.pow(10,4)); \n document.kilometraje.INGVIDA.value = parseFloat(Math.round(ANOS*KMTR*(parseFloat(EKM.value))*Math.pow(10,4))\/Math.pow(10,4)); \n document.kilometraje.CLLENODEPOSITORKM.value = parseFloat(Math.round(((KM*ANOS\/KMDEPOSITO)*LLENODEPOSITO\/(ANOS*KM))*Math.pow(10,4))\/Math.pow(10,4)); \n document.kilometraje.CLLENODEPOSITORANO.value = parseFloat(Math.round(((KM*ANOS\/KMDEPOSITO)*LLENODEPOSITO\/(ANOS))*Math.pow(10,4))\/Math.pow(10,4)); \n document.kilometraje.CLLENODEPOSITORVIDA.value = parseFloat(Math.round(((KM*ANOS\/KMDEPOSITO)*LLENODEPOSITO)*Math.pow(10,4))\/Math.pow(10,4)); \n document.kilometraje.CSEGURORKM.value = parseFloat(Math.round((SEGURO*ANOS\/(ANOS*KM))*Math.pow(10,4))\/Math.pow(10,4)); \n document.kilometraje.CSEGURORANO.value = parseFloat(Math.round((SEGURO*ANOS\/(ANOS))*Math.pow(10,4))\/Math.pow(10,4)); \n document.kilometraje.CSEGURORVIDA.value = parseFloat(Math.round((SEGURO*ANOS)*Math.pow(10,4))\/Math.pow(10,4)); \n document.kilometraje.CIMPRKM.value = parseFloat(Math.round((IMP*ANOS\/(ANOS*KM))*Math.pow(10,4))\/Math.pow(10,4)); \n document.kilometraje.CIMPRANO.value = parseFloat(Math.round((IMP*ANOS\/(ANOS))*Math.pow(10,4))\/Math.pow(10,4)); \n document.kilometraje.CIMPRVIDA.value = parseFloat(Math.round((IMP*ANOS)*Math.pow(10,4))\/Math.pow(10,4)); \n document.kilometraje.CMANTENIMIENTOPRKM.value = parseFloat(Math.round((MANTENIMIENTOP*ANOS*KM\/KMMANTENIMIENTOP)\/(ANOS*KM)*Math.pow(10,4))\/Math.pow(10,4)); \n document.kilometraje.CMANTENIMIENTOPRANO.value = parseFloat(Math.round((MANTENIMIENTOP*ANOS*KM\/KMMANTENIMIENTOP)\/(ANOS)*Math.pow(10,4))\/Math.pow(10,4)); \n document.kilometraje.CMANTENIMIENTOPRVIDA.value = parseFloat(Math.round((MANTENIMIENTOP*ANOS*KM\/KMMANTENIMIENTOP)*Math.pow(10,4))\/Math.pow(10,4)); \n document.kilometraje.CITVRKM.value = parseFloat(Math.round((ITV*VECESITV\/(ANOS*KM))*Math.pow(10,4))\/Math.pow(10,4)); \n document.kilometraje.CITVRANO.value = parseFloat(Math.round((ITV*VECESITV\/(ANOS))*Math.pow(10,4))\/Math.pow(10,4)); \n document.kilometraje.CITVRVIDA.value = parseFloat(Math.round((ITV*VECESITV)*Math.pow(10,4))\/Math.pow(10,4)); \n document.kilometraje.CMANTENIMIENTONPRKM.value = parseFloat(Math.round(((MANTENIMIENTONP*ANOS)\/(ANOS*KM))*Math.pow(10,4))\/Math.pow(10,4)); \n document.kilometraje.CMANTENIMIENTONPRANO.value = parseFloat(Math.round(((MANTENIMIENTONP*ANOS)\/(ANOS))*Math.pow(10,4))\/Math.pow(10,4)); \n document.kilometraje.CMANTENIMIENTONPRVIDA.value = parseFloat(Math.round(((MANTENIMIENTONP*ANOS))*Math.pow(10,4))\/Math.pow(10,4)); \n document.kilometraje.IVRESRKM.value = parseFloat(Math.round(((VRES)\/(ANOS*KM))*Math.pow(10,4))\/Math.pow(10,4)); \n document.kilometraje.IVRESRANO.value = parseFloat(Math.round(((VRES)\/(ANOS))*Math.pow(10,4))\/Math.pow(10,4)); \n document.kilometraje.IVRESRVIDA.value = parseFloat(Math.round(((VRES))*Math.pow(10,4))\/Math.pow(10,4)); \n document.kilometraje.COTROSRKM.value = parseFloat(Math.round(((OTROS*ANOS\/(ANOS*KM)))*Math.pow(10,4))\/Math.pow(10,4)); \n document.kilometraje.COTROSRANO.value = parseFloat(Math.round(((OTROS*ANOS\/(ANOS)))*Math.pow(10,4))\/Math.pow(10,4)); \n document.kilometraje.COTROSRVIDA.value = parseFloat(Math.round(((OTROS*ANOS))*Math.pow(10,4))\/Math.pow(10,4)); \n var costetotal = costeporkm*parseFloat(ANOS)*parseFloat(KM); \n var desembolsotrabajo = costeporkm*parseFloat(KMT); \n var ingresotrabajo = KMTR*parseFloat(CEKM); \n var balanceanual = parseFloat(ingresotrabajo-desembolsotrabajo); \n var balancevida = parseFloat(balanceanual*ANOS); \n document.kilometraje.CEUROSTOTAL.value = parseFloat(Math.round(costetotal*Math.pow(10,4))\/Math.pow(10,4)); \n document.kilometraje.CEUROSPORKM.value = parseFloat(Math.round(costeporkm*Math.pow(10,4))\/Math.pow(10,4)); \n document.kilometraje.EDESEMBOLSO.value = parseFloat(Math.round(desembolsotrabajo*Math.pow(10,4))\/Math.pow(10,4)); \n document.kilometraje.EPERCIBIDO.value = parseFloat(Math.round(ingresotrabajo*Math.pow(10,4))\/Math.pow(10,4)); \n document.kilometraje.BALANCEANO.value = parseFloat(Math.round(balanceanual*Math.pow(10,4))\/Math.pow(10,4)); \n document.kilometraje.BALANCETOTALVIDAVEHICULO.value = parseFloat(Math.round(balancevida*Math.pow(10,4))\/Math.pow(10,4)); \n } \n } \n } \n <\/script>\n<form name=\"kilometraje\">\n<p style=\"text-align: justify;\"><span style=\"font-family: 'trebuchet ms', geneva; font-size: x-large;\"><span style=\"text-align: justify; font-size: 13px;\">Esta aplicaci\u00f3n, que ha sido probada y funciona en <a href=\"https:\/\/www.google.es\/chrome\/browser\/desktop\/index.html\" target=\"_blank\" rel=\"noopener noreferrer\">Google Chrome<\/a>, <a href=\"https:\/\/www.microsoft.com\/es-es\/windows\/microsoft-edge\" target=\"_blank\" rel=\"noopener noreferrer\">Microsoft Edge<\/a>, <a href=\"https:\/\/www.mozilla.org\/es-ES\/firefox\/new\/\" target=\"_blank\" rel=\"noopener noreferrer\">Mozilla Firefox<\/a> y <a href=\"http:\/\/www.opera.com\/es\" target=\"_blank\" rel=\"noopener noreferrer\">Opera<\/a>, sirve para hacer una estimaci\u00f3n aproximada del gasto real por kil\u00f3metro de un autom\u00f3vil al efecto de compararlo con la asignaci\u00f3n estipulada tanto por la Administraci\u00f3n como por muchas empresas a este concepto cuando requieren que sus trabajadores se desplacen, no existiendo, en muchos casos, alternativa eficaz en el transporte p\u00fablico.<\/span><\/span><\/p>\n<p style=\"text-align: justify;\"><span style=\"font-family: 'trebuchet ms', geneva; font-size: small;\"><span style=\"text-align: justify;\">Los n\u00fameros que&nbsp;inicialmente&nbsp;aparecen son puramente orientativos, no teni\u00e9ndose en cuenta la fluctuaci\u00f3n temporal del precio de las cosas, pero pudi\u00e9ndose variar el importe de cada concepto y recalcul\u00e1ndose los resultados para adaptarse a las caracter\u00edsticas particulares de cada usuario.<\/span><\/span><\/p>\n<p style=\"text-align: justify;\"><span style=\"font-family: 'trebuchet ms', geneva; font-size: small;\">Agradezco a D. Guillermo Arazo el aporte relativo al ingreso por el importe del valor residual del veh\u00edculo cuando nos desprendamos de \u00e9l, que inicialmente no hab\u00eda considerado.<\/span><\/p>\n<p style=\"text-align: justify;\"><span style=\"font-family: 'trebuchet ms', geneva; font-size: small;\">Aunque inicialmente la leyenda de unidad monetaria empleada hace referencia al \u20ac como moneda en curso vigente en la UE, donde se encuentra alojada esta Web, tanto los datos que se introducen como los que se obtienen pueden ser interpretados en la moneda corriente del pa\u00eds desde el que se realice la conexi\u00f3n, porque en ning\u00fan caso en el c\u00f3digo se hace referencia a situaciones particulares de cada pa\u00eds como pudiera ser el precio del combustible, del veh\u00edculo (tanto a la hora de comprarlo como a la hora de deshacerse de \u00e9l), seguros, impuestos, costes de mantenimiento, etc. Igualmente, las unidades de longitud pueden ser interpretadas como millas all\u00ed donde sea habitual el uso de esta unidad de medida de longitud.<\/span><\/p>\n\n<table id=\"tablepress-5\" class=\"tablepress tablepress-id-5\">\n<tbody>\n<tr class=\"row-1 odd\">\n\t<td class=\"column-1\"><p style=vertical-align: middle><\/p><p style=\"color: #008080; font-family: 'Trebuchet MS'; font-size: 14px; line-height: 18px; text-align: justify;\"><strong>1.<\/strong><\/p><\/td><td class=\"column-2\"><p style=vertical-align: middle><\/p><span style=\"color: #008080; font-size: 10pt; font-family: 'trebuchet ms', geneva, sans-serif;\"><strong>PRECIO DE COMPRA DEL VEH\u00cdCULO.<\/strong><\/span><\/p><\/td><td class=\"column-3\"><\/td><td class=\"column-4\"><\/td>\n<\/tr>\n<tr class=\"row-2 even\">\n\t<td class=\"column-1\"><\/td><td class=\"column-2\"><p style=vertical-align: middle><\/p><p style=\"color: #333333; font-family: 'Trebuchet MS'; font-size: 13px; line-height: 18px; text-align: justify;\">\u00bfCu\u00e1nto pag\u00f3 usted al comprar su veh\u00edculo, incluyendo la financiaci\u00f3n (si la hubo)?<\/p><\/td><td class=\"column-3\"><p style=vertical-align: middle><\/p><input id=\"CPRECIO\" style=\"text-align: right;\" name=\"CPRECIO\" type=\"text\" value=\"15000\" \/><\/td><td class=\"column-4\"><p style=vertical-align: middle><\/p><p style=\"color: #333333; font-family: 'Trebuchet MS'; font-size: 13px; line-height: 32px; text-align: justify;\">\u20ac.<\/p><\/td>\n<\/tr>\n<tr class=\"row-3 odd\">\n\t<td class=\"column-1\"><p style=vertical-align: middle><\/p><span style=\"color: #008080; font-size: 10pt; font-family: 'trebuchet ms', geneva, sans-serif;\"><strong>2.<\/strong><\/span><\/p><\/td><td class=\"column-2\"><p style=vertical-align: middle><\/p><span style=\"color: #008080; font-size: 10pt; font-family: 'trebuchet ms', geneva, sans-serif;\"><strong>VIDA DEL VEH\u00cdCULO.<\/strong><\/span><\/p><\/td><td class=\"column-3\"><\/td><td class=\"column-4\"><\/td>\n<\/tr>\n<tr class=\"row-4 even\">\n\t<td class=\"column-1\"><\/td><td class=\"column-2\"><p style=vertical-align: middle><\/p><p style=\"color: #333333; font-family: 'Trebuchet MS'; font-size: 13px; line-height: 32px; text-align: justify;\">\u00bfCu\u00e1ntos a\u00f1os espera que le dure su veh\u00edculo?<\/p><\/td><td class=\"column-3\"><p style=vertical-align: middle><\/p><input id=\"CANOS\" style=\"text-align: right;\" name=\"CANOS\" type=\"text\" value=\"10\" \/><\/td><td class=\"column-4\"><p style=vertical-align: middle><\/p><p style=\"color: #333333; font-family: 'Trebuchet MS'; font-size: 13px; line-height: 32px; text-align: justify;\">a\u00f1os.<\/p><\/td>\n<\/tr>\n<tr class=\"row-5 odd\">\n\t<td class=\"column-1\"><p style=vertical-align: middle><\/p><span style=\"color: #008080; font-size: 10pt; font-family: 'trebuchet ms', geneva, sans-serif;\"><strong>3.<\/strong><\/span><\/p><\/td><td class=\"column-2\"><p style=vertical-align: middle><\/p><span style=\"color: #008080; font-size: 10pt; font-family: 'trebuchet ms', geneva, sans-serif;\"><strong>DISTANCIAS RECORRIDAS.<\/strong><\/span><\/p><\/td><td class=\"column-3\"><\/td><td class=\"column-4\"><\/td>\n<\/tr>\n<tr class=\"row-6 even\">\n\t<td class=\"column-1\"><p style=vertical-align: middle><\/p><span style=\"color: #008080; font-size: 10pt; line-height: 18px; font-family: 'trebuchet ms', geneva, sans-serif;\"><strong>3.1.<\/strong><\/span><\/p><\/td><td class=\"column-2\"><p style=vertical-align: middle><\/p><p style=\"color: #333333; font-family: 'Trebuchet MS'; font-size: 13px; line-height: 18px; text-align: justify;\">\u00bfCu\u00e1ntos kil\u00f3metros, aproximadamente, recorre anualmente en total?\t<\/p><\/td><td class=\"column-3\"><p style=vertical-align: middle><\/p><input id=\"CKM\" style=\"text-align: right;\" name=\"CKM\" type=\"text\" value=\"12500\" \/><\/td><td class=\"column-4\"><p style=vertical-align: middle><\/p><p style=\"color: #333333; font-family: 'Trebuchet MS'; font-size: 13px; line-height: 32px; text-align: justify;\">km\/a\u00f1o.<\/p><\/td>\n<\/tr>\n<tr class=\"row-7 odd\">\n\t<td class=\"column-1\"><p style=vertical-align: middle><\/p><span style=\"color: #008080; font-size: 10pt; line-height: 18px; font-family: 'trebuchet ms', geneva, sans-serif;\"; \"background-color: #ffffff\" ><strong>3.2.<\/strong><\/span><\/p><\/td><td class=\"column-2\"><p style=vertical-align: middle><\/p><p style=\"color: #333333; font-family: 'Trebuchet MS'; font-size: 13px; line-height: 18px; text-align: justify;\">Del total de kil\u00f3metros recorridos, \u00bfcu\u00e1ntos son debidos a desplazamientos a su puesto de trabajo?<\/p><\/td><td class=\"column-3\"><p style=vertical-align: middle><\/p><input id=\"CKMT\" style=\"text-align: right;\" name=\"CKMT\" type=\"text\" value=\"3500\" \/><\/td><td class=\"column-4\"><p style=vertical-align: middle><\/p><p style=\"color: #333333; font-family: 'Trebuchet MS'; font-size: 13px; line-height: 32px; text-align: justify;\">km\/a\u00f1o.<\/p><\/td>\n<\/tr>\n<tr class=\"row-8 even\">\n\t<td class=\"column-1\"><p style=vertical-align: middle><\/p><span style=\"color: #008080; font-size: 10pt; line-height: 18px; font-family: 'trebuchet ms', geneva, sans-serif;\"><strong>3.3.<\/strong><\/span><\/p><\/td><td class=\"column-2\"><p style=vertical-align: middle><\/p><p style=\"color: #333333; font-family: 'Trebuchet MS'; font-size: 13px; line-height: 18px; text-align: justify;\">Del total de kil\u00f3metros recorridos hasta su puesto de trabajo, \u00bfcu\u00e1ntos son abonados por su empresa en concepto de Gastos de Desplazamiento?<\/p><\/td><td class=\"column-3\"><p style=vertical-align: middle><\/p><input id=\"CKMTR\" style=\"text-align: right;\" name=\"CKMTR\" type=\"text\" value=\"1500\" \/><\/td><td class=\"column-4\"><p style=vertical-align: middle><\/p><p style=\"color: #333333; font-family: 'Trebuchet MS'; font-size: 13px; line-height: 32px; text-align: justify;\">km\/a\u00f1o.<\/p><\/td>\n<\/tr>\n<tr class=\"row-9 odd\">\n\t<td class=\"column-1\"><p style=vertical-align: middle><\/p><span style=\"color: #008080; font-size: 10pt; line-height: 18px; font-family: 'trebuchet ms', geneva, sans-serif;\"><strong>4.<\/strong><\/span><\/p><\/td><td class=\"column-2\"><p style=vertical-align: middle><\/p><span style=\"color: #008080; font-size: 10pt; font-family: 'trebuchet ms', geneva, sans-serif;\"><strong>COMBUSTIBLE\/ELECTRICIDAD.<\/strong><\/span><\/p><\/td><td class=\"column-3\"><\/td><td class=\"column-4\"><\/td>\n<\/tr>\n<tr class=\"row-10 even\">\n\t<td class=\"column-1\"><\/td><td class=\"column-2\"><p style=vertical-align: middle><\/p><p style=\"color: #333333; font-family: 'Trebuchet MS'; font-size: 13px; line-height: 18px; text-align: justify;\">En promedio, \u00bfcu\u00e1nto combustible o energ\u00eda el\u00e9ctrica consume? Escriba en \u20ac y km (o en la moneda de su pa\u00eds y millas, cuando sea su caso).<br \/>\nPara responder a esta cuesti\u00f3n es \u00fatil emplear el cuentakil\u00f3metros parcial, anotar los km realizados y ponerlo a cero cuando se llena el dep\u00f3sito o se carga la bater\u00eda.<\/p><\/td><td class=\"column-3\"><p style=vertical-align: middle><\/p><input id=\"CLLENODEPOSITO\" style=\"text-align: right;\" name=\"CLLENODEPOSITO\" type=\"text\" value=\"70\" \/><br \/>\n<p style=vertical-align: middle><\/p><input id=\"CKMDEPOSITO\" style=\"text-align: right;\" name=\"CKMDEPOSITO\" type=\"text\" value=\"800\" \/><\/td><td class=\"column-4\"><p style=vertical-align: middle><\/p><p style=\"color: #333333; font-family: 'Trebuchet MS'; font-size: 13px; line-height: 32px; text-align: justify;\">\u20ac cada<\/p><br \/>\n<p style=\"color: #333333; font-family: 'Trebuchet MS'; font-size: 13px; line-height: 8px; text-align: justify;\">km.<\/p><\/td>\n<\/tr>\n<tr class=\"row-11 odd\">\n\t<td class=\"column-1\"><p style=vertical-align: middle><\/p><span style=\"color: #008080; font-size: 10pt; line-height: 18px; font-family: 'trebuchet ms', geneva, sans-serif;\"><strong>5.<\/strong><\/span><\/p><\/td><td class=\"column-2\"><p style=vertical-align: middle><\/p><span style=\"color: #008080; font-size: 10pt; font-family: 'trebuchet ms', geneva, sans-serif;\"><strong>SEGUROS E IMPUESTOS.<\/strong><\/span><\/p><\/td><td class=\"column-3\"><\/td><td class=\"column-4\"><\/td>\n<\/tr>\n<tr class=\"row-12 even\">\n\t<td class=\"column-1\"><p style=vertical-align: middle><\/p><span style=\"color: #008080; font-size: 10pt; line-height: 32px; font-family: 'trebuchet ms', geneva, sans-serif;\"><strong>5.1.<\/strong><\/span><\/p><\/td><td class=\"column-2\"><p style=vertical-align: middle><\/p><p style=\"color: #333333; font-family: 'Trebuchet MS'; font-size: 13px; line-height: 32px; text-align: justify;\">\u00bfCu\u00e1nto paga anualmente en concepto de seguro?<\/p><\/td><td class=\"column-3\"><p style=vertical-align: middle><\/p><input id=\"CSEGURO\" style=\"text-align: right;\" name=\"CSEGURO\" type=\"text\" value=\"400\" \/><\/td><td class=\"column-4\"><p style=vertical-align: middle><\/p><p style=\"color: #333333; font-family: 'Trebuchet MS'; font-size: 13px; line-height: 32px; text-align: justify;\">\u20ac\/a\u00f1o.<\/p><\/td>\n<\/tr>\n<tr class=\"row-13 odd\">\n\t<td class=\"column-1\"><p style=vertical-align: middle><\/p><span style=\"color: #008080; font-size: 10pt; line-height: 18px; font-family: 'trebuchet ms', geneva, sans-serif;\"><strong>5.2.<\/strong><\/span><\/p><\/td><td class=\"column-2\"><p style=vertical-align: middle><\/p><p style=\"color: #333333; font-family: 'Trebuchet MS'; font-size: 13px; line-height: 18px; text-align: justify;\">\u00bfCu\u00e1nto paga anualmente en concepto de Impuesto de Veh\u00edculos de Tracci\u00f3n Mec\u00e1nica?<\/p><\/td><td class=\"column-3\"><p style=vertical-align: middle><\/p><input id=\"CIMP\" style=\"text-align: right;\" name=\"CIMP\" type=\"text\" value=\"100\" \/><\/td><td class=\"column-4\"><p style=vertical-align: middle><\/p><p style=\"color: #333333; font-family: 'Trebuchet MS'; font-size: 13px; line-height: 32px; text-align: justify;\">\u20ac\/a\u00f1o.<\/p><\/td>\n<\/tr>\n<tr class=\"row-14 even\">\n\t<td class=\"column-1\"><p style=vertical-align: middle><\/p><span style=\"color: #008080; font-size: 10pt; line-height: 18px; font-family: 'trebuchet ms', geneva, sans-serif;\"><strong>6.<\/strong><\/span><\/p><\/td><td class=\"column-2\"><p style=vertical-align: middle><\/p><span style=\"color: #008080; font-size: 10pt; font-family: 'trebuchet ms', geneva, sans-serif;\"><strong>MANTENIMIENTOS PERI\u00d3DICOS.<\/strong><\/span><\/p><\/td><td class=\"column-3\"><\/td><td class=\"column-4\"><\/td>\n<\/tr>\n<tr class=\"row-15 odd\">\n\t<td class=\"column-1\"><p style=vertical-align: middle><\/p><span style=\"color: #008080; font-size: 10pt; line-height: 18px; font-family: 'trebuchet ms', geneva, sans-serif;\"><strong>6.1.<\/strong><\/span><\/p><\/td><td class=\"column-2\"><p style=vertical-align: middle><\/p><p style=\"color: #333333; font-family: 'Trebuchet MS'; font-size: 13px; line-height: 18px; text-align: justify;\">\u00bfCu\u00e1nto le cuesta aproximadamente cada mantenimiento peri\u00f3dico y cada cu\u00e1ntos kil\u00f3metros tiene que hacerlo?<\/p><\/td><td class=\"column-3\"><p style=vertical-align: middle><\/p><input id=\"CMANTENIMIENTOP\" style=\"text-align: right;\" name=\"CMANTENIMIENTOP\" type=\"text\" value=\"200\" \/><br \/>\n<p style=vertical-align: middle><\/p><input id=\"CKMMANTENIMIENTOP\" style=\"text-align: right;\" name=\"CKMMANTENIMIENTOP\" type=\"text\" value=\"10000\" \/><\/td><td class=\"column-4\"><p style=vertical-align: middle><\/p><p style=\"color: #333333; font-family: 'Trebuchet MS'; font-size: 13px; line-height: 32px; text-align: justify;\">\u20ac cada<\/p><br \/>\n<p style=\"color: #333333; font-family: 'Trebuchet MS'; font-size: 13px; line-height: 8px; text-align: justify;\">km.<\/p><\/td>\n<\/tr>\n<tr class=\"row-16 even\">\n\t<td class=\"column-1\"><p style=vertical-align: middle><\/p><span style=\"color: #008080; font-size: 10pt; line-height: 18px; font-family: 'trebuchet ms', geneva, sans-serif;\"><strong>6.2.<\/strong><\/span><\/p><\/td><td class=\"column-2\"><p style=vertical-align: middle><\/p><p style=\"color: #333333; font-family: 'Trebuchet MS'; font-size: 13px; line-height: 18px; text-align: justify;\">\u00bfCu\u00e1nto paga por la Inspecci\u00f3n T\u00e9cnica de su Veh\u00edculo (ITV)<sup style=\"text-align: justify;\">(<\/sup><span style=\"text-align: justify;\">*<\/span><sup style=\"text-align: justify;\">)<\/sup><span style=\"text-align: justify;\">?<\/span><\/span><\/td><td class=\"column-3\"><p style=vertical-align: middle><\/p><input id=\"CITV\" style=\"text-align: right;\" name=\"CITV\" type=\"text\" value=\"80\" \/><\/td><td class=\"column-4\"><p style=vertical-align: middle><\/p><p style=\"color: #333333; font-family: 'Trebuchet MS'; font-size: 13px; line-height: 32px; text-align: justify;\">\u20ac\/vez.<\/p><\/td>\n<\/tr>\n<tr class=\"row-17 odd\">\n\t<td class=\"column-1\"><p style=vertical-align: middle><\/p><span style=\"color: #008080; font-size: 10pt; font-family: 'trebuchet ms', geneva, sans-serif;\"><strong>7.<\/strong><\/span><\/p><\/td><td class=\"column-2\"><p style=vertical-align: middle><\/p><span style=\"color: #008080; font-size: 10pt; font-family: 'trebuchet ms', geneva, sans-serif;\"><strong>MANTENIMIENTOS NO PERI\u00d3DICOS Y AVER\u00cdAS.<\/strong><\/span><\/p><\/td><td class=\"column-3\"><\/td><td class=\"column-4\"><\/td>\n<\/tr>\n<tr class=\"row-18 even\">\n\t<td class=\"column-1\"><\/td><td class=\"column-2\"><p style=vertical-align: middle><\/p><p style=\"color: #333333; font-family: 'Trebuchet MS'; font-size: 13px; line-height: 18px; text-align: justify;\">\u00bfEn cu\u00e1nto estima el coste anual de los mantenimientos no peri\u00f3dicos y reparaci\u00f3n de aver\u00edas imprevistas?<\/p><\/td><td class=\"column-3\"><p style=vertical-align: middle><\/p><input id=\"CMANTENIMIENTONP\" style=\"text-align: right;\" name=\"CMANTENIMIENTONP\" type=\"text\" value=\"300\" \/><\/td><td class=\"column-4\"><p style=vertical-align: middle><\/p><p style=\"color: #333333; font-family: 'Trebuchet MS'; font-size: 13px; line-height: 32px; text-align: justify;\">\u20ac\/a\u00f1o.<\/p><\/td>\n<\/tr>\n<tr class=\"row-19 odd\">\n\t<td class=\"column-1\"><p style=vertical-align: middle><\/p><span style=\"color: #008080; font-size: 10pt; font-family: 'trebuchet ms', geneva, sans-serif;\"><strong>8.<\/strong><\/span><\/p><\/td><td class=\"column-2\"><p style=vertical-align: middle><\/p><span style=\"color: #008080; font-size: 10pt; font-family: 'trebuchet ms', geneva, sans-serif;\"><strong>VALOR RESIDUAL DEL VEH\u00cdCULO.<\/strong><\/span><\/p><\/td><td class=\"column-3\"><\/td><td class=\"column-4\"><\/td>\n<\/tr>\n<tr class=\"row-20 even\">\n\t<td class=\"column-1\"><\/td><td class=\"column-2\"><p style=vertical-align: middle><\/p><p style=\"color: #333333; font-family: 'Trebuchet MS'; font-size: 13px; line-height: 18px; text-align: justify;\">\u00bfEn cu\u00e1nto estima que podr\u00e1 vender su veh\u00edculo cuando quiera deshacerse de \u00e9l?<\/p><\/td><td class=\"column-3\"><p style=vertical-align: middle><\/p><input id=\"IVRES\" style=\"text-align: right;\" name=\"IVRES\" type=\"text\" value=\"2000\" \/><\/td><td class=\"column-4\"><p style=vertical-align: middle><\/p><p style=\"color: #333333; font-family: 'Trebuchet MS'; font-size: 13px; line-height: 32px; text-align: justify;\">\u20ac.<\/p><\/td>\n<\/tr>\n<tr class=\"row-21 odd\">\n\t<td class=\"column-1\"><p style=vertical-align: middle><\/p><span style=\"color: #008080; font-size: 10pt; font-family: 'trebuchet ms', geneva, sans-serif;\"><strong>9.<\/strong><\/span><\/p><\/td><td class=\"column-2\"><p style=vertical-align: middle><\/p><span style=\"color: #008080; font-size: 10pt; font-family: 'trebuchet ms', geneva, sans-serif;\"><strong>OTROS CONCEPTOS.<\/strong><\/span><\/p><\/td><td class=\"column-3\"><\/td><td class=\"column-4\"><\/td>\n<\/tr>\n<tr class=\"row-22 even\">\n\t<td class=\"column-1\"><\/td><td class=\"column-2\"><p style=vertical-align: middle><\/p><p style=\"color: #333333; font-family: 'Trebuchet MS'; font-size: 13px; line-height: 18px; text-align: justify;\">\u00bfLe supone alg\u00fan otro gasto o ingreso anual no contemplado aqu\u00ed la posesi\u00f3n de su veh\u00edculo como, por ejemplo, aparcamiento, limpieza, bonificaciones...?<\/p><\/td><td class=\"column-3\"><p style=vertical-align: middle><\/p><input id=\"COTROS\" style=\"text-align: right;\" name=\"COTROS\" type=\"text\" value=\"300\" \/><\/td><td class=\"column-4\"><p style=vertical-align: middle><\/p><p style=\"color: #333333; font-family: 'Trebuchet MS'; font-size: 13px; line-height: 32px; text-align: justify;\">\u20ac\/a\u00f1o.<\/p><\/td>\n<\/tr>\n<tr class=\"row-23 odd\">\n\t<td class=\"column-1\"><p style=vertical-align: middle><\/p><span style=\"color: #008080; font-size: 10pt; font-family: 'trebuchet ms', geneva, sans-serif;\"><strong>10.<\/strong><\/span><\/p><\/td><td class=\"column-2\"><p style=vertical-align: middle><\/p><span style=\"color: #008080; font-size: 10pt; font-family: 'trebuchet ms', geneva, sans-serif;\"><strong>INGRESOS POR DESPLAZAMIENTOS.<\/strong><\/span><\/p><\/td><td class=\"column-3\"><\/td><td class=\"column-4\"><\/td>\n<\/tr>\n<tr class=\"row-24 even\">\n\t<td class=\"column-1\"><\/td><td class=\"column-2\"><p style=vertical-align: middle><\/p><p style=\"color: #333333; font-family: 'Trebuchet MS'; font-size: 13px; line-height: 18px; text-align: justify;\">\u00bfQu\u00e9 importe le abona su empresa en concepto de Gastos de Desplazamiento por km recorrido? En la Administraci\u00f3n, a fecha 01 de Enero de 2016, es 0,19 \u20ac\/km seg\u00fan <a href=\"https:\/\/www.boe.es\/boe\/dias\/2016\/01\/01\/pdfs\/BOE-A-2016-25.pdf\" target=\"_blank\" rel=\"noopener\">esta fuente<\/a>.<\/p><\/td><td class=\"column-3\"><p style=vertical-align: middle><\/p><input id=\"EKM\" style=\"text-align: right;\" name=\"EKM\" type=\"text\" value=\"0.19\" \/><\/td><td class=\"column-4\"><p style=vertical-align: middle><\/p><p style=\"color: #333333; font-family: 'Trebuchet MS'; font-size: 13px; line-height: 32px; text-align: justify;\">\u20ac\/km.<\/p><\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<!-- #tablepress-5 from cache -->\n<hr \/>\n<p style=\"text-align: center;\"><input type=\"button\" value=\"Calcular\" onclick=\"calculaeuroskm()\"\/><\/p>\n<div align=\"center\">\n<hr \/>\n<p style=\"text-align: center;\"><span style=\"color: #ff0000; font-family: 'Trebuchet MS'; font-size: medium;\"><strong>RESULTADOS.<\/strong><\/span><\/p>\n<p style=\"text-align: justify;\"><span style=\"font-family: 'trebuchet ms', geneva; font-size: small;\">A continuaci\u00f3n se presenta una valoraci\u00f3n previa de los ingresos y costes asociados a cada uno de los gastos, en \u20ac\/km, \u20ac\/a\u00f1o y \u20ac a lo largo de la vida del autom\u00f3vil (indicada por el usuario en el apartado 2, Vida del Veh\u00edculo):<\/span><\/p>\n<p style=\"text-align: center;\">\n<table id=\"tablepress-7\" class=\"tablepress tablepress-id-7\">\n<tbody>\n<tr class=\"row-1 odd\">\n\t<td class=\"column-1\"><p style=vertical-align: middle><\/p><span style=\"color: #008080; font-size: 10pt; font-family: 'trebuchet ms', geneva, sans-serif;\"><strong>1. PRECIO DE COMPRA DEL VEH\u00cdCULO.<\/strong><\/span><\/p><\/td>\n<\/tr>\n<tr class=\"row-2 even\">\n\t<td class=\"column-1\"><\/p><p style=\"color: #333333; font-family: 'Trebuchet MS'; font-size: 13px; line-height: 18px; text-align: justify;\">Costes asociados al precio de compra del veh\u00edculo:<br \/>\n<\/p><\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<!-- #tablepress-7 from cache --><\/p>\n<table style=\"width: 100%;\">\n<tbody>\n<tr>\n<td>\n<p style=\"text-align: center;\"><input id=\"CPRECIORKM\" style=\"text-align: right;\" name=\"CPRECIORKM\" type=\"text\" value=\"\"\/><\/p>\n<p style=\"text-align: center;\"><span style=\"font-size: 10pt; font-family: 'trebuchet ms', geneva, sans-serif;\">&nbsp;\u20ac\/km.<\/span><\/p>\n<\/td>\n<td>\n<p style=\"text-align: center;\"><span style=\"font-size: 10pt; font-family: 'trebuchet ms', geneva, sans-serif;\"><input id=\"CPRECIORANO\" style=\"text-align: right;\" name=\"CPRECIORANO\" type=\"text\" value=\"\"\/><\/span><\/p>\n<p style=\"text-align: center;\"><span style=\"font-size: 10pt; font-family: 'trebuchet ms', geneva, sans-serif;\">&nbsp;\u20ac\/a\u00f1o.<\/span><\/p>\n<\/td>\n<td>\n<p style=\"text-align: center;\"><span style=\"font-size: 10pt; font-family: 'trebuchet ms', geneva, sans-serif;\"><input id=\"CPRECIORVIDA\" style=\"text-align: right;\" name=\"CPRECIORVIDA\" type=\"text\" value=\"\"\/><\/span><\/p>\n<p style=\"text-align: center;\"><span style=\"font-size: 10pt; font-family: 'trebuchet ms', geneva, sans-serif;\">&nbsp;\u20ac.<\/span><\/p>\n<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p style=\"text-align: center;\">\n<table id=\"tablepress-8\" class=\"tablepress tablepress-id-8\">\n<tbody>\n<tr class=\"row-1 odd\">\n\t<td class=\"column-1\"><p style=vertical-align: middle><\/p><span style=\"color: #008080; font-size: 10pt; font-family: 'trebuchet ms', geneva, sans-serif;\"><strong>2. VIDA DEL VEH\u00cdCULO.<\/strong><\/span><\/p><\/td>\n<\/tr>\n<tr class=\"row-2 even\">\n\t<td class=\"column-1\"><\/p><p style=\"color: #333333; font-family: 'Trebuchet MS'; font-size: 13px; line-height: 18px; text-align: justify;\">Costes asociados a la vida del veh\u00edculo:<br \/>\n<\/p><\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<!-- #tablepress-8 from cache --><\/p>\n<table style=\"width: 100%;\">\n<tbody>\n<tr>\n<td>\n<p style=\"text-align: center;\"><span style=\"font-size: 10pt;\"><input id=\"CANOSRKM\" style=\"text-align: right;\" name=\"CANOSRKM\" type=\"text\" value=\"\"\/><\/span><\/p>\n<p style=\"text-align: center;\"><span style=\"font-size: 10pt; font-family: 'trebuchet ms', geneva, sans-serif;\">&nbsp;\u20ac\/km.<\/span><\/p>\n<\/td>\n<td style=\"text-align: center;\">\n<p><span style=\"font-size: 10pt; font-family: 'trebuchet ms', geneva, sans-serif;\"><input id=\"CANOSRANO\" style=\"text-align: right;\" name=\"CANOSRANO\" type=\"text\" value=\"\"\/><\/span><\/p>\n<p><span style=\"font-size: 10pt; font-family: 'trebuchet ms', geneva, sans-serif;\">&nbsp;\u20ac\/a\u00f1o.<\/span><\/td>\n<td style=\"text-align: center;\">\n<p><span style=\"font-size: 10pt; font-family: 'trebuchet ms', geneva, sans-serif;\"><input id=\"CANOSRVIDA\" style=\"text-align: right;\" name=\"CANOSRVIDA\" type=\"text\" value=\"\"\/><\/span><\/p>\n<p><span style=\"font-size: 10pt; font-family: 'trebuchet ms', geneva, sans-serif;\">&nbsp;\u20ac.<\/span><\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n\n<table id=\"tablepress-9\" class=\"tablepress tablepress-id-9\">\n<tbody>\n<tr class=\"row-1 odd\">\n\t<td class=\"column-1\"><p style=vertical-align: middle><\/p><span style=\"color: #008080; font-size: 10pt; font-family: 'trebuchet ms', geneva, sans-serif;\"><strong>3. DISTANCIAS RECORRIDAS.<\/strong><\/span><\/p><\/td>\n<\/tr>\n<tr class=\"row-2 even\">\n\t<td class=\"column-1\"><\/p><p style=\"color: #333333; font-family: 'Trebuchet MS'; font-size: 13px; line-height: 18px; text-align: justify;\">3.1. Costes asociados a las distancias recorridas:<br \/>\n<\/p><\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<!-- #tablepress-9 from cache -->\n<table style=\"width: 100%;\">\n<tbody>\n<tr>\n<td>\n<p style=\"text-align: center;\"><input id=\"CKMRKM\" style=\"text-align: right;\" name=\"CKMRKM\" type=\"text\" value=\"\"\/><\/p>\n<p style=\"text-align: center;\"><span style=\"font-size: 10pt; font-family: 'trebuchet ms', geneva, sans-serif;\">&nbsp;\u20ac\/km.<\/span><\/p>\n<\/td>\n<td style=\"text-align: center;\">\n<p><span style=\"font-size: 10pt; font-family: 'trebuchet ms', geneva, sans-serif;\"><input id=\"CKMRANO\" style=\"text-align: right;\" name=\"CKMRANO\" type=\"text\" value=\"\"\/><\/span><\/p>\n<p><span style=\"font-size: 10pt; font-family: 'trebuchet ms', geneva, sans-serif;\">&nbsp;\u20ac\/a\u00f1o.<\/span><\/td>\n<td>\n<p style=\"text-align: center;\"><span style=\"font-size: 10pt; font-family: 'trebuchet ms', geneva, sans-serif;\"><input id=\"CKMRVIDA\" style=\"text-align: right;\" name=\"CKMRVIDA\" type=\"text\" value=\"\"\/><\/span><\/p>\n<p style=\"text-align: center;\"><span style=\"font-size: 10pt; font-family: 'trebuchet ms', geneva, sans-serif;\">&nbsp;\u20ac.<\/span><\/p>\n<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p style=\"text-align: center;\">\n<table id=\"tablepress-11\" class=\"tablepress tablepress-id-11\">\n<tbody>\n<tr class=\"row-1\">\n\t<td class=\"column-1\"><\/p><p style=\"color: #333333; font-family: 'Trebuchet MS'; font-size: 13px; line-height: 18px; text-align: justify;\">3.2. Costes asociados a las distancias recorridas en los desplazamientos al puesto de trabajo:<br \/>\n<\/p><\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<!-- #tablepress-11 from cache --><\/p>\n<table style=\"width: 100%;\">\n<tbody>\n<tr>\n<td>\n<p style=\"text-align: center;\"><input id=\"CKMTRKM\" style=\"text-align: right;\" name=\"CKMTRKM\" type=\"text\" value=\"\"\/><\/p>\n<p style=\"text-align: center;\"><span style=\"font-size: 10pt; font-family: 'trebuchet ms', geneva, sans-serif;\">&nbsp;\u20ac\/km.<\/span><\/p>\n<\/td>\n<td>\n<p style=\"text-align: center;\"><span style=\"font-size: 10pt; font-family: 'trebuchet ms', geneva, sans-serif;\"><input id=\"CKMTRANO\" style=\"text-align: right;\" name=\"CKMTRANO\" type=\"text\" value=\"\"\/><\/span><\/p>\n<p style=\"text-align: center;\"><span style=\"font-size: 10pt; font-family: 'trebuchet ms', geneva, sans-serif;\">&nbsp;\u20ac\/a\u00f1o.<\/span><\/p>\n<\/td>\n<td>\n<p style=\"text-align: center;\"><span style=\"font-size: 10pt; font-family: 'trebuchet ms', geneva, sans-serif;\"><input id=\"CKMTRVIDA\" style=\"text-align: right;\" name=\"CKMTRVIDA\" type=\"text\" value=\"\"\/><\/span><\/p>\n<p style=\"text-align: center;\"><span style=\"font-size: 10pt; font-family: 'trebuchet ms', geneva, sans-serif;\">&nbsp;\u20ac.<\/span><\/p>\n<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n\n<table id=\"tablepress-22\" class=\"tablepress tablepress-id-22\">\n<tbody>\n<tr class=\"row-1\">\n\t<td class=\"column-1\"><\/p><p style=\"color: #333333; font-family: 'Trebuchet MS'; font-size: 13px; line-height: 18px; text-align: justify;\">3.3. Ingresos asociado a los costes abonados por la empresa en concepto de Gastos de Desplazamiento:<\/p><\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<!-- #tablepress-22 from cache -->\n<table style=\"width: 100%;\">\n<tbody>\n<tr>\n<td>\n<p style=\"text-align: center;\"><input id=\"INGKM\" style=\"text-align: right;\" name=\"INGKM\" type=\"text\" value=\"\"\/><\/p>\n<p style=\"text-align: center;\"><span style=\"font-size: 10pt; font-family: 'trebuchet ms', geneva, sans-serif;\">&nbsp;\u20ac\/km.<\/span><\/p>\n<\/td>\n<td>\n<p style=\"text-align: center;\"><span style=\"font-size: 10pt; font-family: 'trebuchet ms', geneva, sans-serif;\"><input id=\"INGANO\" style=\"text-align: right;\" name=\"INGANO\" type=\"text\" value=\"\"\/><\/span><\/p>\n<p style=\"text-align: center;\"><span style=\"font-size: 10pt; font-family: 'trebuchet ms', geneva, sans-serif;\">&nbsp;\u20ac\/a\u00f1o.<\/span><\/p>\n<\/td>\n<td>\n<p style=\"text-align: center;\"><span style=\"font-size: 10pt; font-family: 'trebuchet ms', geneva, sans-serif;\"><input id=\"INGVIDA\" style=\"text-align: right;\" name=\"INGVIDA\" type=\"text\" value=\"\"\/><\/span><\/p>\n<p style=\"text-align: center;\"><span style=\"font-size: 10pt; font-family: 'trebuchet ms', geneva, sans-serif;\">&nbsp;\u20ac.<\/span><\/p>\n<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n\n<table id=\"tablepress-12\" class=\"tablepress tablepress-id-12\">\n<tbody>\n<tr class=\"row-1 odd\">\n\t<td class=\"column-1\"><p style=vertical-align: middle><\/p><span style=\"color: #008080; font-size: 10pt; font-family: 'trebuchet ms', geneva, sans-serif;\"><strong>4. COMBUSTIBLE.<\/strong><\/span><\/p><\/td>\n<\/tr>\n<tr class=\"row-2 even\">\n\t<td class=\"column-1\"><\/p><p style=\"color: #333333; font-family: 'Trebuchet MS'; font-size: 13px; line-height: 18px; text-align: justify;\">Costes asociados al precio del combustible:<br \/>\n<\/p><\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<!-- #tablepress-12 from cache -->\n<table style=\"width: 100%;\">\n<tbody>\n<tr>\n<td>\n<p style=\"text-align: center;\"><input id=\"CLLENODEPOSITORKM\" style=\"text-align: right;\" name=\"CLLENODEPOSITORKM\" type=\"text\" value=\"\"\/><\/p>\n<p style=\"text-align: center;\"><span style=\"font-size: 10pt; font-family: 'trebuchet ms', geneva, sans-serif;\">&nbsp;\u20ac\/km.<\/span><\/p>\n<\/td>\n<td>\n<p style=\"text-align: center;\"><span style=\"font-size: 10pt; font-family: 'trebuchet ms', geneva, sans-serif;\"><input id=\"CLLENODEPOSITORANO\" style=\"text-align: right;\" name=\"CLLENODEPOSITORANO\" type=\"text\" value=\"\"\/><\/span><\/p>\n<p style=\"text-align: center;\"><span style=\"font-size: 10pt; font-family: 'trebuchet ms', geneva, sans-serif;\">&nbsp;\u20ac\/a\u00f1o.<\/span><\/p>\n<\/td>\n<td>\n<p style=\"text-align: center;\"><span style=\"font-size: 10pt; font-family: 'trebuchet ms', geneva, sans-serif;\"><input id=\"CLLENODEPOSITORVIDA\" style=\"text-align: right;\" name=\"CLLENODEPOSITORVIDA\" type=\"text\" value=\"\"\/><\/span><\/p>\n<p style=\"text-align: center;\"><span style=\"font-size: 10pt; font-family: 'trebuchet ms', geneva, sans-serif;\">&nbsp;\u20ac.<\/span><\/p>\n<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/div>\n<p style=\"text-align: center;\">\n<table id=\"tablepress-13\" class=\"tablepress tablepress-id-13\">\n<tbody>\n<tr class=\"row-1 odd\">\n\t<td class=\"column-1\"><p style=vertical-align: middle><\/p><span style=\"color: #008080; font-size: 10pt; font-family: 'trebuchet ms', geneva, sans-serif;\"><strong>5. SEGUROS E IMPUESTOS.<\/strong><\/span><\/p><\/td>\n<\/tr>\n<tr class=\"row-2 even\">\n\t<td class=\"column-1\"><\/p><p style=\"color: #333333; font-family: 'Trebuchet MS'; font-size: 13px; line-height: 18px; text-align: justify;\">5.1 Costes asociados al precio del seguro:<br \/>\n<\/p><\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<!-- #tablepress-13 from cache --><\/p>\n<table style=\"width: 100%;\">\n<tbody>\n<tr>\n<td>\n<p style=\"text-align: center;\"><input id=\"CSEGURORKM\" style=\"text-align: right;\" name=\"CSEGURORKM\" type=\"text\" value=\"\"\/><\/p>\n<p style=\"text-align: center;\"><span style=\"font-size: 10pt; font-family: 'trebuchet ms', geneva, sans-serif;\">&nbsp;\u20ac\/km.<\/span><\/p>\n<\/td>\n<td>\n<p style=\"text-align: center;\"><span style=\"font-size: 10pt; font-family: 'trebuchet ms', geneva, sans-serif;\"><input id=\"CSEGURORANO\" style=\"text-align: right;\" name=\"CSEGURORANO\" type=\"text\" value=\"\"\/><\/span><\/p>\n<p style=\"text-align: center;\"><span style=\"font-size: 10pt; font-family: 'trebuchet ms', geneva, sans-serif;\">&nbsp;\u20ac\/a\u00f1o.<\/span><\/p>\n<\/td>\n<td>\n<p style=\"text-align: center;\"><span style=\"font-size: 10pt; font-family: 'trebuchet ms', geneva, sans-serif;\"><input id=\"CSEGURORVIDA\" style=\"text-align: right;\" name=\"CSEGURORVIDA\" type=\"text\" value=\"\"\/><\/span><\/p>\n<p style=\"text-align: center;\"><span style=\"font-size: 10pt; font-family: 'trebuchet ms', geneva, sans-serif;\">&nbsp;\u20ac.<\/span><\/p>\n<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p style=\"text-align: center;\">\n<table id=\"tablepress-14\" class=\"tablepress tablepress-id-14\">\n<tbody>\n<tr class=\"row-1\">\n\t<td class=\"column-1\"><\/p><p style=\"color: #333333; font-family: 'Trebuchet MS'; font-size: 13px; line-height: 18px; text-align: justify;\">5.2. Costes asociados al precio del Impuesto de Veh\u00edculos de Tracci\u00f3n Mec\u00e1nica:<br \/>\n<\/p><\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<!-- #tablepress-14 from cache --><\/p>\n<table style=\"width: 100%;\">\n<tbody>\n<tr>\n<td>\n<p style=\"text-align: center;\"><input id=\"CIMPRKM\" style=\"text-align: right;\" name=\"CIMPRKM\" type=\"text\" value=\"\"\/><\/p>\n<p style=\"text-align: center;\"><span style=\"font-size: 10pt; font-family: 'trebuchet ms', geneva, sans-serif;\">&nbsp;\u20ac\/km.<\/span><\/p>\n<\/td>\n<td>\n<p style=\"text-align: center;\"><span style=\"font-size: 10pt; font-family: 'trebuchet ms', geneva, sans-serif;\"><input id=\"CIMPRANO\" style=\"text-align: right;\" name=\"CIMPRANO\" type=\"text\" value=\"\"\/><\/span><\/p>\n<p style=\"text-align: center;\"><span style=\"font-size: 10pt; font-family: 'trebuchet ms', geneva, sans-serif;\">&nbsp;\u20ac\/a\u00f1o.<\/span><\/p>\n<\/td>\n<td>\n<p style=\"text-align: center;\"><span style=\"font-size: 10pt; font-family: 'trebuchet ms', geneva, sans-serif;\"><input id=\"CIMPRVIDA\" style=\"text-align: right;\" name=\"CIMPRVIDA\" type=\"text\" value=\"\"\/><\/span><\/p>\n<p style=\"text-align: center;\"><span style=\"font-size: 10pt; font-family: 'trebuchet ms', geneva, sans-serif;\">&nbsp;\u20ac.<\/span><\/p>\n<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p style=\"text-align: center;\">\n<table id=\"tablepress-15\" class=\"tablepress tablepress-id-15\">\n<tbody>\n<tr class=\"row-1 odd\">\n\t<td class=\"column-1\"><p style=vertical-align: middle><\/p><span style=\"color: #008080; font-size: 10pt; font-family: 'trebuchet ms', geneva, sans-serif;\"><strong>6. MANTENIMIENTOS PERI\u00d3DICOS.<\/strong><\/span><\/p><\/td>\n<\/tr>\n<tr class=\"row-2 even\">\n\t<td class=\"column-1\"><\/p><p style=\"color: #333333; font-family: 'Trebuchet MS'; font-size: 13px; line-height: 18px; text-align: justify;\">6.1 Costes asociados al precio de los mantenimientos peri\u00f3dicos:<br \/>\n<\/p><\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<!-- #tablepress-15 from cache --><\/p>\n<table style=\"width: 100%;\">\n<tbody>\n<tr>\n<td>\n<p style=\"text-align: center;\"><input id=\"CMANTENIMIENTOPRKM\" style=\"text-align: right;\" name=\"CMANTENIMIENTOPRKM\" type=\"text\" value=\"\"\/><\/p>\n<p style=\"text-align: center;\"><span style=\"font-size: 10pt; font-family: 'trebuchet ms', geneva, sans-serif;\">&nbsp;\u20ac\/km.<\/span><\/p>\n<\/td>\n<td>\n<p style=\"text-align: center;\"><span style=\"font-size: 10pt; font-family: 'trebuchet ms', geneva, sans-serif;\"><input id=\"CMANTENIMIENTOPRANO\" style=\"text-align: right;\" name=\"CMANTENIMIENTOPRANO\" type=\"text\" value=\"\"\/><\/span><\/p>\n<p style=\"text-align: center;\"><span style=\"font-size: 10pt; font-family: 'trebuchet ms', geneva, sans-serif;\">&nbsp;\u20ac\/a\u00f1o.<\/span><\/p>\n<\/td>\n<td>\n<p style=\"text-align: center;\"><span style=\"font-size: 10pt; font-family: 'trebuchet ms', geneva, sans-serif;\"><input id=\"CMANTENIMIENTOPRVIDA\" style=\"text-align: right;\" name=\"CMANTENIMIENTOPRVIDA\" type=\"text\" value=\"\"\/><\/span><\/p>\n<p style=\"text-align: center;\"><span style=\"font-size: 10pt; font-family: 'trebuchet ms', geneva, sans-serif;\">&nbsp;\u20ac.<\/span><\/p>\n<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p style=\"text-align: center;\">\n<table id=\"tablepress-16\" class=\"tablepress tablepress-id-16\">\n<tbody>\n<tr class=\"row-1\">\n\t<td class=\"column-1\"><\/p><p style=\"color: #333333; font-family: 'Trebuchet MS'; font-size: 13px; line-height: 18px; text-align: justify;\">6.2. Costes asociados al precio de la Inspecci\u00f3n T\u00e9cnica de su Veh\u00edculo (ITV):<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<!-- #tablepress-16 from cache --><\/p>\n<table style=\"width: 100%;\">\n<tbody>\n<tr>\n<td>\n<p style=\"text-align: center;\"><input id=\"CITVRKM\" style=\"text-align: right;\" name=\"CITVRKM\" type=\"text\" value=\"\"\/><\/p>\n<p style=\"text-align: center;\"><span style=\"font-size: 10pt; font-family: 'trebuchet ms', geneva, sans-serif;\">&nbsp;\u20ac\/km.<\/span><\/p>\n<\/td>\n<td>\n<p style=\"text-align: center;\"><span style=\"font-size: 10pt; font-family: 'trebuchet ms', geneva, sans-serif;\"><input id=\"CITVRANO\" style=\"text-align: right;\" name=\"CITVRANO\" type=\"text\" value=\"\"\/><\/span><\/p>\n<p style=\"text-align: center;\"><span style=\"font-size: 10pt; font-family: 'trebuchet ms', geneva, sans-serif;\">&nbsp;\u20ac\/a\u00f1o.<\/span><\/p>\n<\/td>\n<td>\n<p style=\"text-align: center;\"><span style=\"font-size: 10pt; font-family: 'trebuchet ms', geneva, sans-serif;\"><input id=\"CITVRVIDA\" style=\"text-align: right;\" name=\"CITVRVIDA\" type=\"text\" value=\"\"\/><\/span><\/p>\n<p style=\"text-align: center;\"><span style=\"font-size: 10pt; font-family: 'trebuchet ms', geneva, sans-serif;\">&nbsp;\u20ac.<\/span><\/p>\n<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p style=\"text-align: center;\">\n<table id=\"tablepress-17\" class=\"tablepress tablepress-id-17\">\n<tbody>\n<tr class=\"row-1 odd\">\n\t<td class=\"column-1\"><p style=vertical-align: middle><\/p><span style=\"color: #008080; font-size: 10pt; font-family: 'trebuchet ms', geneva, sans-serif;\"><strong>7. MANTENIMIENTOS NO PERI\u00d3DICOS Y AVER\u00cdAS.<\/strong><\/span><\/p><\/td>\n<\/tr>\n<tr class=\"row-2 even\">\n\t<td class=\"column-1\"><\/p><p style=\"color: #333333; font-family: 'Trebuchet MS'; font-size: 13px; line-height: 18px; text-align: justify;\">Costes asociados al precio de los mantenimientos no peri\u00f3dicos y aver\u00edas:<br \/>\n<\/p><\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<!-- #tablepress-17 from cache --><\/p>\n<table style=\"width: 100%;\">\n<tbody>\n<tr>\n<td>\n<p style=\"text-align: center;\"><input id=\"CMANTENIMIENTONPRKM\" style=\"text-align: right;\" name=\"CMANTENIMIENTONPRKM\" type=\"text\" value=\"\"\/><\/p>\n<p style=\"text-align: center;\"><span style=\"font-size: 10pt; font-family: 'trebuchet ms', geneva, sans-serif;\">&nbsp;\u20ac\/km.<\/span><\/p>\n<\/td>\n<td>\n<p style=\"text-align: center;\"><span style=\"font-size: 10pt; font-family: 'trebuchet ms', geneva, sans-serif;\"><input id=\"CMANTENIMIENTONPRANO\" style=\"text-align: right;\" name=\"CMANTENIMIENTONPRANO\" type=\"text\" value=\"\"\/><\/span><\/p>\n<p style=\"text-align: center;\"><span style=\"font-size: 10pt; font-family: 'trebuchet ms', geneva, sans-serif;\">&nbsp;\u20ac\/a\u00f1o.<\/span><\/p>\n<\/td>\n<td>\n<p style=\"text-align: center;\"><span style=\"font-size: 10pt; font-family: 'trebuchet ms', geneva, sans-serif;\"><input id=\"CMANTENIMIENTONPRVIDA\" style=\"text-align: right;\" name=\"CMANTENIMIENTONPRVIDA\" type=\"text\" value=\"\"\/><\/span><\/p>\n<p style=\"text-align: center;\"><span style=\"font-size: 10pt; font-family: 'trebuchet ms', geneva, sans-serif;\">&nbsp;\u20ac.<\/span><\/p>\n<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p style=\"text-align: center;\">\n<table id=\"tablepress-18\" class=\"tablepress tablepress-id-18\">\n<tbody>\n<tr class=\"row-1 odd\">\n\t<td class=\"column-1\"><p style=vertical-align: middle><\/p><span style=\"color: #008080; font-size: 10pt; font-family: 'trebuchet ms', geneva, sans-serif;\"><strong>8. VALOR RESIDUAL DEL VEH\u00cdCULO.<\/strong><\/span><\/p><\/td>\n<\/tr>\n<tr class=\"row-2 even\">\n\t<td class=\"column-1\"><\/p><p style=\"color: #333333; font-family: 'Trebuchet MS'; font-size: 13px; line-height: 18px; text-align: justify;\">Ingreso asociado al precio de venta del veh\u00edculo:<br \/>\n<\/p><\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<!-- #tablepress-18 from cache --><\/p>\n<table style=\"width: 100%;\">\n<tbody>\n<tr>\n<td>\n<p style=\"text-align: center;\"><input id=\"IVRESRKM\" style=\"text-align: right;\" name=\"IVRESRKM\" type=\"text\" value=\"\"\/><\/p>\n<p style=\"text-align: center;\"><span style=\"font-size: 10pt; font-family: 'trebuchet ms', geneva, sans-serif;\">&nbsp;\u20ac\/km.<\/span><\/p>\n<\/td>\n<td>\n<p style=\"text-align: center;\"><span style=\"font-size: 10pt; font-family: 'trebuchet ms', geneva, sans-serif;\"><input id=\"IVRESRANO\" style=\"text-align: right;\" name=\"IVRESRANO\" type=\"text\" value=\"\"\/><\/span><\/p>\n<p style=\"text-align: center;\"><span style=\"font-size: 10pt; font-family: 'trebuchet ms', geneva, sans-serif;\">&nbsp;\u20ac\/a\u00f1o.<\/span><\/p>\n<\/td>\n<td>\n<p style=\"text-align: center;\"><span style=\"font-size: 10pt; font-family: 'trebuchet ms', geneva, sans-serif;\"><input id=\"IVRESRVIDA\" style=\"text-align: right;\" name=\"IVRESRVIDA\" type=\"text\" value=\"\"\/><\/span><\/p>\n<p style=\"text-align: center;\"><span style=\"font-size: 10pt; font-family: 'trebuchet ms', geneva, sans-serif;\">&nbsp;\u20ac.<\/span><\/p>\n<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p style=\"text-align: center;\">\n<table id=\"tablepress-19\" class=\"tablepress tablepress-id-19\">\n<tbody>\n<tr class=\"row-1 odd\">\n\t<td class=\"column-1\"><p style=vertical-align: middle><\/p><span style=\"color: #008080; font-size: 10pt; font-family: 'trebuchet ms', geneva, sans-serif;\"><strong>9. OTROS CONCEPTOS.<\/strong><\/span><\/p><\/td>\n<\/tr>\n<tr class=\"row-2 even\">\n\t<td class=\"column-1\"><\/p><p style=\"color: #333333; font-family: 'Trebuchet MS'; font-size: 13px; line-height: 18px; text-align: justify;\">Coste asociado al precio de otros conceptos:<br \/>\n<\/p><\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<!-- #tablepress-19 from cache --><\/p>\n<table style=\"width: 100%;\">\n<tbody>\n<tr>\n<td>\n<p style=\"text-align: center;\"><input id=\"COTROSRKM\" style=\"text-align: right;\" name=\"COTROSRKM\" type=\"text\" value=\"\"\/><\/p>\n<p style=\"text-align: center;\"><span style=\"font-size: 10pt; font-family: 'trebuchet ms', geneva, sans-serif;\">&nbsp;\u20ac\/km.<\/span><\/p>\n<\/td>\n<td>\n<p style=\"text-align: center;\"><span style=\"font-size: 10pt; font-family: 'trebuchet ms', geneva, sans-serif;\"><input id=\"COTROSRANO\" style=\"text-align: right;\" name=\"COTROSRANO\" type=\"text\" value=\"\"\/><\/span><\/p>\n<p style=\"text-align: center;\"><span style=\"font-size: 10pt; font-family: 'trebuchet ms', geneva, sans-serif;\">&nbsp;\u20ac\/a\u00f1o.<\/span><\/p>\n<\/td>\n<td>\n<p style=\"text-align: center;\"><span style=\"font-size: 10pt; font-family: 'trebuchet ms', geneva, sans-serif;\"><input id=\"COTROSRVIDA\" style=\"text-align: right;\" name=\"COTROSRVIDA\" type=\"text\" value=\"\"\/><\/span><\/p>\n<p style=\"text-align: center;\"><span style=\"font-size: 10pt; font-family: 'trebuchet ms', geneva, sans-serif;\">&nbsp;\u20ac.<\/span><\/p>\n<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<div align=\"center\">\n<p style=\"text-align: center;\"><span style=\"font-size: medium; font-family: 'trebuchet ms', geneva; color: #ff0000;\"><strong>CONCLUSI\u00d3N.<\/strong><\/span><\/p>\n<p style=\"text-align: justify;\"><span style=\"font-family: 'trebuchet ms', geneva; font-size: small;\">Usted tiene unos gastos asociados a su veh\u00edculo y a su uso de:<\/span><\/p>\n<\/div>\n\n<table id=\"tablepress-21\" class=\"tablepress tablepress-id-21\">\n<tbody>\n<tr class=\"row-1 odd\">\n\t<td class=\"column-1\"><p style=vertical-align: middle><\/p><p style=\"color: #008080; font-family: 'Trebuchet MS'; font-size: 14px; line-height: 10px; text-align: justify;\"><strong><br \/>\nGasto total en la vida del autom\u00f3vil:<\/strong><\/p><\/td><td class=\"column-2\"><p style=vertical-align: middle><\/p><input id=\"CEUROSTOTAL\" style=\"text-align: right;\" name=\"CEUROSTOTAL\" type=\"text\" value=\"\" \/><\/td><td class=\"column-3\"><p style=vertical-align: middle><\/p><p style=\"color: #333333; font-family: 'Trebuchet MS'; font-size: 13px; line-height: 32px; text-align: justify;\">\u20ac.<\/p><\/td>\n<\/tr>\n<tr class=\"row-2 even\">\n\t<td class=\"column-1\"><p style=vertical-align: middle><\/p><p style=\"color: #008080; font-family: 'Trebuchet MS'; font-size: 14px; line-height: 32px; text-align: justify;\"><strong>Gasto por km recorrido:<\/strong><\/p><\/td><td class=\"column-2\"><p style=vertical-align: middle><\/p><input id=\"CEUROSPORKM\" style=\"text-align: right;\" name=\"CEUROSPORKM\" type=\"text\" value=\"\" \/><\/td><td class=\"column-3\"><p style=vertical-align: middle><\/p><p style=\"color: #333333; font-family: 'Trebuchet MS'; font-size: 13px; line-height: 32px; text-align: justify;\">\u20ac\/km.<\/p><\/td>\n<\/tr>\n<tr class=\"row-3 odd\">\n\t<td class=\"column-1\"><p style=vertical-align: middle><\/p><p style=\"color: #008080; font-family: 'Trebuchet MS'; font-size: 14px; line-height: 32px; text-align: justify;\"><strong>Importe desembolsado en desplazamientos de trabajo:<\/strong><\/p><\/td><td class=\"column-2\"><p style=vertical-align: middle><\/p><input id=\"EDESEMBOLSO\" style=\"text-align: right;\" name=\"EDESEMBOLSO\" type=\"text\" value=\"\" \/><\/td><td class=\"column-3\"><p style=vertical-align: middle><\/p><p style=\"color: #333333; font-family: 'Trebuchet MS'; font-size: 13px; line-height: 32px; text-align: justify;\">\u20ac\/a\u00f1o.<\/td>\n<\/tr>\n<tr class=\"row-4 even\">\n\t<td class=\"column-1\"><p style=vertical-align: middle><\/p><p style=\"color: #008080; font-family: 'Trebuchet MS'; font-size: 14px; line-height: 32px; text-align: justify;\"><strong>Importe percibido en desplazamientos de trabajo:<\/strong><\/p><\/td><td class=\"column-2\"><p style=vertical-align: middle><\/p><input id=\"EPERCIBIDO\" style=\"text-align: right;\" name=\"EPERCIBIDO\" type=\"text\" value=\"\" \/><\/td><td class=\"column-3\"><p style=vertical-align: middle><\/p><p style=\"color: #333333; font-family: 'Trebuchet MS'; font-size: 13px; line-height: 32px; text-align: justify;\">\u20ac\/a\u00f1o.<\/td>\n<\/tr>\n<tr class=\"row-5 odd\">\n\t<td class=\"column-1\"><p style=vertical-align: middle><\/p><p style=\"color: #008080; font-family: 'Trebuchet MS'; font-size: 14px; line-height: 32px; text-align: justify;\"><strong>Balance anual:<\/strong><\/p><\/td><td class=\"column-2\"><p style=vertical-align: middle><\/p><input id=\"BALANCEANO\" style=\"text-align: right;\" name=\"BALANCEANO\" type=\"text\" value=\"\" \/><\/td><td class=\"column-3\"><p style=vertical-align: middle><\/p><p style=\"color: #333333; font-family: 'Trebuchet MS'; font-size: 13px; line-height: 32px; text-align: justify;\">\u20ac\/a\u00f1o.<\/td>\n<\/tr>\n<tr class=\"row-6 even\">\n\t<td class=\"column-1\"><p style=vertical-align: middle><\/p><p style=\"color: #008080; font-family: 'Trebuchet MS'; font-size: 14px; line-height: 32px; text-align: justify;\"><strong>Balance total en la vida del veh\u00edculo:<\/strong><\/p><\/td><td class=\"column-2\"><p style=vertical-align: middle><\/p><input id=\"BALANCETOTALVIDAVEHICULO\" style=\"text-align: right;\" name=\"BALANCETOTALVIDAVEHICULO\" type=\"text\" value=\"\" \/><\/td><td class=\"column-3\"><p style=vertical-align: middle><\/p><p style=\"color: #333333; font-family: 'Trebuchet MS'; font-size: 13px; line-height: 32px; text-align: justify;\">\u20ac.<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<!-- #tablepress-21 from cache -->\n<div align=\"center\">\n<p style=\"text-align: justify;\"><em><span style=\"font-size: x-small;\"><em><sup>(<\/sup>*<sup>)&nbsp;<\/sup><\/em>Para la determinaci\u00f3n de la periodicidad de la Inspecci\u00f3n T\u00e9cnica del Veh\u00edculo se ha tomado como base la Legislaci\u00f3n Vigente a fecha 09 de Marzo de 2.013 para Veh\u00edculos de uso privado dedicados al transporte de personas con capacidad de hasta nueve plazas, incluido el conductor, que dice que veh\u00edculos de hasta cuatro a\u00f1os est\u00e1n exentos, de cuatro a diez a\u00f1os cada dos a\u00f1os, y de diez a\u00f1os en adelante, cada a\u00f1o.<br \/>\nV\u00e9anse los Reales Decretos <a href=\"https:\/\/www.boe.es\/buscar\/pdf\/1994\/BOE-A-1994-25194-consolidado.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">2042\/1994, de 14 de Octubre<\/a>, y <a href=\"https:\/\/www.boe.es\/boe\/dias\/2006\/06\/21\/pdfs\/A23387-23393.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">711\/2006, de 9 de junio<\/a>.<\/span><\/em><\/p>\n<hr \/>\n<p style=\"text-align: center;\">\u00a9 <a href=\"mailto:rico@usal.es\">Juan-Ram\u00f3n Mu\u00f1oz Rico<\/a> \u00b7 2013.<\/p>\n<\/div>\n<\/form>\n","protected":false},"excerpt":{"rendered":"<p>Debido a una modificaci\u00f3n en la interpretaci\u00f3n de los comandos de JavaScript que empleo en esta p\u00e1gina, llevada a cabo por WordPress tras una de sus \u00faltimas actualizaciones, ha dejado de funcionar durante unas semanas. Pero a partir de hoy, d\u00eda 05 de noviembre de 2017, vuelve a estar plenamente operativa. Agradezco sinceramente la paciencia [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"open","template":"","meta":[],"_links":{"self":[{"href":"http:\/\/dim.usal.es\/eps\/mmt\/wp-json\/wp\/v2\/pages\/990"}],"collection":[{"href":"http:\/\/dim.usal.es\/eps\/mmt\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"http:\/\/dim.usal.es\/eps\/mmt\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"http:\/\/dim.usal.es\/eps\/mmt\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"http:\/\/dim.usal.es\/eps\/mmt\/wp-json\/wp\/v2\/comments?post=990"}],"version-history":[{"count":524,"href":"http:\/\/dim.usal.es\/eps\/mmt\/wp-json\/wp\/v2\/pages\/990\/revisions"}],"predecessor-version":[{"id":5951,"href":"http:\/\/dim.usal.es\/eps\/mmt\/wp-json\/wp\/v2\/pages\/990\/revisions\/5951"}],"wp:attachment":[{"href":"http:\/\/dim.usal.es\/eps\/mmt\/wp-json\/wp\/v2\/media?parent=990"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}