body  {
background : #cccccc;
margin : 10px 0;
padding : 0;
text-align : center;
font-family : Verdana, Arial;
font-size : 80%;
}
h1 {
font-family : "Trebuchet MS", Helvetica, Verdana;
font-size : 1.8em;
font-weight : 500;
color : #e77817;
display: inline;
}
h2 {
font-family : "Trebuchet MS", Helvetica, Verdana;
font-size : 1.8em;
font-weight : 500;
color : #555555;
display: inline;
}
a {
text-decoration : none;
}
a img {
border : 0;
}
a, productos {
color : #999999;
}
a:hover, productos {
color : #000;
}
#centrador {
width : 780px;
height : auto;
margin : 0 auto;
text-align : left;
}
#topbar {
font-size : 0.8em;
}
#sidebar {
width : 160px;
height : auto;
float : left;
font-size : 0.8em;
}
#productos {
background : url("./pics/productos+fondo.jpg") no-repeat center 0%;
width : 615px;
height : 250px;
font-size : 0.8em;
float : right;
}
#contenido {
height : 710px;
width : 615px;
float : right;
}
#footer {
width : 780px;
font-size : 0.8em;
color : #999999;
clear : both;
}
#upperLeftCorner {
    display: block;
    position: absolute;
    right: 0;
    top: 0px;
    overflow: visible;
    width: 285px;
    height: 285px;
    margin: 0 0 0 0;
    padding: 0;
    z-index: 9999;
    border: none;
    float: none;
	visibility: hidden;
  }