.medidorDemandaCurso > .contenedorDescripcionMedidorDemandaCurso > .botonDescripcionMedidorDemandaCurso > .areaBotonDescripcionMedidorDemandaCurso
{
	position: absolute;
    height: 40px;
    width: 40px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.medidorDemandaCurso > .contenedorDescripcionMedidorDemandaCurso > .descripcionMedidorDemandaCurso
{
	left: 50%;
    transform: translate(-50%, 0);
	width: 150px;
}