@CHARSET "UTF-8";

a[href$='.pdf'] {
display:inline-block;
padding-left:20px;
line-height:18px;
background:transparent url(../imagenes/iconos/PDFIcon.gif) center left no-repeat;
}

a[href^="mailto:"] {
display:inline-block;
padding-left:20px;
line-height:18px;
background:transparent url(../imagenes/iconos/MailTo.gif) center left no-repeat;
}

a[href^="http:"] {
display:inline-block;
padding-right:14px;
background:transparent url(../imagenes/iconos/ExternalIcon.gif) center right no-repeat;
}

a[href$='.zip'], a[href$='.gzip'], a[href$='.rar'] {
display:inline-block;
padding-left:20px;
line-height:18px;
background:transparent url(../imagenes/iconos/ZIPIcon.gif) center left no-repeat;
}