.pagination
{
    float: right;
    text-align: right;
}

#pag-top-container
{
    float: right;
    width: 43%;
}

.pagination a
{
    text-decoration: none; 
    font-size: 13px;
    color: #333333;
    display: block;
    float: left;
    padding: 0.9em 0.3em 0 0.3em;
}
.pagination span
{
    display: block;
    float: left;
    padding: 0.1em 0.3em 0.3em 0.3em;
}

.pagination a.prev
{
    display: block;
    float: left;
    padding: 0.7em 0.3em 0.3em 0.3em;
}

.pagination a.next
{
    display: block;
    float: left;
    padding: 0.3em;
}

.prev span#icatras
{
    margin-top:-6px;
}

.next span#icade
{
    margin-top:0px;
}

.current.next span#icade
{
    margin-top:-7px;
}
.pagination .current
{
    font-size: 16px;
    font-weight: bold;
    color: #333333;
    padding-top:10px;
}

/*
.pagination .current.prev, .pagination .current.next
{
    color: #999;
    background: #fff;
}
*/


.gotopage-top
{
    float: right;
    margin-right:20px;
}

.gotopage-topArrow
{
    background: url(../../Content/images/buscador/ic-ir1.png) top right no-repeat;
    display: inline;
    width: 29px;
    height: 29px;
    margin: -4px 10px 0 0;
    float: left;
    cursor:pointer;
}

.gotopage-topArrow:hover
{
    background: url(../../Content/images/buscador/ic-ir2-press.png) top right no-repeat;
    width: 29px;
    height: 29px;
    
}
.gotopage-bot
{
    width: 150px; 
    padding-left: 280px;
    float:left;
}

.gotopage-botArrow
{
    background: url(../../Content/images/buscador/ic-ir1.png) top right no-repeat;
    display: inline;
    width: 29px;
    height: 29px;
    float:left;
    cursor:pointer;
    margin-top: -4px;
}

.gotopage-botArrow:hover
{
    background: url(../../Content/images/buscador/ic-ir2-press.png) top right no-repeat;
    width: 29px;
    height: 29px;
}
.pag-bottom
{
    width: 100%;
    text-align: center;
    float: right;
}


#pag-bottom-container
{
    margin: 0 auto 0 auto;
    width: 64%;
    float:left;
}

.icatras
{
    width: 24px;
    height: 24px;
    background-image: url(../images/buscador/ic-atras1.png);
}

.icade
{
    width: 24px;
    height: 24px;
    background-image: url(../images/buscador/ic-ade1.png);
}

.icatras:hover
{
    width: 24px;
    height: 24px;
    background-image: url(../images/buscador/ic-atraspress.png);
}

.icade:hover
{
    width: 24px;
    height: 24px;
    background-image: url(../images/buscador/ic-adepress.png);
}

.icatras_bloq
{
    width: 24px;
    height: 24px;
    background-image: url(../images/buscador/ic-atras-bloq1.png)
}

.icade_bloq
{
    width: 24px;
    height: 24px;
    background-image: url(../images/buscador/ic-ade-bloq2.png);
}

.txtPaginador
{
    font-family: Trebuchet MS;
    font-size:16px;
    font-weight:bold;
}