<link rel="stylesheet" type="text/css" href="<?php echo Yii::app()->request->baseUrl; ?>/css/pdf.css" />
<style type="text/css">
.titulo_center {
    text-align: center;
}

h5 {
    margin-bottom: 0px;
    margin-top: 20px;
}

</style>

<?= $this->renderPartial('_fichaLiquidacion', [
    'fichaLiquidacion' => $fichaLiquidacion,
]) ?>
