/*Comunes*/

.pager {
clear:both;
background-color:#dcdeda;
height:35px;
}

.pager ul {
display: block;
float: left;
left: 50%;
list-style: none outside none;
margin: 0 auto;
padding-top: 10px;
position: relative;
}

.pager li {
display: block;
float: left;
position: relative;
right: 50%;
padding-left:5px;
padding-right:5px
}

.pager a {
color: #283f1b;
display: block;
float: left;
font-weight: bold;
height:15px;
vertical-align:middle;
line-height:1.2
}
/* fin Comunes*/
.short { /*no usado*/ 
	cursor: pointer;
	width:21px;
	height:16px;
	margin:0 5px;
	background:url(images/shorts.png) no-repeat;
	text-indent:-9999px
	}

.pager .firstpage a {
	
 	cursor: pointer; 
	width:21px;
	height:16px;
/* 	margin:0 5px; */
	background:url(images/shorts.png) no-repeat;
	text-indent:-9999px;
	

	background-position:0 0;
	float: left;
}

.pager .lastpage a {
 	cursor: pointer; 
	width:21px;
	height:16px;
/* 	margin:0 5px; */
	background:url(images/shorts.png) no-repeat;
	text-indent:-9999px;
	
	
	
	
	background-position:-38px 0;
	float: right;
}

.pager .nextpage a, .pager .prevpage a {
	width:10px;
	height:15px;
	background:url(images/pager.png);
	text-indent:-9999px;
}

.pager .nextpage a {
	background-position:-10px 0
}

.pager .prevpage.disabled a {
	background-position:-20px 0
}

.pager .nextpage.disabled a {
	background-position:-30px 0
}


.pager .prevpage.disabled a:hover, .pager .prevpage.nextpage a:hover {
	cursor:default;
}

.pager .firstpage a:hover, .pager .lastpage a:hover {
	cursor:default;
}



