﻿.grid td, .grid th
{
    height:14px;
    border-right:solid 1px #fff;
    vertical-align:middle;
}

.grid th
{
	background-color:#EFEFEF;
	font-weight:normal;
	border-color:#ccc;
}

.grid td
{
    vertical-align:middle;
    cursor:default;
    border-color:#EFEFEF;
}
.irapag{
    font-size:x-small;
    width:20px;
}
.anterior{
    background:transparent url(images/previous.gif) no-repeat scroll center;
    height:1.3em;
    width:16px;
    cursor:pointer;
}
.siguiente{
    background:transparent url(images/nextt.gif) no-repeat scroll center;
    height:1.3em;
    width:16px;
    cursor:pointer;
}
.primero{
    background:transparent url(images/first.gif) no-repeat scroll center;
    height:1.3em;
    width:16px;
    cursor:pointer;
}
.ultimo{
    background:transparent url(images/last.gif) no-repeat scroll center;
    height:1.3em;
    width:16px;
    cursor:pointer;
}
