html>body {
 font-size: 12px;
}

body {
 margin: 0;
 padding: 0;
 background-color: #ddddff;
 font-family: Sans-Serif;
 font-size: 62.5%; 
}

#container {
 margin: 0 auto;
 padding: 5px;
 width: 98em;
 border-left: 1px solid;
 border-right: 1px solid;
 background-color: #fff;
} 

div#cabecera {
 height: 11em;
 margin-bottom: 4px;
}

div#cabecera:hover {
 background-color: #7a7d7c;
}

div#cabecera h1 {
 margin: 0;
 padding: 0;
 background: #b8c392;
 color: #fafdfc;
 text-align: center;
 font-size: 3em;
 font-weight: normal;
 line-height: 3em;
}

div#cabecera h1 a {
 color: #fafdfc;
 text-decoration: none;
 display: block;
}

div#cabecera h2 {
 margin: -2em 0;
 padding: 0;
 background: #b8c392;
 color: #fafdfc;
 text-align: center;
 font-size: 2em;
 font-weight: normal;
 line-height: 3em;
}



div#miga {
 background-color: #555;
 color: #fff;
 padding: 0.1em 0.5em;
 margin: 0 0 5px 0;
 font-size: 1.5em;
}


div#pie {
 clear: both;
 height: 5em;
}

div#pie div#sellos, 
div#pie div#enlaces_pie {
 margin: 0;
 padding: 0;
 width: 50%;
 float: left;
}

div#pie div#sellos ul, 
div#pie div#enlaces_pie ul {
 margin: 1em 0 0 0;
 padding: 1em 0 0 0;
 border-top: 0.1em solid #000;
}

div#pie div#sellos ul li {
 display: inline;
}

div#pie div#sellos ul li a img {
 border:none;
}

div#pie div#enlaces_pie ul {
 text-align: right;
}

div#pie div#enlaces_pie ul li {
 display: inline;
 margin-left: 3em;
 padding: 0em 0em 0.5em 2.0em;
 line-height: 1.8em;
 background-repeat: no-repeat;
 text-decoration: none;
}

div#pie div#enlaces_pie ul li a {
 text-decoration: none;
 color: #333;
}

div#pie div#enlaces_pie ul li a:hover {
 text-decoration: underline;
}
