#central {
    overflow: hidden;


	margin-bottom:50px;
	margin-top:50px;
	margin: 0px auto;
}




.pagination {
    height: 36px;
    margin: 15px 0;
	
}
.pagination ul {
    display: inline-block;
    margin-bottom: 10px;
}
.pagination li {
    display: inline;
}
.pagination a {
    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #DDDDDD;
    border-style: solid;
    border-width: 1px 1px 1px 0;
    float: left;
    line-height: 34px;
    padding: 0 14px;
    text-decoration: none;
	cursor:pointer;
}
.pagination a:hover, .pagination .active a {
    color:#2d2d28;
	outline:0;
	text-decoration:none;
	font-weight: bold;
    background:#dddddd;
}
.pagination .active a {
    color: darkred;
    cursor: default;
}
.pagination .disabled a, .pagination .disabled a:hover {
    background-color: transparent;
    color: #999999;
    cursor: default;
}
.pagination li:first-child a {
    border-left-width: 1px;
    border-radius: 3px 0 0 3px;
}
.pagination li:last-child a {
    border-radius: 0 3px 3px 0;
}
.pagination-centered {
    text-align: center;
}
.pagination-right {
    text-align: right;
}





#actual {
float:left;
margin-left:5px;
}




.loading {
width:100%;
text-align:center;
margin-top:40px;
height:500px;
}