git-svn-id: https://192.168.0.254/svn/Proyectos.IRFineArts_Web/trunk@2 88734cd7-4cec-0b49-a19b-cefba6b9d6f8
50 lines
2.0 KiB
PHP
50 lines
2.0 KiB
PHP
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
<head>
|
|
<?php include("../../_cabecera.php"); ?>
|
|
<title>Deux Fruits Rouges - Antoní Clavé - Ignacio Redondo Fine Arts</title>
|
|
</head>
|
|
<body>
|
|
<div id="vertical"></div>
|
|
<div id="container">
|
|
<div id="header">
|
|
<h1>IRG</h1>
|
|
<h2>Ignario Redondo Fine Arts<br/>Obras de Arte</h2>
|
|
</div>
|
|
<?php include("../../_menu.php"); ?>
|
|
<div id="content">
|
|
<div class="obra float-left">
|
|
<div class="boton anterior">
|
|
<a href="untitled-4.php" title="Anterior"><span>Anterior</span></a>
|
|
</div>
|
|
<div class="fotografia">
|
|
<img class="centrada" src="images/deux-fruits-rouges.jpg" alt="Deux Fruits Rouges"/>
|
|
<br/><br/>
|
|
<span>Deux Fruits Rouges</span>
|
|
</div>
|
|
<div class="boton siguiente">
|
|
</div>
|
|
</div>
|
|
|
|
<div class="ficha-obra float-right">
|
|
|
|
<h2>Antoní Clavé</h2>
|
|
<ul>
|
|
<li><strong>Categoría de la obra:</strong> Pintura</li>
|
|
<li><strong>Técnica:</strong> Óleo / tabla</li>
|
|
<li><strong>Dimensiones</strong> 114x146 cm</li>
|
|
<li><strong>Año de creación:</strong> 1960</li>
|
|
<li><strong>Movimiento / escuela:</strong> Escuela de Paris</li>
|
|
<li><strong>Firmada:</strong> Sí</li>
|
|
<li><strong>Enmarcada:</strong> Sí</li>
|
|
<li><strong>País:</strong> España</li>
|
|
<li><strong>Publicación de la obra en propiedad:</strong> Sí</li>
|
|
<li><strong>Precio:</strong> Consultar</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<?php include("../../_pie.php"); ?>
|
|
</div>
|
|
</body>
|
|
</html>
|