Ver Mensaje Individual
  #8 (permalink)  
Antiguo 24/03/2011, 15:16
ArielGomeX
 
Fecha de Ingreso: marzo-2011
Mensajes: 20
Antigüedad: 13 años, 1 mes
Puntos: 0
Respuesta: galeria en bridge

cambia tus CSS a estos:

Código:
.contenedor{
	width:932;
	height:1024;
	margin: 0 auto;
	position:relative; 
	border:1px solid red;
}
.cajacentral{
	width:852;
	height:480;
	margin: 0 auto;
	position:relative;
	border:1 solid green;	
}
Me dices si te funcionan