body, html {
margin: 0;
}

#contenedor {
width: 800px;
margin-left: auto;
margin-right: auto;
border-top: 10px solid #000;
}

#cabecera {
width: 100%;
margin-top: 1px;
}

#pie {
width: 100%;
text-align: center;
font-family: Arial, Verdana, sans-serif;
font-size: 0.9em;
color: #666666;
clear: both;
}

.lista {
font-size: 1.8em;
color: #666666;
}

.lista a {
padding-left: 20px;
padding-right: 20px;
text-decoration: none;
color: #666666;
}

.lista a:hover {
padding-left: 60px;
padding-right: 60px;
}

a#spameame {
position: fixed;
right: 0;
bottom: 0;
display: block;
height: 80px;
width: 80px;
background: url(img/etiqueta.jpg) bottom right no-repeat;
text-indent: -999em;
text-decoration: none;
}

/* pie */
html
{
height: 100%;
}

body
{
height: 100%;
}

#nonFooter
{
position: relative;
min-height: 100%;
}

* html #nonFooter
{
height: 100%;
}

#footer
{
position: relative;
margin-top: -10em;
clear: both;
height: 8em;
}