#paging_container {
/*	height: 500px;	*/
	overflow: hidden;
}


.container{
	float: left;
	display: block; clear: both;
	width: 100%;
}


/*
EN EL CSS GENERAL de ESTILOS.CSS
.content {
	display: block; clear: both;
	display: table;
}

.content a li {
	color: #000;
}

.content a:hover li {
	color: #000;
}

.content li {
	list-style: none;
	overflow: hidden;
	color: #222;
	display: table;
}
*/

.page_navigation {
	margin-top: 0px;
	text-align: center;
}

.page_navigation a {
	padding: 4px 7px;
	margin: 3px;
	text-decoration:none;
	float: left;
	font: bold 12px Arial, Verdana, Arial, Tahoma;
	color: #47006c;
	background: #f2f1e6;
}
.active_page{
	background: #ccb9da !important;
	color: #fff !important;
	font-weight: bold;

}	


