la imagen tendria que estar centrada pero me la centrar supuestamente pero no coincide se desplazada unos 100px aprox. no entiendo....
Código :
body {
padding: 0px;
margin: 0px;
font-family: Arial;
font-size: 12px;
color: #777777;
text-decoration: none;
}
#fondo {
margin-top: 0px;
background-image:url(../imagenes/portada/fondo.jpg);
background-repeat:no-repeat;
background-position: top;
}
#contenedor {
width: 741px;
height: 545;
}
#portada {
background-image:url(../imagenes/portada/webcristina.jpg);
width:741px;
height:513;
}
#espaciouno{
width:350px;
height:32px;
float:left;
}
#datos {
background-image:url(../imagenes/portada/datos.jpg);
width:255ox;
height:32px;
float:left;
}
#espaciodos {
width:76px;
height:32px;
float:left;
}
#entrar {
background-image:url(../imagenes/portada/botonentrar.jpg);
width:60px;
height:32px;
} 