Aquí esta el código...
El logo que se corre es el "logoEmpresa", no tengo problemas con nada mas que con eso... se corre a la derecha.
Código CSS:
Ver original<style type="text/css">
*
{
margin:0px;
padding:0px;
}
html,body
{
font-family:"Arial", Helvetica, sans-serif;
font-size:14px;
background-position:left;
background-image:url('../imagenes/bg.jpg');
background-repeat:repeat;
}
#contenedor
{
width:760px;
height:770px;
text-align:center;
background-repeat:no-repeat;
margin-top:20px;
margin-bottom:auto;
margin-left:auto;
margin-right:auto;
background-position:center top;
}
#principal1
{
width:755px;
height:652px;
background-repeat:no-repeat;
background-image:url('../imagenes/bgPrincipal.png');
}
#principal
{
width:580px;
height:531px;
float:left;
border-right-style:outset;
border-right-width:1px;
}
#derecha
{
width:169px;
height:531px;
float:right;
}
#cabeza
{
width:689px;
height:73px;
border-bottom-style:outset;
border-bottom-width:1px;
vertical-align:middle;
}
#contieneMenu
{
width:383px;
height:30px;
float:right;
margin-bottom:0px;
}
#pie
{
width:553px;
height:38px;
margin-top:5px;
float:left;
}
#logoEmpresa
{
width:237px;
height:214px;
background-image:url('../imagenes/logoEmpresa.png');
position:relative;
background-repeat:no-repeat;
top: -163px;
left: 691px;
}
#logoCompania
{
width:180px;
height:65px;
float:left;
background-image:url('../imagenes/logoCompania.png');
margin-left:7px;
background-repeat:no-repeat;
text-align:center;
position:relative;
top: 18px;
left: 4px;
}
.style1
{
font-family: "Script MT Bold";
font-size: 16pt;
}
.style2
{
color: #386D92;
}
Gracias.
Saludos!