<?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'>Hemos recibido un cobro nuevo:</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>%fila
	    </tbody>
	</table>
	<p style='%p'>Para más detalles visitar <a href='%voucher'>%voucher</a>.</p>
	<p style='%p'><img alt="" src="http://www.venezuelatuya.com/images/logo150.png" /></p>
	]]></body>
	<fila><![CDATA[
	        <tr>
	            <th style='%title'>%nombre</th>
	            <td style='%content'>%valor</td>
	        </tr>
	]]></fila>
</htmltemplate>