Lo puse como tu dices, pero nada:
 
este es mi css:   
Código css:
Ver original@charset "utf-8";
/* CSS Document */
 
a {
    cursor: pointer;
}
 
html, body {
    width: 100%;
    height: 100%;
}
 
body {
    background-color: #F1F1F1;
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    font-size: 12px;
    color: #77787A;
    margin: 0 auto;
    text-align: center;
}
 
fieldset {
    border: 1px solid #900;
    margin-top: 30px;
    padding: 20px;
}
 
fieldset td {
    padding: 2px;
    font-weight: bold;
}
 
img {
    border: 0;
}
 
label {
    padding-top: 20px;
}
 
legend {
    font-size: 14px;
    color: #900;
    font-weight: bold;
}
 
p {
    margin-left: 20px;
    padding-top: 10px;
}
 
p, ul {
    margin-top: 0px;
    margin-bottom: 0px;
}
 
ul {
    margin-left: -15px;
}
 
.a_solo a:hover {
    color: #900;
    text-decoration: underline;
}
 
.cabeceracategoriaslist {
    width: 189px;
    height: 36px;
    background: url(../img/contenedortitulochico.gif) no-repeat;
}
 
.cabeceraderecha {
    width: 181px;
    height: 36px;
    background: url(../img/contenedortitulochicoderecha.gif) no-repeat;
}
 
.corte {
    clear: both;
}
 
.cuerpocategoriaslist {
    width: 189px;
    height: auto;
    background: url(../img/cuerpochico.gif) repeat-y;
    padding-top: 20px;
}
 
.cuerpocategoriaslist li {
    padding-top: 7px;
    padding-bottom: 5px;
    list-style: none;
    background: url(../img/fondolista.gif) no-repeat;
    background-position: bottom left;
}
 
.cuerpoderecha {
    width: 181px;
    height: auto;
    background: url(../img/cuerpochicoderecha.gif) repeat-y;
    padding-top: 20px;
}
 
.piecategoriaslist {
    margin: 0 auto;
    width: 189px;
    height: 20px;
    background: url(../img/piechico.gif) no-repeat;
}
 
.piederecha {
    margin: 0 auto;
    width: 181px;
    height: 40px;
    background: url(../img/piechicoderecha.gif) no-repeat;
    background-position: top;
}
 
.titulito {
    font-weight: bold;
}
 
.titulitorojo {
    font-weight: bold;
    color: #900;
}
 
#idioma {
    width: 200px;
    height: 51px;
    float: right;
    text-align: right;
    padding-right: 20px;
}
 
#izquierda {
    position:absolute;
    width: 189px;
    margin-left: 20px;
    text-align: left;
}
#centro {
    position:absolute;
    width: 518px;
    margin-left: 229px;;
    text-align: left;
}
 
#derecha {
    position: absolute;
    width: 181px;
    margin-left: 767px;
    text-align: left;
}
 
#logo {
    width: 300px;
    height: 75px;
    background: url(../img/logo.gif) no-repeat;
    margin-left: 20px;
    margin-top: 51px;
}
 
#menumed {
    margin-top: 0px;
    margin-left: 31px;
}
 
#menumed li {
    list-style: none;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
}
 
#menumed li a {
    text-decoration: none;
    color: #77787A;
}
 
#menumed li a:hover {
    text-decoration: none;
    color: #900;
}
 
#menunosotros {
    position: absolute;
    width: auto;
    height: auto;
    margin-top: 44px;
    margin-left: 115px;
    padding: 5px;
    border: 1px solid #D9D9D9;
    background-color: #990;
    color: #FFF;
    display: none;
}
 
#menunosotros a {
    color: #FFF;
    text-decoration: none;
    font-weight: bold;
}
 
#menunosotros a:hover {
    color: #FFF;
    text-decoration: underline;
    font-weight: bold;
}
 
#menutop {
    margin-left: 20px;
    padding-top: 7px;
}
 
#menutop li {
    list-style: none;
    margin-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    float: left;
}
 
#menutop li a {
    text-decoration: none;
    color: #77787A;
    margin: 5px;
    padding: 5px;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
}
 
#menutop li a:hover {
    text-decoration: none;
    color: #84080A;
    border: 1px solid #84080A;
    text-align: center;
}
 
#pagina {
    margin: 0 auto;
    margin-top: 20px;
    bottom: 20px;
    width: 968px;
    height: auto;
    text-align: left;
}
 
#cabecera {
    width: 968px;
    height: 179px;
    background: url(../img/top.gif) no-repeat;
}
 
#carritoinfo {
    position: absolute;
    width: 180px;
    height: 94px;
    border-left: 1px #D9D9D9 dotted;
    margin-left: 750px;
    margin-top: -72px;
    padding-left: 20px;
    text-align: right;
}
 
#cuerpo {
    width: 968px;
    padding-bottom: 10px;
    background: url(../img/med.gif) repeat-y;
}
 
#pie {
    width: 968px;
    height: 80px;
    background: url(../img/bot.gif) no-repeat;
    background-position: top;
    text-align: center;
}
 
#pie a {
    color: #77787A;
    text-decoration: none;
}
 
#pie a:hover {
    color: #77787A;
    text-decoration: underline;
}
 
/* Para lightbox personalizado */
.fondobox {
    display: none;
    position: fixed;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: black;
    z-index: 1001;
    filter: alpha(opacity=80);
    -moz-opacity: .80;
    opacity: .80;
}
 
.popupbox {
    display: none;
    position: fixed;
    top: 25%;
    left: 25%;
    width: 50%;
    height: auto;
    padding: 16px;
    border: 4px solid #D0D0D0;
    background-color: white;
    z-index: 1002;
    overflow: auto;
    text-align: left;
}
 
.formcontacto {
    display: none;
    position: fixed;
    width: 350px;
    height: auto;
    padding: 16px;
    border: 4px solid #D0D0D0;
    background-color: white;
    z-index: 1002;
    overflow: auto;
    text-align: left;
}
 
.titulopopup {
    font-size: 18px;
    color: #900;
    font-weight: bold;
}
 
#cerrarpopup {
    width: 16px;
    height: 16px;
    float: right;
    background: url(../img/cerrarpopup.gif) no-repeat;
    cursor: pointer;
}
 
#cerrarpopupcontacto {
    width: 16px;
    height: 16px;
    float: right;
    background: url(../img/cerrarpopup.gif) no-repeat;
    cursor: pointer;
}
/**********************************************/
 
/* SubMenus */
 
#cerrarmenunosotros {
    width: 16px;
    height: 16px;
    float: right;
    background: url(../img/cerrarpopup.gif) no-repeat;
    cursor: pointer;
}