#nav-anterior
{
background-image: url('css-images/prev.png');
cursor: pointer;
display: block;
height: 36px;
width: 109px;

position: absolute;
left: 370px;
bottom: 4px;
	
}

#nav-siguiente
{
background-image: url('css-images/next.png');
cursor: pointer;
display: block;
height: 36px;
width: 117px;

position: absolute;
right: 380px;
bottom: 4px;
}
.paginanum{

font-size: 16px;
font-weight: bold;
display: inline-block;
font-size: 17px;
font-weight: bold;
position: absolute;

left: 516px;
bottom: 12px;
}

.navegacion
{
background: url("css-images/back_nav.png");
	bottom:0px;
	/*position: absolute;*/
	height: 68px;
	width: 800px;
	
}