<?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: 400px;</content>
	<cuadrotitle>text-align:right</cuadrotitle>
	<cuadrocontent>font-weight:bold</cuadrocontent>
	<!-- cuerpo -->
	<body><![CDATA[
	<p style='%p'>Estimado %HOTNombre,</p>
	<p style='%p'>Hemos confirmado una nueva reservaci&oacute;n en Venezuelatuya.com con los siguientes datos:</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'>Nombre</th>
	            <td style='%content'>%CLINombre</td>
	        </tr>
	        <tr>
	            <th style='%title'>Localizador</th>
	            <td style='%content'>%RESLinea1</td>
	        </tr>
	        <tr>
	            <th style='%title'>Fecha llegada</th>
	            <td style='%content'>%RESFecha1</td>
	        </tr>
	        <tr>
	            <th style='%title'>Fecha salida</th>
	            <td style='%content'>%RESFecha2</td>
	        </tr>
	        <tr>
	            <th style='%title'>Adultos</th>
	            <td style='%content'>%RESCant5</td>
	        </tr>
	        <tr>
	            <th style='%title'>Ni&ntilde;os</th>
	            <td style='%content'>%RESCant6</td>
	        </tr>
	        <tr><td colspan='2' style='text-align:center'>Habitaciones reservadas</td>
	    	</tr>%tha

	    </tbody>
	</table>
	<div style='width:400px;margin:10px auto;padding:0 5px;background-color:#FFFF99;border:1px solid #99CC00;'>
		<table>
			<tr>
				<td style='%cuadrotitle'>Monto cobrado al pasajero</th>
				<td style='%cuadrocontent'>%RESMonto1</td>
			</tr>
			<tr>
				<td style='%cuadrotitle'>Gastos administrativos VT</th>
				<td style='%cuadrocontent'>%RESMonto2</td>
			</tr>
			<tr>
				<td style='%cuadrotitle'>Comisión SRI</th>
				<td style='%cuadrocontent'>%comision</td>
			</tr>
			<tr>
				<td style='%cuadrotitle'>Monto a pagar</th>
				<td style='%cuadrocontent'>%montoapagar</td>
			</tr>
			<tr>
				<td style='%cuadrotitle'>Fecha programada de abono</th>
				<td style='%cuadrocontent'>%fechapago</td>
			</tr>
            <tr>
				<td colspan='2' style='%cuadrocontent'>(En caso de feriados, se pagará en el siguiente día hábil).</td>
			</tr>            
		</table>
	</div>
	<p style='%p'>Puede revisar el voucher %voucher 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>
	<tha><![CDATA[
	        <tr>
	            <th style='%title'>%THANombre</th>
	            <td style='%content'>Adultos: %HARCant1<br />Niños: %HARCant2<br />Plan: %PLANombre<br />
	        						 Desc: %PLABloque1<br />Aplicado por: %PLALista1</td>
	        </tr>
	]]></tha>
</htmltemplate>