git-svn-id: https://192.168.0.254/svn/Proyectos.IRFineArts_Web/trunk@15 88734cd7-4cec-0b49-a19b-cefba6b9d6f8
49 lines
2.0 KiB
PHP
49 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>Eduardo Arroyo - Ignacio Redondo Fine Arts</title>
|
||
</head>
|
||
<body>
|
||
<div id="vertical"></div>
|
||
<div id="container"><div id="header">
|
||
<h1>IRG</h1>
|
||
<h2>Ignacio Redondo Fine Arts</h2>
|
||
<h3>Obras de Arte</h3>
|
||
</div><?php include("../../_menu.php"); ?>
|
||
<div id="content">
|
||
<div class="obra float-left">
|
||
<div class="boton anterior">
|
||
</div>
|
||
<div class="fotografia">
|
||
<img src="images/eduardo-arroyo-eduardo-entre.jpg" alt="EDUARDO ENTRE EL GOLOSO Y EL PARDO"/>
|
||
<br/><br/>
|
||
<span>EDUARDO ENTRE EL GOLOSO Y EL PARDO</span>
|
||
</div>
|
||
<div class="boton siguiente">
|
||
</div>
|
||
|
||
</div>
|
||
|
||
<div class="ficha-obra float-right">
|
||
|
||
<h2>EDUARDO ARROYO</h2>
|
||
<ul>
|
||
<li><strong>Título:</strong> EDUARDO ENTRE EL GOLOSO Y EL PARDO</li>
|
||
<li><strong>Técnica:</strong> Óleo / lienzo</li>
|
||
<li><strong>Dimensiones</strong> 146 x 112 cm</li>
|
||
<li><strong>Año de creación:</strong> 1964</li>
|
||
<li><strong>Estilo pictórico:</strong> FigurativoPop art</li>
|
||
<li><strong>Firmada:</strong> Si (ángulo inferior derecho)</li>
|
||
<li><strong>Enmarcada:</strong> Si</li>
|
||
<br />
|
||
<!--li><strong>País:</strong> España</li-->
|
||
<li><strong>Se adjunta certificado de autenticidad de Doña Fabienne Rocco</strong></li>
|
||
</ul>
|
||
</div>
|
||
</div>
|
||
<?php include("../../_pie.php"); ?>
|
||
</div>
|
||
</body>
|
||
</html>
|