body {
    width: 980px;
	border: solid black 5px;
	background-color: darkgray;
	position: relative;
	font-family: Helvetica, Arial, sans-serif;
} 
img {
	border: 0px;
}
a {
        text-decoration: none;
        color: darkblue;
}
a:visited { 
        color: darkred;
}
a:hover {
        color: darkgreen;
}

div.menu {
    height: 510px;
    overflow: auto; 
    border: solid black 5px;
	width: 172px;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	border-left: 0px;
	border-top: 0px;
	border-bottom: 0px;
	padding-top: 4px;
	padding-bottom: 10px;
	background-color: #cccccc;
}

li {
	list-style-type: none;
	font-size: 10px;
	text-indent: -7px;
}

h2.seccion {
	font-weight: bold;
	font-size: 12px;
	border-bottom: 0px;
	margin-left: 5px;
	margin-bottom: 4px;
}

ul.seccion {
	margin-bottom: 0px;
	margin-top: -4px;
}

li.elem {
	font-weight: normal;
	margin-left: -22px;
}



div.cuerpo {
	top: 0;
	position: absolute;
	left: 13em;
	text-align: left;
	width: 780px;
	
}

h1 {
	letter-spacing: 0.75em;
	font-size: 18px;
	position: absolute;
	z-index: 1;
	left: 200px;
	top: 2px;
}

div.cabecera {
    right: 10px;
	margin-top: 4px;
	font-size: 10px;
	margin-bottom: 10px;
	text-align: right;
	width: auto;
	vertical-align: top;
}

div.buscador {
	text-align: right;
	margin-right: 10px;
	top: 0;
	right: 0;
}

div.protestas {
	text-align: right;
	position: absolute;
	top: 54px;
	left: 570px;
	border: 0px black solid;
}

ul.protestas-texto {
	text-align: left;
	margin-top: 20px;
	margin-bottom: 20px;
	border: 0px black solid;
}

img.protestas-carteles  {
	margin-top: 0;
	margin-bottom: 0;
	border: 0px black solid;
}

img.estampa {
	border: solid black 1px;
	margin: 5px;
	margin-top: 25px;
	width: 485px;
}

p.otraestampa {
	position: absolute;
	top: 465px;
	left: 220px;
}

div.pie {
	text-align: center;
	width: 140px; 
	position: absolute;
	top: 470px;
	right: .5em;
}

span.pie-lema {
    font-size: 10px;
	font-weight: bold;
	text-align: center;
}
