.bg-gradient-primary {
    background-color: #4e73df !important;
    background-image: linear-gradient(180deg, #003791 10%, #003791 100%) !important;
    background-size: cover !important;
}

table.dataTable tbody td {
  vertical-align: middle;
}

.ImagenAsuperPoner {
    position: absolute;
    height: 103px;
    width: 98px;
    top: 124px;
    left: 135px;
    z-index: 1;
}

.ImagenAsuperPoner2 {
    position: absolute;
    height: 103px;
    width: 98px;
    top: 124px;
    left: 88px;
    z-index: 1;
}

.MarcoGafete {
    /*position: absolute;*/
    height: 428px;
    width: 254px;
    z-index: 0;
}

@media only screen and (max-width: 1199px) and (min-width: 992px){

	.ImagenAsuperPoner {
	    position: absolute;
	    height: 103px;
	    width: 98px;
	    top: 124px;
	    left: 80px;
	    z-index: 1;
	}

	.ImagenAsuperPoner2 {
	    position: absolute;
	    height: 103px;
	    width: 98px;
	    top: 124px;
	    left: 80px;
	    z-index: 1;
	}
}

@media only screen and (max-width: 991px) and (min-width: 576px){

	.ImagenAsuperPoner {
	    position: absolute;
	    height: 103px;
	    width: 98px;
	    top: 124px;
	    left: 186px;
	    z-index: 1;
	}

	.ImagenAsuperPoner2 {
	    position: absolute;
	    height: 103px;
	    width: 98px;
	    top: 124px;
	    left: 186px;
	    z-index: 1;
	}


}


@media only screen and (max-width: 575px){

	.ImagenAsuperPoner {
	    position: initial;
	    height: 200px;
	    width: 200px;
	    top: 0px !important;
	    left: 22% !important;
	    right: 22% !important;
	    z-index: 1;
	}

	.ImagenAsuperPoner2 {
	    position: initial;
	    height: 200px;
	    width: 200px;
	    top: 0px !important;
	    left: 22% !important;
	    right: 22% !important;
	    z-index: 1;
	}


	.MarcoGafete {
	    /*position: absolute;*/
	    display: none;
	}



}




