/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Mar 10, 2015, 11:42:46 PM
    Author     : victor
*/

.doc_aceptado{
    background-image: url("../images/iconos16/accept.png");
    background-position: center center;
    background-repeat: no-repeat;
    white-space: nowrap;    
    padding-left: 30px;
}

.doc_pendiente{
    background-image: url("../images/iconos16/warning.png");
    background-position: center center;
    background-repeat: no-repeat;
    white-space: nowrap;    
    padding-left: 30px;
}

.doc_rechazado{
    background-image: url("../images/iconos16/cross.png");
    background-position: center center;
    background-repeat: no-repeat;
    white-space: nowrap;    
    padding-left: 30px;
}

.descargar{
    background-image: url("../images/iconos16/compress.png");
    background-position: center center;
    background-repeat: no-repeat;
    white-space: nowrap;    
    padding-left: 30px;
}

.pdf{
    background-image: url("../images/iconos16/pdf.png");
    background-position: center center;
    background-repeat: no-repeat;
    white-space: nowrap;    
    padding-left: 30px;
}

.alta{
    background-image: url("../images/iconos16/arrow_up_green.png");
    background-position: center center;
    background-repeat: no-repeat;
    white-space: nowrap;    
    padding-left: 30px;
}

.baja{
    background-image: url("../images/iconos16/arrow_down_red.png");
    background-position: center center;
    background-repeat: no-repeat;
    white-space: nowrap;    
    padding-left: 30px;
}

.conf_warning{
    background-image: url("../images/iconos16/cog_error.png");
    background-position: center center;
    background-repeat: no-repeat;
    white-space: nowrap;    
    padding-left: 30px;
}
.conf_ok{
    background-image: url("../images/iconos16/cog.png");
    background-position: center center;
    background-repeat: no-repeat;
    white-space: nowrap;    
    padding-left: 30px;
}

.ok{
    background-image: url("../images/iconos16/tick.png");
    background-position: center center;
    background-repeat: no-repeat;
    white-space: nowrap;    
    padding-left: 30px;
}

.icono_error{
    background-image: url("../images/iconos16/cancel.png");
    background-position: center center;
    background-repeat: no-repeat;
    white-space: nowrap;    
    padding-left: 30px;
}
/*********** ICONOS MESNU ****************/
.expediente{
    background-image: url("../images/iconos16/folder_page.png");
    background-position: left center;
    background-repeat: no-repeat;
    white-space: nowrap;    
    padding-left: 30px;
}
.pdf-download{
    background-image: url("../images/iconos16/pdf-download.png");
    background-position: left center;
    background-repeat: no-repeat;
    white-space: nowrap;    
    padding-left: 30px;
}
.convocatoria{
    background-image: url("../images/iconos16/date_add.png");
    background-position: left center;
    background-repeat: no-repeat;
    white-space: nowrap;    
    padding-left: 30px;
}