.botonesEnlaces span.ayuda span.contacto {
	padding-left: 20px;
	background: transparent url("../images/iconos/green/telefono.png") top left no-repeat;
	background-size: 18px 18px;
}

.botonesEnlaces span.ayuda span.info {
	padding-left: 20px;
	background: transparent url("../images/iconos/green/question.png") top left no-repeat;
	background-size: 18px 18px;
}
.botonesEnlaces span.ayuda span.urlAyuda {
    padding-left: 20px;
    background: transparent url("../images/iconos/green/info.png") top left no-repeat;
    background-size: 18px 18px;
}

.botonesEnlaces span.ayuda span.clip {
	padding-left: 20px;
	background: transparent url("../images/iconos/green/pin-bold.png") top left no-repeat;
	background-size: 18px 18px;
}
.botonesEnlaces span.ayuda span.copy {
    padding-left: 20px;
    background: transparent url("../images/iconos/green/copy.png") top left no-repeat;
    background-size: 18px 18px;
}

.botonesEnlaces span.ayuda span.requisitosTecnicos {
    padding-left: 20px;
    background: transparent url("../images/iconos/green/requisitosTecnicosSimple.png") top left no-repeat;
    background-size: 18px 18px;
}

/************************ FIN BOTONES DEL ENCABEZADO ***************************/

a.accion span.reload {
	padding-left: 24px;
	background: transparent url("../images/iconos/grey/reload-white.png") top left
		no-repeat;
	background-size: 20px 20px;
	height: 24px;
	display: table-cell;
	vertical-align: middle;
}

a.accion span.reload:hover:not(.disabled) {
	padding-left: 24px;
	background: transparent url("../images/iconos/grey/reload-white.png") top left
		no-repeat;
	background-size: 20px 20px;
	height: 24px;
	display: table-cell;
	vertical-align: middle;
}

a.accion span.return {
    padding-left: 36px;
    background: transparent url("../images/iconos/grey/return.png") top left
        no-repeat;
    background-size: 24px 24px;
    height: 24px;
    display: table-cell;
    vertical-align: middle;
}

a.accion span.return:hover:not(.disabled) {
    padding-left: 36px;
    background: transparent url("../images/iconos/green/return.png") top left
        no-repeat;
    background-size: 24px 24px;
    height: 24px;
    display: table-cell;
    vertical-align: middle;
}


a.accion span.validar {
	padding-left: 36px;
	background: transparent url("../images/iconos/grey/checkform.png") top
		left no-repeat;
	background-size: 20px 20px;
	height: 24px;
	display: table-cell;
	vertical-align: middle;
	min-width:75px;
}

a.accion span.validar:hover:not(.disabled) {
	padding-left: 36px;
	background: transparent url("../images/iconos/grey/checkform.png") top
		left no-repeat;
	background-size: 20px 20px;
	height: 24px;
	display: table-cell;
	vertical-align: middle;
}

a.accion span.disabled{
	opacity: .4;
    filter: alpha(opacity = 40); /* For IE8 and earlier */
}

a.accion span.selected {
	padding-left: 36px;
	background: transparent url("../images/iconos/green/validating.gif") top
		left no-repeat;
	background-size: 20px 20px;
	height: 24px;
	display: table-cell;
	vertical-align: middle;
	min-width:75px;
}

/***********  FIN DEL ENCABEZADO  ****************/
