</div>



									</div>

							</div>



							<div class="upload span4">

								<?php 
if (isset($id)) {
    $arquivo = GetArquivo($id);
    $img = GetImageFromType($arquivo);
    if ($img) {
        list($width, $height, $type, $attr) = getimagesize($img);
        $width = $width * 0.5;
        $height = $height * 0.5;
    } else {
        $width = 130;
        $height = 130;
    }
    ?>

    								<div id="escolhida-solicitacao" style="margin-bottom: 20px; height: <?php 
    echo $height * 0.1 . "px";
    ?>
" >
					</div>



					<hr class="span11">



					<div class="span7" style="margin-bottom: 20px; margin-top: -25px;">



					<?php 
if ($arquivoAlt != null) {
    $arquivo = GetArquivo($arquivoAlt);
    $img = GetImageFromType($arquivo);
    ?>

							<h4 style="margin-bottom: 10px;">Archivo original</h4>

							<div id="escolhida" class="span10" style="margin-bottom: 20px;">
                                <div class="span5" style="padding-top: 5px; padding-bottom: 10px;">
                                    <a href="#">
                                        <?php 
    if ($img) {
        list($width, $height, $type, $attr) = getimagesize($img);
        $width = $width * 0.5;
        $height = $height * 0.5;
    } else {
        $width = 130;