<?xml version="1.0" encoding="UTF-8"?>
<htmltemplate>
	<!-- como por correo no pueden enviarse tags de css, se crean etiquetas estáticas para sustituir -->
	<p>padding: 5px</p>
	<title>padding: 2px; background-color: rgb(99, 186, 255); background-image: none; background-repeat: repeat; background-attachment: scroll; background-position: 0% 0%; -moz-background-size: auto auto; color: rgb(255, 255, 255); -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial;</title>
	<content>border-bottom: 1px dotted rgb(0, 69, 123); text-align: center; width: 200px;</content>
	<!-- cuerpo -->
	<body><![CDATA[
	<p style='%p'>Estimado %CLINombre,</p>
	<p style='%p'>Su pago registrado con los siguientes datos no ha podido ser verificado:</p>
	<table style='border: 2px solid rgb(0, 69, 123); margin: 0px auto; border-collapse: collapse; font: 13px Trebuchet MS,helvetica,arial,verdana; background-color: rgb(239, 244, 251); background-image: none; background-repeat: repeat; background-attachment: scroll; background-position: 0% 0%; -moz-background-size: auto auto; color: rgb(0, 69, 123); -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial;'>
	    <caption>Reservaci&oacute;n</caption>
	    <tbody>
	        <tr>
	            <th style='%title'>Banco</th>
	            <td style='%content'>%BANNombre</td>
	        </tr>
	        <tr>
	            <th style='%title'>Beneficiario</th>
	            <td style='%content'>%CUENombre</td>
	        </tr>
	        <tr>
	            <th style='%title'>Número de cuenta</th>
	            <td style='%content'>%CUELinea1</td>
	        </tr>
	        <tr>
	            <th style='%title'>Num. depósito/aprobación</th>
	            <td style='%content'>%PAGNombre</td>
	        </tr>
	        <tr>
	            <th style='%title'>Monto</th>
	            <td style='%content'>%PAGMonto1</td>
	        </tr>
            <tr>
	            <th style='%title'>Medio de pago</th>
	            <td style='%content'>%PAGLista2</td>
	        </tr>
	        <tr>
	            <th style='%title'>Fecha de depósito</th>
	            <td style='%content'>%PAGFecha1</td>
	        </tr>
	        <tr>
	            <th style='%title'>Fecha de ingreso de depósito</th>
	            <td style='%content'>%PAGFecha2</td>
	        </tr>
	    </tbody>
	</table>
	<p style='%p'>Puede revisar el voucher<a href='%voucher'>%voucher</a> para m&aacute;s detalles.</p>
	<p style='%p'>Atentamente,</p>
	<p style='%p'>El equipo de Venezuelatuya.com</p>
	<p style='%p'><img alt="" src="http://www.venezuelatuya.com/images/logo150.png" /></p>
	]]></body>
</htmltemplate>