div.pagination {
	display: none;
    padding: 3px;
    margin: 3px;
    text-align:center;
    clear: both;
    font-family: Georgia, serif;
    text-transform: uppercase;
}
div.pagination a {
    /*border: 1px solid #dedfde;*/
    margin-right:3px;
    padding:2px 6px;
    background-position:bottom;
    text-decoration: none;
    color: #968c83;        
}
div.pagination a:hover, div.meneame a:active {
	text-decoration: underline;
}
div.pagination span.current {
    margin-right:3px;
    padding:2px 6px;    
    font-weight: bold;
    color: #96ccc3;
    
}
div.pagination span.disabled {
    margin-right:3px;
    padding:2px 6px;
    color: #968c83;
}
