<div class="container-fluid">

	<div class="row">

        <div class="col-md-10 col-md-offset-1">

            <div class="col-md-8"  style="border-top: 1px solid black; border-right: 1px solid black; border-bottom: 1px solid black; border-left: 1px solid black; margin-top: 8px; height: 201px;">

                <h5>

                    <strong>Señores:</strong>

                </h5>

                <h4>

                    <strong>{{Cotizacion.Persona.personaNOMBRES}} {{Cotizacion.Persona.personaAPELLIDOS}}</strong>

                </h4>

                <div class="col-md-12">

                        <h5><strong>Identificación: </strong>&nbsp; &nbsp; &nbsp; &nbsp;{{Cotizacion.Persona.personaIDENTIFICACION}}</h5>

                        <h5><strong>Dirección: </strong>&nbsp; &nbsp; &nbsp; &nbsp;{{Cotizacion.Persona.direccionCOMERCIAL}}</h5>

                        <h5><strong>Ciudad: </strong>&nbsp; &nbsp; &nbsp; &nbsp;{{Cotizacion.Persona.municipioTITULO}}</h5>

                        <h5><strong>Teléfonos: </strong>&nbsp; &nbsp; &nbsp; &nbsp;{{Cotizacion.Persona.telefonoFIJO}}</h5>

                        <h5><strong>E-mail: </strong>&nbsp; &nbsp; &nbsp; &nbsp;{{Cotizacion.Persona.personasCorreoPRINCIPAL}}</h5>

                </div>

            </div>

            <div class="col-md-4" style="padding-right: 0px; padding-left: 0px;">		

                <div class="col-md-12" style="padding-left: 0px; padding-right: 0px; border-top: 1px solid black; border-right: 1px solid black; border-left: 1px solid black; border-bottom: 1px solid black; margin-top: 8px; height: 164px;">

                    <h5>

                        <strong>Observaciones/detalle:</strong>

                    </h5>

                    <p>{{Cotizacion.cotizacionOBSERVACIONES}}</p>

                </div>

                <div class="col-md-12" style="padding-left: 0px; padding-right: 0px; border-top: 1px solid black; border-right: 1px solid black;border-left: 1px solid black; border-bottom: 1px solid black;">  

                    <h5>

                        <strong>FECHA DE VENCIMIENTO:</strong>&nbsp; &nbsp; &nbsp; &nbsp; {{Cotizacion.cotizacionFCHVENCIMIENTO}} 

                    </h5>

                </div>

            </div>

        </div>

	</div>

</div>




