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

a img {
 border: none;
}

body {
 margin: 0;
 padding: 0;
 background-color: #ddd;
 font-family: Helvetica,Arial,sans-serif;
}

#container {
 margin: 0 auto;
 padding: 4px;
 width: 980px;
 border: 1px solid;
 background-color: #fff;
} 

div#cabecera {
 height: 100px;
 margin-bottom: 4px;
 color: #fff;
 text-align: center;
 font-size: 2em;
 background: #ccc;
}

div#cabecera div#logo {
 width: 200px;
 height: 3em;
 float: left;
}

div#cabecera div#logo_uniovi a {
 border: solid red 1px;
}

div#cabecera div#logo_uniovi a img {
 order: none;
}

div#cabecera h1 {
 margin: 0;
 padding: 0;
 color: #fff;
 text-align: center;
 font-size: 2.6em;
 font-weight: normal;
}

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

div#cabecera h1 a:hover {
 background-color: #ddd;
 color: #000;
}

div#cabecera h1 a img {
 border: none;
}

span#fecha {
 float: left;
}

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

div#miga a {
 color: #fff;
}


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

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

div#pie div#sellos {
 width: 19.9%;
}

div#pie div#enlaces_pie {
 width: 79.9%;
}


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;
}

div#imagen_portada h2 {
 font-size: 1.8em;
 font-weight: bold;
 margin: 0 0 0.3em 0;
}

div#imagen_portada div {
 height: 220px;
 margin: 0 10px 10px 0;
 float: left;
}

div#imagen_portada img {
 border: solid 1px black;
}