/* CSS Document */
a.pdf { /*The background image*/
	background: url(../imagenes/autoico/pdf.png) no-repeat left center;
	padding-left: 20px;	padding-top: 4px;
	line-height: 16px; /* To center the text vertically with the icon */
}

a.txt { /*The background image*/
	background: url(../imagenes/autoico/txt.png) no-repeat left center;
	padding-left: 20px;	padding-top: 4px;
	line-height: 16px;
}

a.zip { /*The background image*/
	background: url(../imagenes/autoico/t_zip.png) no-repeat left center;
	padding-left: 20px;	padding-top: 4px;
	line-height: 16px;
}

a.email {
	background: url(../imagenes/autoico/email.png) no-repeat left center;
	padding-left: 20px;	padding-top: 4px;
	line-height: 16px;
}

a.external {
	background: url(../imagenes/autoico/ext_link.png) no-repeat left center;
	padding-left: 20px;	padding-top: 4px;
	line-height: 16px;
}

a.doc {
	background: url(../imagenes/autoico/t_doc.png) no-repeat left center;
	padding-left: 20px;	padding-top: 4px;
	line-height: 16px;
}
a.dot {
	background: url(../imagenes/autoico/t_dot.png) no-repeat left center;
	padding-left: 20px;	padding-top: 4px;
	line-height: 16px;
}
a.ppt {
	background: url(../imagenes/autoico/t_pps.png) no-repeat left center;
	padding-left: 20px;	padding-top: 4px;
	line-height: 16px;
}
a.odt {
	background: url(../imagenes/autoico/t_odt.png) no-repeat left center;
	padding-left: 20px;	padding-top: 4px;
	line-height: 16px;
}
a.ods {
	background: url(../imagenes/autoico/t_ods.png) no-repeat left center;
	padding-left: 20px;	padding-top: 4px;
	line-height: 16px;
}
a.odp {
	background: url(../imagenes/autoico/t_odp.png) no-repeat left center;
	padding-left: 20px;	padding-top: 4px;
	line-height: 16px;
}
