Ver Mensaje Individual
  #3 (permalink)  
Antiguo 07/09/2007, 12:21
Gabrielucha
 
Fecha de Ingreso: mayo-2007
Mensajes: 14
Antigüedad: 16 años, 11 meses
Puntos: 0
Re: Espacio entre imagenes

Aqui se los mando...
Muchas gracias..!
<body>
<div id="outer">
<div id="header">
<div id="header-top"> </div>
<img src="imagenes/fotocentral.gif" />
</div>
<div style="clear: both"></div>

<div id="centro">
<div id="centro-izq">

<img src="imagenes/logo-blanco.gif" hspace="16" />
</p>
</div>
<div id="centro-der">
<div id="centro-der-01">
<br />
<h1> <span class="margen-10"><a href="index.html">Home</a></span>
<span class="margen-10">Instalaciones</span>
<span class="margen-10">Servicios</span>
<span class="margen-10">Servicio de Playa</span>
<span class="margen-10">Tarifas Galería</span>
<span class="margen-10">Contacto</span>
</h1>
</p>
</div>
<div id="centro-der-02">
<div id="texto">
<h2>bienvenido ... </h2>
<br /> <br />
<p>Al pasar por La Paloma no deje de visitar el <span class="bold">Hotel Portobello</span>, punto de referencia obligado cuando usted toma la desici&oacute;n de tomar vacaciones en Uruguay
<br /> <br />
El <span class="bold">Hotel Portobello</span> con 57 habitaciones practicamente sobre el mar, es un hotel de ambiente familiar atendido por sus due&ntilde;os, quienes se esmeran d&iacute;a a d&iacute;a por mejorar sus vacaciones de verano. </p>
</div>
</div>
</div>

</div>

<div id="pie">j </div>

</div>
</div>
</body>
</html>
------------------------------------------------------------------------------------------------------

/* CSS Document */


* {
text-align: left;
margin:0px;
padding:0px;
border:0px;

}

p {
font-family: Tahoma;
font-size:12px;
color: #ffffff;
margin-left: 5px;
text-align: justify;
line-height: 20px;
}

h1 {
font-family: Tahoma;
font-size:11px;
font-weight: normal;
line-height: 10px;
}
h2 {
font-family: Tahoma;
font-size:25px;
font-weight: normal;
color:#ffffff;
margin-left: 5px;
}
a {
color:#000099;
text-decoration: none;
}
a:hover { color:#ffffff;
}

/* CSS Document */

#outer
{
width:100%;
height:800px;
margin-left: -10px;
background:url(imagenes/flor-derecha.gif) no-repeat top right;
background-color: #5FB0D0;
}
#header
{
width:100%;
height:320px;
background:url(imagenes/flor-derecha.gif) no-repeat top right;
}
#header-top
{
height:19px;
}
#header-bot
{
height:301px;
}


#centro
{
height:330px;
width:100%;

}
#centro-izq
{
height:330px;
width:280px;
float: left;
letter-spacing:0px;

}
#centro-der
{
height:330px;
width:600px;
float: left;
}
#centro-der-01
{
height:80px;
width:600px;
float: left;
}
#centro-der-02
{
height:250px;
width:600px;
float: left;
}
#texto
{
width:400px;
}

#pie
{
width:100%;
height:150px;
background:url(imagenes/pie.gif) no-repeat;
background-color: #5FB0D0;
}

/* ------------- zona de clases .... ----------------- */

.margen-10
{
margin-left:8px;
}

.bold
{
font-weight:bold;

}