Simulador De Sueldo Uepc -
<div class="resultado" id="resultado"> Completá los datos y presioná "Calcular sueldo estimado". </div> <div class="nota"> *Los valores son aproximados. Consultar siempre el recibo de sueldo oficial y paritarias vigentes.<br> Descuento referencial: Jubilación 11% + Obra Social 3% + Ley 4035 2% + Cuota UEPC 2% = 18%. </div> </div>
= 10 años × 4% = 40% sobre básico → +$23.000
= 40% sobre básico → +$23.000
<label>📆 Años de antigüedad:</label> <input type="number" id="antiguedad" value="10" step="1">
= 57.500 + 23.000 + 11.500 + 23.000 = $115.000 simulador de sueldo uepc
<button onclick="calcularSueldo()">Calcular sueldo estimado</button>
<!DOCTYPE html> <html lang="es"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Simulador de Sueldo UEPC - Docentes Córdoba</title> <style> body font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; max-width: 600px; margin: auto; padding: 20px; background: #f4f4f9; .simulador background: white; padding: 20px; border-radius: 12px; box-shadow: 0 4px 10px rgba(0,0,0,0.1); label font-weight: bold; display: block; margin-top: 12px; input, select width: 100%; padding: 8px; margin-top: 5px; border-radius: 6px; border: 1px solid #ccc; button margin-top: 20px; background: #2c3e50; color: white; border: none; padding: 10px; width: 100%; font-size: 16px; border-radius: 6px; cursor: pointer; button:hover background: #1e2b38; .resultado margin-top: 20px; background: #e9f7e1; padding: 15px; border-radius: 8px; border-left: 5px solid #27ae60; hr margin: 20px 0; .nota font-size: 12px; color: #555; text-align: center; margin-top: 20px; </style> </head> <body> <div class="simulador"> <h2>📘 Simulador de Sueldo UEPC</h2> <p>Estimación para docentes de la provincia de Córdoba (valores referenciales 2024/25)</p> <label>📌 Valor hora cátedra ($):</label> <input type="number" id="valorHora" value="2300" step="50"> </div> </div> = 10 años × 4% =
<label>🎓 Título docente habilitante:</label> <select id="titulo"> <option value="20">Sí (+20%)</option> <option value="0">No (0%)</option> </select>