50 lines
1.9 KiB
PHP
50 lines
1.9 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>Ruedo Ibérico - Equipo Crónica - 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">
|
|||
|
|
</div>
|
|||
|
|
<div class="fotografia">
|
|||
|
|
<img class="centrada" src="images/ruedo_iberico_std.jpg" alt="Ruedo Ibérico"/>
|
|||
|
|
<br/><br/>
|
|||
|
|
<span>Ruedo Ibérico</span>
|
|||
|
|
</div>
|
|||
|
|
<div class="boton siguiente">
|
|||
|
|
</div>
|
|||
|
|
|
|||
|
|
</div>
|
|||
|
|
|
|||
|
|
<div class="ficha-obra float-right">
|
|||
|
|
|
|||
|
|
<h2>Equipo Crónica</h2>
|
|||
|
|
<ul>
|
|||
|
|
<li><strong>Título:</strong> Eduardo entre...</li>
|
|||
|
|
<li><strong>Técnica:</strong> Óleo / lienzo</li>
|
|||
|
|
<li><strong>Dimensiones</strong> 81 x 65 cm</li>
|
|||
|
|
<li><strong>Año de creación:</strong> 1981</li>
|
|||
|
|
<li><strong>Estilo pictórico:</strong> Pop Art</li>
|
|||
|
|
<li><strong>Firmada:</strong> Sí</li>
|
|||
|
|
<li><strong>Enmarcada:</strong> Sí</li>
|
|||
|
|
<li><strong>País:</strong> España</li>
|
|||
|
|
<li>Reproducida Catálogo Razonado a cargo de Michèle Dalmace.<br/>IVAM (Institut Valencià d´Art Modern.<br/>Página 542 - Nº 34
|
|||
|
|
</li>
|
|||
|
|
</ul>
|
|||
|
|
</div>
|
|||
|
|
</div>
|
|||
|
|
<?php include("../../_pie.php"); ?>
|
|||
|
|
</div>
|
|||
|
|
</body>
|
|||
|
|
</html>
|