#list {
/*    padding: 10px;*/
    width: 100%;
    padding-bottom: 20px;
}
#list .a {
    margin-bottom: 5px;
    border-collapse: collapse;
    width: 100%;
}

#list .png {
    vertical-align: middle;
    padding-left: 2px;
    cursor: pointer;
}

#list .c {
    text-align: left;
    float: right;
    padding-bottom: 20px;
}
#list .d {
    text-align: center;
    float: right;
    padding-bottom: 10px;
    
}
#list .e {
    text-align: right;
    float: left;
    padding-bottom: 10px;
    
}
.list {
    border-collapse: collapse;
    width: 100%;
}
.list .listheader {
    background-color: #fafafa;
    height: 40px;
}
.list th {
    height: 40px;
    padding: 0px 4px;
    border-bottom: 2px solid #0044cc;
    cursor: pointer;
}
.list td {
    height: 35px;
    _padding: 0px 4px;
    vertical-align: middle;
    _overflow: auto;
}
.list a {
    color: #000000;
    text-decoration: underline;
}

.list img {
    border: 0px;
}

.list_acciones{
    width: 102px;
    text-align: center;
}

.list_acciones .png{
    width: 20px;
    height: 20px;
}

.row1 td, .row2 td, .highlight td, .previous td {
    border-bottom: 1px solid #EEEEEE;
}

.row1 {
    background-color: #FFFFFF;
}
.row2 {
    background-color: #F7F7FF; 
}

.row2:hover, .row1:hover{
    background-color: #E5E5E5;
}

.sin_filas{
    padding: 50px 0px 50px 0px;
}