#content {
	position: relative;
	padding-right: 215px;
}
#divR {
	position: absolute;
	top: 3px; right: 3px;
	width: 170px;
	padding: 10px;
	background-color: #faf3f3;
	border-style: solid;
	border-width: 2px 1px;
	border-color: #b26d62 #e3bebd;
}

/* TODO: width 190 for IE5? */
#divR h1 {
	border: 0;
	margin: 0;
	padding: 0;
	font-size: 1em;
	text-decoration: underline;
}
#divR p { font-size: .85em; }
html>body #divR p { font-size: .9em; }
#divR a:hover {
	background-color: transparent;
}

#divR ul {
	margin: 0 0 0 20px; padding: 0;
}
#divR .listaEnlaces, #divR .listaImagenes, #divR .cuadroTexto {
	margin-bottom: 20px;
}
#divR .cuadroTexto .enlace {
	text-align: center;
	font-weight: bold;
}
#divR .listaImagenes div.enlace {
	margin-bottom: 14px;
}
#divR .newsHeaders {
	list-style-type: none;
	margin: 0 0 1.5em 0;
}
#divR .newsHeaders li {
	margin: .8em 0;
}