<div class="container-fluid">
<div class="row">
<div class="col-md-10 col-md-offset-1">
<div class="col-md-3">
<img src="{{Logo}}" style="width: 100%; margin-top: 40px;"/>
</div>
<div class="col-md-7">
<div class="col-md-12">
<h3>
CAMARA DE COMERCIO DE SANTA MARTA PARA EL MAGDALENA
</h3>
</div>
<div class="col-md-6">
<address>
<strong>Nit:</strong> 891780160 -9<br /><strong>Tel:</strong> (5) 4230828<br /><strong>E-mail:</strong> camarasm@ccsm.org.co<br /> SANTA MARTA - MAGDALENA
</address>
</div>
<div class="col-md-6">
<address>
<strong>Dirección:</strong> Av Libertador # 13-94<br /><strong>Fax:</strong> (5) 4214777<br />
</address>
</div>
</div>
<div class="col-md-2" style="border-top: 1px solid black; border-right: 1px solid black; border-bottom: 1px solid black; border-left: 1px solid black; margin-top: 20px;">
<h4 style="text-align: center;">Cotización de Venta N°</h4>
<h3 style="text-align: center;" id="numCotizacion">{{Cotizacion.cotizacionCONSECUTIVO}}</h3>
<h4 style="text-align: center;">Fecha de Factura</h4>
<h5 style="text-align: center;">
{% if Cotizacion.cotizacionFCHMODIFICA is null %}
{{Cotizacion.cotizacionFCHCREADO}}
{% else %}
{{Cotizacion.cotizacionFCHMODIFICA}}
{% endif %}
</h5>
</div>
</div>
</div>
</div>