Ver Mensaje Individual
  #7 (permalink)  
Antiguo 04/12/2010, 17:04
Rafaelpc
 
Fecha de Ingreso: diciembre-2010
Mensajes: 14
Antigüedad: 13 años, 4 meses
Puntos: 0
Respuesta: Problema con imagagenes de susitucion

Esta realizado en divs
body {
background-image: url(../imagenes/Fondoweb_prueba.png);
margin: 0px;
padding: 0px;
background-position: center;
}
#contenedor {
height: 2000px;
width: 800px;
margin-top: 0px;
margin-right: auto;
margin-bottom: 0px;
margin-left: auto;
background-color: #FFFFFF;
}
#cabezera {
background-image: url(../imagenes/cabezera_04.jpg);
height: 160px;
width: 800px;
}
#botonera {
height: 40px;
width: 800px;
background-color: #666666;
}
.inicio {
margin-left: 75px;
}
.deque {
margin-left: 100px;
}
.sigueme {
margin-left: 100px;
}


#contenido {
height: 1550px;
width: 800px;
background-color: #CCCCCC;
}
#ContenidoC1 {
margin: 30px;
float: left;
height: auto;
width: 500px;
background-color: #999999;
}
.presentacion {
height: auto;
width: 480px;
margin-top: 20px;
margin-right: auto;
margin-left: auto;
margin-bottom: 20px;
}

#ContenidoC2 {
float: right;
height: auto;
width: 210px;
margin-top: 30px;
margin-right: 30px;
white-space: nowrap;
}
.k {
height: 200px;
width: 200px;
}



#pie {
height: 251px;
width: 800px;
float: none;
}