  #slide {
	float:left;
    width: 770px; /*Mismo ancho que la imagen*/
    height: 310px; /*Mismo alto que la imagen*/
	background:url('../images/loadingAnimation.gif') no-repeat center center;
}
  .crea_espacio{
	width: 770px;
	height: 310px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px; 	
  }