body
{
	line-height: 1em;
}

.ListaPrincipal
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 10px;
	margin: 0px;
	width: auto;
	text-align: left;
	border-collapse: collapse;/*para que no se vean los border entre celdas*/
}

    .ListaPrincipal th {
        padding: 0.5em 1em 0.5em 1em;
        font-weight: 600;
        font-size: 11px;
        color: #191919;
        border-bottom: 2px solid #999999;
    }

    .ListaPrincipal td {
        padding: 0.5em 1em 0.5em 1em;
    }

    .ListaPrincipal tbody tr:hover td {
        color: #191919;
        background: #adcdd2;
        cursor: pointer;
    }

.tipoCot1 {
    background: url('/Images/9rentas.png') no-repeat center;
    background-size: 16px 16px;
    /*height: 16px;
    width: 16px;*/
}

.tipoCot2 {
    background: url('/Images/8ventas.png') no-repeat center;
    background-size: 16px 16px;
    /*height: 16px;
    width: 16px;*/
}

.rentaEnviadaClass
{
    background: url('/Images/check.png') no-repeat center;
    background-size: 16px 16px;
    height: 16px;
    width: 16px;
    line-height: 16px;
}