#PagerDiv
{
	/*FLOAT: left;*/
	width: 100%;
	MARGIN: 0px;
	TEXT-TRANSFORM: lowercase;
	PADDING-TOP: 4px;
	text-align: center;
	/*border: 1px solid #DDDDDD;*/
	BACKGROUND: url(../Img/BgPager.gif) transparent repeat-x;
}
#PagerDiv P.Pager
{	
	/*margin-top: -6px;*/ /*Añadido para que los números suban más arriba y cuadren con el fondo*/
	display: inline;
	text-align: center;
}
#PagerDiv P.Pager A 
{
	PADDING-LEFT: 20px;
	/*COLOR: #888;*/
	/*font-size: 12px;*/
}

#PagerDiv P.Pager A IMG
{
	margin-right: 0px;
	margin-bottom: 0px;
	float: none;
	display: inline;
	border-style: none;
}

#PagerDiv P.Pager A.Current
{
	/*font-size: 16px;*/
	font-weight: bold;
	/*color: #5C7AE6;*/
	padding-top: 4px;
	text-decoration: none;
}

#PagerDiv P.Pager .Disabled
{
	cursor: default;
}
