.box-paginador
{
	width: 100%;
	float: left;
}

.p-mid
{
    width: 30%;
    margin: 0 30% 0 40%;
    text-align: center;
    display: inline-block;
}
.p-top, .p-bot
{
	float: left;
    width: 100%;
}

.p-top > a
{
	background-color: #297cc3;
    padding: 5px 20px 5px 20px;
    color: #fff;
    position: relative;
    float: left;
    cursor: pointer;
}
.p-top > p
{
    width: 40%;
    text-align: center;
    float: left;
}

.p-bot > p
{
	text-align: center;
    float: left;
    margin-bottom: 0.5%;
}
.p-bot select
{
	width: 36%;
    padding-left: 4%;
}