Esempio n. 1
0
}
</style>
<table style="width:100%;border-bottom:' . pxtomm(2) . ' solid #000;" cellpadding="0" cellspacing="0" >
    <tr>
	  <td valign="top" style="width:15%; text-align:left;">.</td>
      <td valign="top" style="width:70%; text-align:center; font-size:10px;"><img src="../img/logo.png" style="width:50%;" /></td>
      <td valign="top" style="width:15%; text-align:left;">
         	<div style="width:100%; background-color:#E1E1E1; font-weight:bold; text-align:center; padding-top:5px; padding-bottom:5px;">Folio</div>
            <div style="width:100%; color:#C00; text-align:center;">' . folio(5, $eve) . '</div>
         </td>
    </tr>
</table>
<table style="width:100%; margin-top:5px;">
  <tr>
    <td style="width:20%; font-size:12px;">Fecha de evento:</td>
    <td style="width:30%;font-size:10px;"><u>' . varFechaAbr($fechaEve) . '</u></td>
    <td style="width:20%;font-size:12px;">Lugar de evento:</td>
    <td style="width:35%;font-size:10x;"><u>' . $domicilio . '</u></td>
  </tr>
  <tr>
    <td style="width:20%;font-size:12px;">Nombre de cliente:</td>
    <td style="width:30%;font-size:10px;"><u>' . $nombre . '</u></td>
  </tr><tr>
  <td style="width:20%;font-size:12px;">Domicilio</td>
  <td style="width:30%;font-size:10px;"><u>' . $domicilio . '</u></td>
</tr>
</table>

<table cellpadding="0" cellspacing="0" style=" font-size:11px;width:100%; margin-top:5px;">
	<tr>
    	<td style="width:30%; font-size:12px;">Fecha de entrega:</td>
Esempio n. 2
0
font-family: "Pacifico", sans-serif, cursive;
}
</style>
<!-- header -->
<table style="width:100%; text-align:center;" cellpadding="0" cellspacing="0">
    <tr>
        <td style="width:25%; vertical-align:middle; border-bottom:3px solid #78343B;"><img src="../img/logo.png" style="width:95%;" /></td>
        <td style="width:72%; text-align:left; padding-bottom:2mm; border-bottom:3px solid #78343B;"></td>
    </tr>
</table><!-- Fin header -->
<br/>
<!-- Fecha -->
<table style="width:100%;" cellpadding="0" cellspacing="0">
    <tr>
        <td style="width:85%; text-align:left;"></td>
        <td style="width:20%; text-align:justify;">' . varFechaAbr($fecha) . '</td>
    </tr>
</table><!-- Fin fecha -->
<br/>
<!-- Body -->
<!-- Bienvenida -->
<table cellpadding="0" cellspacing="0" style=" font-size:12px;width:100%; margin-top:10px; padding:0 20px;">
    <tr>
        <td style="width:100%; text-align:left;">Estimad@: <strong>' . $cliente . '</strong></td>
    </tr>        
</table>
<table cellpadding="0" cellspacing="0" style=" font-size:12px;width:100%; margin-top:10px; padding:0 20px;">
    <tr>
        <td style="width:100%;">
            <div style="width:100%; padding 20px; font-size:12px;text-align:justify;">
                Espero que te encuentres muy bien. Antes que nada quiero agradecerte la oportunidad que nos brindas para participar contigo en la planeación de "' . $nombreEve . '". Sabemos que es un evento muy importante, por ello siéntete en plena confianza de preguntarme cualquier duda respecto al recorrido culinario   y   servicios   adicionales que te  ofrecemos.
Esempio n. 3
0
</div>
<br/>
<div style="width:100%; padding:5 20px; font-size:12px;text-align:justify;">
<strong>3.- </strong>El término del presente contrato será de 4 (cuatro) horas, a partir de : <strong><?php 
    echo varHoraAbr($fechaEve);
    ?>
</strong> a <strong><?php 
    echo varHoraAbr($fechaDesmont);
    ?>
</strong> mismas que si se prorrogan
tendrán un costo de ________ cada hora o fracción.
</div>
<br/>
<div style="width:100%; padding:5 20px; font-size:12px;text-align:justify;">
<strong>4.- </strong>La fecha de realización del evento es para el <?php 
    echo varFechaAbr($fechaEve);
    ?>
.
</div>
<br/>
<div style="width:100%; padding:5 20px; font-size:12px;text-align:justify;">
<strong>5.- </strong>El precio que como contraperstación al uso y goce del salón "BICHOS" y que deberá pagar al arrendatario o el arrendador será
la cantidad de <strong>$<?php 
    echo $porpagar . ".00";
    ?>
</strong> son:(<?php 
    echo numtoletras($porpagar);
    ?>
) por salón,
pagaderos de la siguiente manera 50% anticipo por separacion y el 50% restante 15 dias hábiles antes de la realización del evento
en caso de incumplimiento, el arrendatario se sujetará a la pena establecida a la claúsula 6 bichos entregará al arrendatario el
Esempio n. 4
0
<table style="width:100%;" cellpadding="0" cellspacing="0" >
    <tr>
    <td style="width:15%; text-align:center">&nbsp;</td>
         <td style="width:70%; text-align:center"><img src="../img/logo.png" width="199" height="90"style="width:200px;"/></td>
         <td style="width:15%; text-align:left; padding-bottom:5px;">
            <div style="width:100%; text-align:right;font-size:18px;">FOLIO N&ordm; <?php 
echo folio(4, $id);
?>
</div>
         </td>
    </tr>
</table>
<br/>
<br/>
<div style="width:100%; font-size:12px; text-align:right">Fecha<?php 
echo varFechaAbr($fecha);
?>
</div>
<div style="width:60%; font-size:14px; text-align:left"><?php 
echo $cliente;
?>
</div>
<div style="width:60%; font-size:12px; text-align:left">PRESENTE</div>
<br/>
<br/>
<div style="width:100%; font-size:12px;">Por medio de la presente le envío un cordial saludo, al mismo tiempo aprovecho la ocasion para hacerle llegar la cotizacion que tan amablemente nos fue solicitada para su proximo evento <?php 
echo $nombre_evento;
?>
 el día <?php 
echo $fechaEve;
?>
Esempio n. 5
0
	<strong>MEDIO DE PUBLICIDAD: </strong>' . $medio . ' <BR>
	
	</div></td>
    </tr>
</table>
<BR>
<div align="center"><strong>DATOS DEL EVENTO</strong></div>
<BR>
<table cellpadding="0" cellspacing="0" style=" font-size:12px;width:100%; margin-top:10px; padding:0 20px;">
<TR>
<TD>
NUM. DE PERSONAS: ' . $no_invitados . ' </TD><TD>   NIÑOS: ' . $no_ninos . '</TD><TD>     ADULTOS: ' . $no_adultos . '</TD>
</TR>
<TR>
<TD>
FECHA DE EVENTO: ' . varFechaAbr($fechaEve) . ' </TD>
</TR>
<TR>
<TD>
<STRONG>MENU</STRONG></TD>
</TR>
<TR>

<TD>   NIÑOS: ' . $no_ninos_menu . '</TD><TD>     ADULTOS: ' . $no_adultos_menu . '</TD>
</TR>
<TR>
<TD>
   GUARNICION: ' . $guarnicion . '</TD>
</TR>
<TR>
<TD>