.wp-paginate {padding:0; margin:0;}
.wp-paginate li {display:inline; list-style:none;}

.wp-paginate a {
		padding: 2px 5px 2px 5px;
		margin: 2px;
		/*border: 1px solid #AAAADD;*/
		background:url(images/paginaOff.gif)  no-repeat;
		text-decoration: none; 
		font-size:14px;
		color: #000099;
}

.wp-paginate a:hover, .wp-paginate a:active {
		/*border: 1px solid #000099;*/
                background:url(images/paginaOn.gif) no-repeat;                
                color:#fff;
                font-size:14px;
                text-decoration: none;
 }
                
.wp-paginate .title {color:#555; margin-right:4px;}
.wp-paginate .gap {color:#999; margin-right:4px;}

.wp-paginate .current {
		padding: 2px 5px 2px 5px;
		margin: 2px;
		/*border: 1px solid #000099;*/
		background:url(images/paginaOn.gif) no-repeat;                
		font-weight: bold;
		color:#fff;
		font-size:14px;
}

.wp-paginate .page {}
.wp-paginate .prev, .wp-paginate .next {}

/* style overrides for comments pagination */
.wp-paginate-comments {}
.wp-paginate-comments li {}
.wp-paginate-comments a {}
.wp-paginate-comments a:hover, .wp-paginate-comments a:active {}
.wp-paginate-comments .title {}
.wp-paginate-comments .gap {}
.wp-paginate-comments .current {}
.wp-paginate-comments .page {}
.wp-paginate-comments .prev, .wp-paginate-comments .next {}