﻿body
{
}

.tb1
{
    background-color: #EAEAEA;
    width: 650px;
    height: 34px;
    border: 1px solid #CCC;
    display: none;
}
.tb1:hover
{
    background-color: #EFEFEF;
}
.td1
{
    width: 100%;
    height: 34px;
    color: #222;
}
.td2
{
    width: 50px;
    height: 34px;
    text-align: center;
    vertical-align: middle;
}
.imgBorrar
{
    background-image: url(../images/btn_eliminar1.png);
    background-position: center;
    background-repeat: no-repeat;
    width: 50px;
    height: 34px;
}
.imgBorrar:hover
{
    background-image: url(../images/btn_eliminar1_up.png);
}
.imgBorrar:active
{
    background-image: url(../images/btn_eliminar1_down.png);
}
.tb2
{
    width: 875px;
    height: 34px;
    padding: 9px;
    font-size: 16px;
}
.td3
{
    width: 128px;
    height: 34px;
    font-size: 20px;
    text-align: center;
    font-family: Roboto;
}
.td4
{
    width: 88px;
    font-family: Roboto;
    text-align: center;
}
.td5
{
    width: 254px;
    font-family: Roboto;
}
.td6
{
    width: 145px;
    text-align: center;
    font-family: Roboto;
}
.td7
{
    width: 124px;
    text-align: center;
    font-family: Roboto;
}
.txtImp
{
    width: 100px;
    text-align: right;
    font-size: 16px;
}
