/**
 * Biblioteca Central UNICEN - Pagination CSS Stylesheet 
 * @author: Ing. Rubén A. Mansilla
 *
 * @date: 19:20 29/05/2007
 * @review: 18:50 17/12/2007 
 * @version: 2.0
 *
 */

/* --------------------------------------------- */
/* page controller container			    */
/* --------------------------------------------- */
.pages {
	clear: both;
	width: 88%;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: 5px;/*47px;*/
	text-align: center;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 5px 0;
	background-color: #eff4f7;
}

.pages a {
	margin-left: 8px;
	margin-right: 0;
	text-decoration: none;
	font-size: 1.0em;
	font-weight: bold;
	color: #757575;
}

.pages a:hover {
	color: #0d2968;
}

.pages .current {
	margin-left: 8px;
	margin-right: 0;
	font-weight: bold;
}

.pages_les {
	visibility: hidden;
	margin-top: 5px;
	margin-bottom: -10px;
}


/* --------------------------------------------- */
/* page controller container			    */
/* --------------------------------------------- */
/*
#pagination {
	display: none;
}
*/

.pagination {
	clear: both;
	
	padding: 3px 3px 10px 3px;
	margin: 3px;
	text-align:center;
}

.pagination a,
.pagination a:hover, 
.pagination a:active 
{
	margin-right:3px;
	padding:2px 6px;
	text-decoration: none;
    color: #31588c;
}

.pagination span.caption {
	margin-right:3px;
	padding:2px 6px;
	font-weight: bold;
    color: #31588c;
}

.pagination span.disabled {
	margin-right:3px;
	padding:2px 6px;
	color: #adaaad;
}

.on_top {
	margin-bottom: 15px;

	background-image : url(../img/h_dot.gif);
	background-position : bottom;
	background-repeat : repeat-x;
}

.on_bottom {
	/*
    margin-top: 15px;
    */
}