Tarea #623 -> Cambiar el color negro de fondo por azul 'añil' Tarea #626 -> Cambiar el orden del menu Inicio, Quienes Somos, Pintores, Obras de Arte,... Tarea #624 -> Cambiar etiqueta del menú 'Fine Arts' por 'Obras de Arte' Tarea #622 -> Cambiar etiqueta 'Comunidacos' por 'Prensa' git-svn-id: https://192.168.0.254/svn/Proyectos.IRFineArts_Web/trunk@5 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>Caseríos - Menchu Gal - 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<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/caserios_std.jpg" alt="Caseríos"/>
|
||
<br/><br/>
|
||
<span>Caseríos</span>
|
||
</div>
|
||
<div class="boton siguiente">
|
||
</div>
|
||
|
||
</div>
|
||
|
||
<div class="ficha-obra float-right">
|
||
|
||
<h2>Menchu Gal</h2>
|
||
<ul>
|
||
<li><strong>Categoría de la obra:</strong> Pintura</li>
|
||
<li><strong>Técnica:</strong> Óleo</li>
|
||
<li><strong>Dimensiones</strong> 46,8x66,5 cm (18,4x26,2 in)</li>
|
||
<li><strong>Año de creación:</strong> 1990</li>
|
||
<li><strong>Estilo pictórico:</strong></li>
|
||
<li><strong>Movimiento / Escuela:</strong></li>
|
||
<li><strong>Firmada:</strong> Sí</li>
|
||
<li><strong>Enmarcada:</strong> Sí</li>
|
||
<li><strong>País:</strong> España</li>
|
||
<li><strong>Certificado de autenticidad:</strong> Sí<br/>Reproducida Catálogo Razonado – Exposición realizada en Rafael Lozano Art Gallery por Menchu Gal. Página 45 - Nº 14</li>
|
||
</ul>
|
||
</div>
|
||
</div>
|
||
<?php include("../../_pie.php"); ?>
|
||
</div>
|
||
</body>
|
||
</html>
|