div#listaImagenes {
	margin-left: 238px
}

div#contenedorPag {
	margin: 0 auto;
	width: 15em;
	padding-bottom:2em;
}

div#paginador {
	float: left;
	margin: 0 0 1em 0;
	width: 100%
}

#contenedorPag span {
	color: #891536;
	cursor: pointer;
	float: left;
	font-size: 0.7em;
	line-height: 1.4em;
	margin: 0 0 0 1.5em;
	text-decoration: none;
	width: auto;
}

#contenedorPag span:hover {
	text-decoration:underline;
}

span.pag-unselected {
	color: #454545 !important;
}

span.pag-selected {
	cursor: default !important;
	text-decoration: none !important;
}

span#pAnterior {
	cursor: pointer;
	float: left;
	font-size: 0.7em;
	line-height: 1.4em;
	width: auto;
	margin-left:0;
}

p.ppeu {
	margin-bottom:1em
}