/* Add here all your css styles (customizations) */
/* 
    Created on : 2/05/2017, 09:44:35 AM
    Author     : RAMTOR
*/

.vinculopdf {
	font-size: 10pt;
	font-family: Tahoma, Geneva, sans-serif;
	padding: 0 0 0 30px;
	background: url(../../publica/img/ico/pdf.png) no-repeat left center;
}

.vinculoexcel {
	font-size: 10pt;
	font-family: Tahoma, Geneva, sans-serif;
	padding: 0 0 0 30px;
	background: url(../../publica/img/ico/excel.png) no-repeat left center;
}

.vinculozip {
	font-size: 10pt;
	font-family: Tahoma, Geneva, sans-serif;
	padding: 0 0 0 30px;
	background: url(../../publica/img/ico/zip.png) no-repeat left center;
}


td.details-control {
    background: url('../../publica/img/ico/details_open.png') no-repeat center center;
    cursor: pointer;
}
tr.shown td.details-control {
    background: url('../../publica/img/ico/details_close.png') no-repeat center center;
}